COLOR #B5CBDD

HEX: #B5CBDD RGB: (181,203,221)

Color info

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

RGB color model

#B5CBDD color RGB value is (181,203,221).

RGB: (181,203,221) (71%, 80%, 87%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 221 of 255 = 87%

181
203
221

R + G + B ~ 79%. #B5CBDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 203 + 221 = 605 (100%)
R 181 of 605 ~ 29.92%
G 203 of 605 ~ 33.55%
B 221 of 605 ~ 36.53'%

%29.92
%33.55
%36.53

CMYK color model

#B5CBDD color CMYK value is (18,8,0,13).

  • cyan value is 18.10%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (18,8,0,13) C18M8Y0K13 (18%,8%,0%,13%) (0.18/0.08/0.00/0.13) 

CMYK percentages

%18.1
%8.14
%0
%13.33

Codes

Color #B5CBDD in popluar color models

B5 CB DD
RGB 181 203 221
HSL 207° 37.04% 78.82%
HSB/HSV 207° 18.10% 86.67%
CMYK 18.10% 8.14% 0.00%
13.33%

Color #B5CBDD in popluar number systems.

HEX B5 CB DD
Decimal 181 203 221
Binary 10110101 11001011 11011101
Octal 265 313 335

Shades and tints

Shades of #B5CBDD

#B5CBDD
(181,203,221)
#A5B9C9
(165,185,201)
#95A7B5
(149,167,181)
#8595A1
(133,149,161)
#75838D
(117,131,141)
#657179
(101,113,121)
#555F65
(85,95,101)
#454D51
(69,77,81)
#353B3D
(53,59,61)
#252929
(37,41,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B5CBDD

#B5CBDD
(181,203,221)
#BBCFE0
(187,207,224)
#C1D3E3
(193,211,227)
#C7D7E6
(199,215,230)
#CDDBE9
(205,219,233)
#D3DFEC
(211,223,236)
#D9E3EF
(217,227,239)
#DFE7F2
(223,231,242)
#E5EBF5
(229,235,245)
#EBEFF8
(235,239,248)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CBDD color. Also use rgb(181,203,221) instead hex code.

Text Font Color

.myTextColor { color: #B5CBDD; }

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

This text font color is #B5CBDD.

Background Color

.myBgColor { background-color: #B5CBDD; }

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

This div background color is #B5CBDD.

Border color

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

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

This div border color is #B5CBDD.

Opacity

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

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

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

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

This text has shadow with #B5CBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CBDD.

Preview

Color preview on black background

This text has color #B5CBDD on black background.


Color preview on white background

This text has color #B5CBDD on white background.


Black color preview on #B5CBDD background

This text has black color on #B5CBDD background.


White color preview on #B5CBDD background

This text has white color on #B5CBDD background.


Related colors

Complementary color

Complementary color for #hex is #4A3422.


I love getcolorcode.com

Triadic colors

1 #DDB5CB and #CBDDB5 with #B5CBDD are triadic colors.

2 #DDCBB5 and #CBB5DD with #B5CBDD are triadic colors.