COLOR #B8D3CB

HEX: #B8D3CB
RGB: (184,211,203)

Color info

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

RGB color model

#B8D3CB color RGB value is (184,211,203).

  • red value is 184;
  • green value is 211;
  • blue value is 203.
RGB:
(184,211,203)
(72%,83%,80%)

RGB channels and saturation

R 184 of 255 = 72%
G 211 of 255 = 83%
B 203 of 255 = 80%

184
211
203

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

Portions of RGB colors in percentages

R + G + B =
184 + 211 + 203 = 598 (100%)
R 184 of 598 ~ 30.77%
G 211 of 598 ~ 35.28%
B 203 of 598 ~ 33.95%

%30.77
%35.28
%33.95

CMYK color model

#B8D3CB color CMYK value is (13,0,4,17).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK:
(13,0,4,17)
C13M0Y4K17 
(13%,0%,4%,17%)
(0.13/0.00/0.04/0.17)	

CMYK percentages

%12.8
%0
%3.79
%17.25

Codes

Color #B8D3CB in popluar color models

B8D3CB
RGB184211203
HSL162°23.48%77.45%
HSB/HSV162°12.80%82.75%
CMYK12.80%0.00%3.79%
17.25%

Color #B8D3CB in popluar number systems.

HEXB8D3CB
Decimal184211203
Binary101110001101001111001011
Octal270323313

Shades and tints

Shades of #B8D3CB

#B8D3CB
(184,211,203)
#A8C0B9
(168,192,185)
#98ADA7
(152,173,167)
#889A95
(136,154,149)
#788783
(120,135,131)
#687471
(104,116,113)
#58615F
(88,97,95)
#484E4D
(72,78,77)
#383B3B
(56,59,59)
#282829
(40,40,41)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #B8D3CB

#B8D3CB
(184,211,203)
#BED7CF
(190,215,207)
#C4DBD3
(196,219,211)
#CADFD7
(202,223,215)
#D0E3DB
(208,227,219)
#D6E7DF
(214,231,223)
#DCEBE3
(220,235,227)
#E2EFE7
(226,239,231)
#E8F3EB
(232,243,235)
#EEF7EF
(238,247,239)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8D3CB; }

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

This text font color is #B8D3CB.


Background Color

.myBgColor { background-color: #B8D3CB; }

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

This div background color is #B8D3CB.


Border color

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

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

This div border color is #B8D3CB.


Opacity

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

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

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

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

This text has shadow with #B8D3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D3CB on black background.


Color preview on white background

This text has color #B8D3CB on white background.



Black color preview on #B8D3CB background

This text has black color on #B8D3CB background.


White color preview on #B8D3CB background

This text has white color on #B8D3CB background.