COLOR #B5D1E3

HEX: #B5D1E3 RGB: (181,209,227)

Color info

#B5D1E3 contains red, green and blue colors in about the same proportion. Web safe color of #B5D1E3 is #CCCCCC (or #CCC).

RGB color model

#B5D1E3 color RGB value is (181,209,227).

RGB: (181,209,227) (71%, 82%, 89%)

RGB channels and saturation

R 181 of 255 = 71%
G 209 of 255 = 82%
B 227 of 255 = 89%

181
209
227

R + G + B ~ 81%. #B5D1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 209 + 227 = 617 (100%)
R 181 of 617 ~ 29.34%
G 209 of 617 ~ 33.87%
B 227 of 617 ~ 36.79'%

%29.34
%33.87
%36.79

CMYK color model

#B5D1E3 color CMYK value is (20,8,0,11).

  • cyan value is 20.26%
  • magenta value is 7.93%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (20,8,0,11)
C20M8Y0K11 (20%, 8%, 0%, 11%)
(0.20 / 0.08 / 0.00 / 0.11)

CMYK percentages

%20.26
%7.93
%0
%10.98

Codes

Color #B5D1E3 in popluar color models

B5 D1 E3
RGB 181 209 227
HSL 203° 45.10% 80.00%
HSB/HSV 203° 20.26% 89.02%
CMYK 20.26% 7.93% 0.00%
10.98%

Color #B5D1E3 in popluar number systems.

HEX B5 D1 E3
Decimal 181 209 227
Binary 10110101 11010001 11100011
Octal 265 321 343

Shades and tints

Shades of #B5D1E3

#B5D1E3
(181,209,227)
#A5BECF
(165,190,207)
#95ABBB
(149,171,187)
#8598A7
(133,152,167)
#758593
(117,133,147)
#65727F
(101,114,127)
#555F6B
(85,95,107)
#454C57
(69,76,87)
#353943
(53,57,67)
#25262F
(37,38,47)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #B5D1E3

#B5D1E3
(181,209,227)
#BBD5E5
(187,213,229)
#C1D9E7
(193,217,231)
#C7DDE9
(199,221,233)
#CDE1EB
(205,225,235)
#D3E5ED
(211,229,237)
#D9E9EF
(217,233,239)
#DFEDF1
(223,237,241)
#E5F1F3
(229,241,243)
#EBF5F5
(235,245,245)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D1E3 color. Also use rgb(181,209,227) instead hex code.

Text Font Color

.myTextColor { color: #B5D1E3; }

<p style="color:#B5D1E3">This sample text font color is #B5D1E3.</p>

This text font color is #B5D1E3.

Background Color

.myBgColor { background-color: #B5D1E3; }

<div style="background-color:#B5D1E3">Inner text</div>

This div background color is #B5D1E3.

Border color

.myBorderColor { border: 1px solid #B5D1E3; }

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

This div border color is #B5D1E3.

Opacity

.myOpacity80 { color: #B5D1E3; opacity: 0.8; }

<p style="color:#B5D1E3;opacity:0.8;">80%</p>

Text with #B5D1E3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5D1E3;}

<p style="text-shadow: 3px 3px 1px #B5D1E3">Text here.</p>

This text has shadow with #B5D1E3 color.


.textShadow {text-shadow: 3px 3px 1px #B5D1E3', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5D1E3, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5D1E3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5D1E3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5D1E3, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5D1E3 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5D1E3;
-webkit-box-shadow: 1px 1px 3px 2px #B5D1E3;
box-shadow: 1px 1px 3px 2px #B5D1E3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5D1E3; -webkit-box-shadow: 1px 1px 3px 2px #B5D1E3; box-shadow:1px 1px 3px 2px #B5D1E3;">
Div content here
</div>

This div box has shadow with color #B5D1E3.

Preview

Color preview on black background

This text has color #B5D1E3 on black background.


Color preview on white background

This text has color #B5D1E3 on white background.


Black color preview on #B5D1E3 background

This text has black color on #B5D1E3 background.


White color preview on #B5D1E3 background

This text has white color on #B5D1E3 background.


Related colors

Complementary color

Complementary color for #hex is #4A2E1C.


I love getcolorcode.com

Triadic colors

1 #E3B5D1 and #D1E3B5 with #B5D1E3 are triadic colors.

2 #E3D1B5 and #D1B5E3 with #B5D1E3 are triadic colors.