COLOR #B8DDC8

HEX: #B8DDC8
RGB: (184,221,200)

Color info

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

RGB color model

#B8DDC8 color RGB value is (184,221,200).

  • red value is 184;
  • green value is 221;
  • blue value is 200.
RGB:
(184,221,200)
(72%,87%,78%)

RGB channels and saturation

R 184 of 255 = 72%
G 221 of 255 = 87%
B 200 of 255 = 78%

184
221
200

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

Portions of RGB colors in percentages

R + G + B =
184 + 221 + 200 = 605 (100%)
R 184 of 605 ~ 30.41%
G 221 of 605 ~ 36.53%
B 200 of 605 ~ 33.06%

%30.41
%36.53
%33.06

CMYK color model

#B8DDC8 color CMYK value is (17,0,10,13).

  • cyan value is 16.74%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 13.33%
CMYK:
(17,0,10,13)
C17M0Y10K13 
(17%,0%,10%,13%)
(0.17/0.00/0.10/0.13)	

CMYK percentages

%16.74
%0
%9.5
%13.33

Codes

Color #B8DDC8 in popluar color models

B8DDC8
RGB184221200
HSL146°35.24%79.41%
HSB/HSV146°16.74%86.67%
CMYK16.74%0.00%9.50%
13.33%

Color #B8DDC8 in popluar number systems.

HEXB8DDC8
Decimal184221200
Binary101110001101110111001000
Octal270335310

Shades and tints

Shades of #B8DDC8

#B8DDC8
(184,221,200)
#A8C9B6
(168,201,182)
#98B5A4
(152,181,164)
#88A192
(136,161,146)
#788D80
(120,141,128)
#68796E
(104,121,110)
#58655C
(88,101,92)
#48514A
(72,81,74)
#383D38
(56,61,56)
#282926
(40,41,38)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #B8DDC8

#B8DDC8
(184,221,200)
#BEE0CD
(190,224,205)
#C4E3D2
(196,227,210)
#CAE6D7
(202,230,215)
#D0E9DC
(208,233,220)
#D6ECE1
(214,236,225)
#DCEFE6
(220,239,230)
#E2F2EB
(226,242,235)
#E8F5F0
(232,245,240)
#EEF8F5
(238,248,245)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DDC8; }

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

This text font color is #B8DDC8.


Background Color

.myBgColor { background-color: #B8DDC8; }

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

This div background color is #B8DDC8.


Border color

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

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

This div border color is #B8DDC8.


Opacity

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

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

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

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

This text has shadow with #B8DDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DDC8 on black background.


Color preview on white background

This text has color #B8DDC8 on white background.



Black color preview on #B8DDC8 background

This text has black color on #B8DDC8 background.


White color preview on #B8DDC8 background

This text has white color on #B8DDC8 background.