COLOR #B8D5CE

HEX: #B8D5CE
RGB: (184,213,206)

Color info

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

RGB color model

#B8D5CE color RGB value is (184,213,206).

  • red value is 184;
  • green value is 213;
  • blue value is 206.
RGB:
(184,213,206)
(72%,84%,81%)

RGB channels and saturation

R 184 of 255 = 72%
G 213 of 255 = 84%
B 206 of 255 = 81%

184
213
206

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

Portions of RGB colors in percentages

R + G + B =
184 + 213 + 206 = 603 (100%)
R 184 of 603 ~ 30.51%
G 213 of 603 ~ 35.32%
B 206 of 603 ~ 34.16%

%30.51
%35.32
%34.16

CMYK color model

#B8D5CE color CMYK value is (14,0,3,16).

  • cyan value is 13.62%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(14,0,3,16)
C14M0Y3K16 
(14%,0%,3%,16%)
(0.14/0.00/0.03/0.16)	

CMYK percentages

%13.62
%0
%3.29
%16.47

Codes

Color #B8D5CE in popluar color models

B8D5CE
RGB184213206
HSL166°25.66%77.84%
HSB/HSV166°13.62%83.53%
CMYK13.62%0.00%3.29%
16.47%

Color #B8D5CE in popluar number systems.

HEXB8D5CE
Decimal184213206
Binary101110001101010111001110
Octal270325316

Shades and tints

Shades of #B8D5CE

#B8D5CE
(184,213,206)
#A8C2BC
(168,194,188)
#98AFAA
(152,175,170)
#889C98
(136,156,152)
#788986
(120,137,134)
#687674
(104,118,116)
#586362
(88,99,98)
#485050
(72,80,80)
#383D3E
(56,61,62)
#282A2C
(40,42,44)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #B8D5CE

#B8D5CE
(184,213,206)
#BED8D2
(190,216,210)
#C4DBD6
(196,219,214)
#CADEDA
(202,222,218)
#D0E1DE
(208,225,222)
#D6E4E2
(214,228,226)
#DCE7E6
(220,231,230)
#E2EAEA
(226,234,234)
#E8EDEE
(232,237,238)
#EEF0F2
(238,240,242)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D5CE color. Also use rgb(184,213,206) instead hex code.

Text Font Color

.myTextColor { color: #B8D5CE; }

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

This text font color is #B8D5CE.


Background Color

.myBgColor { background-color: #B8D5CE; }

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

This div background color is #B8D5CE.


Border color

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

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

This div border color is #B8D5CE.


Opacity

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

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

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

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

This text has shadow with #B8D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D5CE on black background.


Color preview on white background

This text has color #B8D5CE on white background.



Black color preview on #B8D5CE background

This text has black color on #B8D5CE background.


White color preview on #B8D5CE background

This text has white color on #B8D5CE background.