color details

Color Details
#b7e2fc Color Hex

#b7e2fc color RGB value is (11, 126, 47).
#b7e2fc hex color red value is 11, green value is 126, and blue value is 47.
Cylindrical-coordinate representations (HSL) of color #b7e2fc hue: 138.78, saturation: 0.84 and lightness: 0.27.

The process color (four-color CMYK) of #b7e2fc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b7e2fc is #ff9999. Color #b7e2fc contains mainly RED.

Color Spaces
Color spaces of #b7e2fcValue
RGB183, 226, 252
HSL0.56, 0.92, 0.85
HSV203°, 27°, 99°
XYZ64.29, 71.49, 102.49
Base Numbers
Base Red Green Blue
Binary 10110111 11100010 11111100
Octal 267 342 374
Decimal 183 226 252
Hex B7 E2 FC

RGB Percentages for Color #b7e2fc

27.69%
34.19%
38.12%

CMYK Percentages of the Color #b7e2fc

27.38%
10.32%
1.18%
CSS Codes for Color #b7e2fc
.mybgColor {background-color: #b7e2fc;}
.myforeColor {color: #b7e2fc;}
.myborderColor {border:3px solid #b7e2fc;}
Text Font Color #b7e2fc

<p style="color:#b7e2fc">Text here</p>

This sample text is styled with the font color #b7e2fc. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #b7e2fc

<div style="background-color:#b7e2fc">Div content here</div>

The background color of this div is #b7e2fc
Border Color #b7e2fc

<div style="border:3px solid #b7e2fc">Div here</div>

The border color of this div is #b7e2fc
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(183, 226, 252, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #b7e2fc;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #b7e2fc;
-webkit-box-shadow: 1px 1px 3px #b7e2fc;
box-shadow: 1px 1px 3px #b7e2fc;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183, 226, 252, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #b7e2fc;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #b7e2fc; -webkit-box-shadow: 1px 1px 3px #b7e2fc; box-shadow: 1px 1px 3px #b7e2fc;">Div content here</div>

This div box has a shadow with a specified color. #b7e2fc

Scroll to Top