COLOR #B8D4C7

HEX: #B8D4C7
RGB: (184,212,199)

Color info

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

RGB color model

#B8D4C7 color RGB value is (184,212,199).

  • red value is 184;
  • green value is 212;
  • blue value is 199.
RGB:
(184,212,199)
(72%,83%,78%)

RGB channels and saturation

R 184 of 255 = 72%
G 212 of 255 = 83%
B 199 of 255 = 78%

184
212
199

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

Portions of RGB colors in percentages

R + G + B =
184 + 212 + 199 = 595 (100%)
R 184 of 595 ~ 30.92%
G 212 of 595 ~ 35.63%
B 199 of 595 ~ 33.45%

%30.92
%35.63
%33.45

CMYK color model

#B8D4C7 color CMYK value is (13,0,6,17).

  • cyan value is 13.21%
  • magenta value is 0.00%
  • yellow value is 6.13%
  • key color value is 16.86%
CMYK:
(13,0,6,17)
C13M0Y6K17 
(13%,0%,6%,17%)
(0.13/0.00/0.06/0.17)	

CMYK percentages

%13.21
%0
%6.13
%16.86

Codes

Color #B8D4C7 in popluar color models

B8D4C7
RGB184212199
HSL152°24.56%77.65%
HSB/HSV152°13.21%83.14%
CMYK13.21%0.00%6.13%
16.86%

Color #B8D4C7 in popluar number systems.

HEXB8D4C7
Decimal184212199
Binary101110001101010011000111
Octal270324307

Shades and tints

Shades of #B8D4C7

#B8D4C7
(184,212,199)
#A8C1B5
(168,193,181)
#98AEA3
(152,174,163)
#889B91
(136,155,145)
#78887F
(120,136,127)
#68756D
(104,117,109)
#58625B
(88,98,91)
#484F49
(72,79,73)
#383C37
(56,60,55)
#282925
(40,41,37)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #B8D4C7

#B8D4C7
(184,212,199)
#BED7CC
(190,215,204)
#C4DAD1
(196,218,209)
#CADDD6
(202,221,214)
#D0E0DB
(208,224,219)
#D6E3E0
(214,227,224)
#DCE6E5
(220,230,229)
#E2E9EA
(226,233,234)
#E8ECEF
(232,236,239)
#EEEFF4
(238,239,244)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D4C7 color. Also use rgb(184,212,199) instead hex code.

Text Font Color

.myTextColor { color: #B8D4C7; }

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

This text font color is #B8D4C7.


Background Color

.myBgColor { background-color: #B8D4C7; }

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

This div background color is #B8D4C7.


Border color

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

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

This div border color is #B8D4C7.


Opacity

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

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

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

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

This text has shadow with #B8D4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D4C7 on black background.


Color preview on white background

This text has color #B8D4C7 on white background.



Black color preview on #B8D4C7 background

This text has black color on #B8D4C7 background.


White color preview on #B8D4C7 background

This text has white color on #B8D4C7 background.