COLOR #B8CBDD

HEX: #B8CBDD RGB: (184,203,221)

Color info

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

RGB color model

#B8CBDD color RGB value is (184,203,221).

RGB: (184,203,221) (72%, 80%, 87%)

RGB channels and saturation

R 184 of 255 = 72%
G 203 of 255 = 80%
B 221 of 255 = 87%

184
203
221

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

Portions of RGB colors in percentages

R + G + B = 184 + 203 + 221 = 608 (100%)
R 184 of 608 ~ 30.26%
G 203 of 608 ~ 33.39%
B 221 of 608 ~ 36.35'%

%30.26
%33.39
%36.35

CMYK color model

#B8CBDD color CMYK value is (17,8,0,13).

  • cyan value is 16.74%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (17,8,0,13) C17M8Y0K13 (17%,8%,0%,13%) (0.17/0.08/0.00/0.13) 

CMYK percentages

%16.74
%8.14
%0
%13.33

Codes

Color #B8CBDD in popluar color models

B8 CB DD
RGB 184 203 221
HSL 209° 35.24% 79.41%
HSB/HSV 209° 16.74% 86.67%
CMYK 16.74% 8.14% 0.00%
13.33%

Color #B8CBDD in popluar number systems.

HEX B8 CB DD
Decimal 184 203 221
Binary 10111000 11001011 11011101
Octal 270 313 335

Shades and tints

Shades of #B8CBDD

#B8CBDD
(184,203,221)
#A8B9C9
(168,185,201)
#98A7B5
(152,167,181)
#8895A1
(136,149,161)
#78838D
(120,131,141)
#687179
(104,113,121)
#585F65
(88,95,101)
#484D51
(72,77,81)
#383B3D
(56,59,61)
#282929
(40,41,41)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #B8CBDD

#B8CBDD
(184,203,221)
#BECFE0
(190,207,224)
#C4D3E3
(196,211,227)
#CAD7E6
(202,215,230)
#D0DBE9
(208,219,233)
#D6DFEC
(214,223,236)
#DCE3EF
(220,227,239)
#E2E7F2
(226,231,242)
#E8EBF5
(232,235,245)
#EEEFF8
(238,239,248)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8CBDD; }

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

This text font color is #B8CBDD.

Background Color

.myBgColor { background-color: #B8CBDD; }

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

This div background color is #B8CBDD.

Border color

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

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

This div border color is #B8CBDD.

Opacity

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

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

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

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

This text has shadow with #B8CBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8CBDD.

Preview

Color preview on black background

This text has color #B8CBDD on black background.


Color preview on white background

This text has color #B8CBDD on white background.


Black color preview on #B8CBDD background

This text has black color on #B8CBDD background.


White color preview on #B8CBDD background

This text has white color on #B8CBDD background.


Related colors

Complementary color

Complementary color for #hex is #473422.


I love getcolorcode.com

Triadic colors

1 #DDB8CB and #CBDDB8 with #B8CBDD are triadic colors.

2 #DDCBB8 and #CBB8DD with #B8CBDD are triadic colors.