COLOR #B5C8DB

HEX: #B5C8DB RGB: (181,200,219)

Color info

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

RGB color model

#B5C8DB color RGB value is (181,200,219).

RGB: (181,200,219) (71%, 78%, 86%)

RGB channels and saturation

R 181 of 255 = 71%
G 200 of 255 = 78%
B 219 of 255 = 86%

181
200
219

R + G + B ~ 78%. #B5C8DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 200 + 219 = 600 (100%)
R 181 of 600 ~ 30.17%
G 200 of 600 ~ 33.33%
B 219 of 600 ~ 36.5'%

%30.17
%33.33
%36.5

CMYK color model

#B5C8DB color CMYK value is (17,9,0,14).

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

CMYK: (17,9,0,14)
C17M9Y0K14 (17%, 9%, 0%, 14%)
(0.17 / 0.09 / 0.00 / 0.14)

CMYK percentages

%17.35
%8.68
%0
%14.12

Codes

Color #B5C8DB in popluar color models

B5 C8 DB
RGB 181 200 219
HSL 210° 34.55% 78.43%
HSB/HSV 210° 17.35% 85.88%
CMYK 17.35% 8.68% 0.00%
14.12%

Color #B5C8DB in popluar number systems.

HEX B5 C8 DB
Decimal 181 200 219
Binary 10110101 11001000 11011011
Octal 265 310 333

Shades and tints

Shades of #B5C8DB

#B5C8DB
(181,200,219)
#A5B6C8
(165,182,200)
#95A4B5
(149,164,181)
#8592A2
(133,146,162)
#75808F
(117,128,143)
#656E7C
(101,110,124)
#555C69
(85,92,105)
#454A56
(69,74,86)
#353843
(53,56,67)
#252630
(37,38,48)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #B5C8DB

#B5C8DB
(181,200,219)
#BBCDDE
(187,205,222)
#C1D2E1
(193,210,225)
#C7D7E4
(199,215,228)
#CDDCE7
(205,220,231)
#D3E1EA
(211,225,234)
#D9E6ED
(217,230,237)
#DFEBF0
(223,235,240)
#E5F0F3
(229,240,243)
#EBF5F6
(235,245,246)
#F1FAF9
(241,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C8DB; }

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

This text font color is #B5C8DB.

Background Color

.myBgColor { background-color: #B5C8DB; }

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

This div background color is #B5C8DB.

Border color

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

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

This div border color is #B5C8DB.

Opacity

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

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

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

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

This text has shadow with #B5C8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C8DB.

Preview

Color preview on black background

This text has color #B5C8DB on black background.


Color preview on white background

This text has color #B5C8DB on white background.


Black color preview on #B5C8DB background

This text has black color on #B5C8DB background.


White color preview on #B5C8DB background

This text has white color on #B5C8DB background.


Related colors

Complementary color

Complementary color for #hex is #4A3724.


I love getcolorcode.com

Triadic colors

1 #DBB5C8 and #C8DBB5 with #B5C8DB are triadic colors.

2 #DBC8B5 and #C8B5DB with #B5C8DB are triadic colors.