COLOR #B5CBDB

HEX: #B5CBDB RGB: (181,203,219)

Color info

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

RGB color model

#B5CBDB color RGB value is (181,203,219).

RGB: (181,203,219) (71%, 80%, 86%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 219 of 255 = 86%

181
203
219

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

Portions of RGB colors in percentages

R + G + B = 181 + 203 + 219 = 603 (100%)
R 181 of 603 ~ 30.02%
G 203 of 603 ~ 33.67%
B 219 of 603 ~ 36.32'%

%30.02
%33.67
%36.32

CMYK color model

#B5CBDB color CMYK value is (17,7,0,14).

  • cyan value is 17.35%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (17,7,0,14)
C17M7Y0K14 (17%, 7%, 0%, 14%)
(0.17 / 0.07 / 0.00 / 0.14)

CMYK percentages

%17.35
%7.31
%0
%14.12

Codes

Color #B5CBDB in popluar color models

B5 CB DB
RGB 181 203 219
HSL 205° 34.55% 78.43%
HSB/HSV 205° 17.35% 85.88%
CMYK 17.35% 7.31% 0.00%
14.12%

Color #B5CBDB in popluar number systems.

HEX B5 CB DB
Decimal 181 203 219
Binary 10110101 11001011 11011011
Octal 265 313 333

Shades and tints

Shades of #B5CBDB

#B5CBDB
(181,203,219)
#A5B9C8
(165,185,200)
#95A7B5
(149,167,181)
#8595A2
(133,149,162)
#75838F
(117,131,143)
#65717C
(101,113,124)
#555F69
(85,95,105)
#454D56
(69,77,86)
#353B43
(53,59,67)
#252930
(37,41,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #B5CBDB

#B5CBDB
(181,203,219)
#BBCFDE
(187,207,222)
#C1D3E1
(193,211,225)
#C7D7E4
(199,215,228)
#CDDBE7
(205,219,231)
#D3DFEA
(211,223,234)
#D9E3ED
(217,227,237)
#DFE7F0
(223,231,240)
#E5EBF3
(229,235,243)
#EBEFF6
(235,239,246)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CBDB; }

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

This text font color is #B5CBDB.

Background Color

.myBgColor { background-color: #B5CBDB; }

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

This div background color is #B5CBDB.

Border color

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

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

This div border color is #B5CBDB.

Opacity

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

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

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

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

This text has shadow with #B5CBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CBDB.

Preview

Color preview on black background

This text has color #B5CBDB on black background.


Color preview on white background

This text has color #B5CBDB on white background.


Black color preview on #B5CBDB background

This text has black color on #B5CBDB background.


White color preview on #B5CBDB background

This text has white color on #B5CBDB background.


Related colors

Complementary color

Complementary color for #hex is #4A3424.


I love getcolorcode.com

Triadic colors

1 #DBB5CB and #CBDBB5 with #B5CBDB are triadic colors.

2 #DBCBB5 and #CBB5DB with #B5CBDB are triadic colors.