COLOR #B5CDE6

HEX: #B5CDE6 RGB: (181,205,230)

Color info

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

RGB color model

#B5CDE6 color RGB value is (181,205,230).

RGB: (181,205,230) (71%, 80%, 90%)

RGB channels and saturation

R 181 of 255 = 71%
G 205 of 255 = 80%
B 230 of 255 = 90%

181
205
230

R + G + B ~ 80%. #B5CDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 205 + 230 = 616 (100%)
R 181 of 616 ~ 29.38%
G 205 of 616 ~ 33.28%
B 230 of 616 ~ 37.34'%

%29.38
%33.28
%37.34

CMYK color model

#B5CDE6 color CMYK value is (21,11,0,10).

  • cyan value is 21.30%
  • magenta value is 10.87%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (21,11,0,10)
C21M11Y0K10 (21%, 11%, 0%, 10%)
(0.21 / 0.11 / 0.00 / 0.10)

CMYK percentages

%21.3
%10.87
%0
%9.8

Codes

Color #B5CDE6 in popluar color models

B5 CD E6
RGB 181 205 230
HSL 211° 49.49% 80.59%
HSB/HSV 211° 21.30% 90.20%
CMYK 21.30% 10.87% 0.00%
9.80%

Color #B5CDE6 in popluar number systems.

HEX B5 CD E6
Decimal 181 205 230
Binary 10110101 11001101 11100110
Octal 265 315 346

Shades and tints

Shades of #B5CDE6

#B5CDE6
(181,205,230)
#A5BBD2
(165,187,210)
#95A9BE
(149,169,190)
#8597AA
(133,151,170)
#758596
(117,133,150)
#657382
(101,115,130)
#55616E
(85,97,110)
#454F5A
(69,79,90)
#353D46
(53,61,70)
#252B32
(37,43,50)
#15191E
(21,25,30)
#000000
(0,0,0)

Tints of #B5CDE6

#B5CDE6
(181,205,230)
#BBD1E8
(187,209,232)
#C1D5EA
(193,213,234)
#C7D9EC
(199,217,236)
#CDDDEE
(205,221,238)
#D3E1F0
(211,225,240)
#D9E5F2
(217,229,242)
#DFE9F4
(223,233,244)
#E5EDF6
(229,237,246)
#EBF1F8
(235,241,248)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CDE6 color. Also use rgb(181,205,230) instead hex code.

Text Font Color

.myTextColor { color: #B5CDE6; }

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

This text font color is #B5CDE6.

Background Color

.myBgColor { background-color: #B5CDE6; }

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

This div background color is #B5CDE6.

Border color

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

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

This div border color is #B5CDE6.

Opacity

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

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

Text with #B5CDE6 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 #B5CDE6;}

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

This text has shadow with #B5CDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CDE6.

Preview

Color preview on black background

This text has color #B5CDE6 on black background.


Color preview on white background

This text has color #B5CDE6 on white background.


Black color preview on #B5CDE6 background

This text has black color on #B5CDE6 background.


White color preview on #B5CDE6 background

This text has white color on #B5CDE6 background.


Related colors

Complementary color

Complementary color for #hex is #4A3219.


I love getcolorcode.com

Triadic colors

1 #E6B5CD and #CDE6B5 with #B5CDE6 are triadic colors.

2 #E6CDB5 and #CDB5E6 with #B5CDE6 are triadic colors.