COLOR #B8DEB2

HEX: #B8DEB2
RGB: (184,222,178)

Color info

#B8DEB2 contains red, green and blue colors in about the same proportion. Web safe color of #B8DEB2 is #CCCC99 (or #CC9).

RGB color model

#B8DEB2 color RGB value is (184,222,178).

  • red value is 184;
  • green value is 222;
  • blue value is 178.
RGB:
(184,222,178)
(72%,87%,70%)

RGB channels and saturation

R 184 of 255 = 72%
G 222 of 255 = 87%
B 178 of 255 = 70%

184
222
178

R + G + B ~ 76%. #B8DEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 222 + 178 = 584 (100%)
R 184 of 584 ~ 31.51%
G 222 of 584 ~ 38.01%
B 178 of 584 ~ 30.48%

%31.51
%38.01
%30.48

CMYK color model

#B8DEB2 color CMYK value is (17,0,20,13).

  • cyan value is 17.12%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK:
(17,0,20,13)
C17M0Y20K13 
(17%,0%,20%,13%)
(0.17/0.00/0.20/0.13)	

CMYK percentages

%17.12
%0
%19.82
%12.94

Codes

Color #B8DEB2 in popluar color models

B8DEB2
RGB184222178
HSL112°40.00%78.43%
HSB/HSV112°19.82%87.06%
CMYK17.12%0.00%19.82%
12.94%

Color #B8DEB2 in popluar number systems.

HEXB8DEB2
Decimal184222178
Binary101110001101111010110010
Octal270336262

Shades and tints

Shades of #B8DEB2

#B8DEB2
(184,222,178)
#A8CAA2
(168,202,162)
#98B692
(152,182,146)
#88A282
(136,162,130)
#788E72
(120,142,114)
#687A62
(104,122,98)
#586652
(88,102,82)
#485242
(72,82,66)
#383E32
(56,62,50)
#282A22
(40,42,34)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #B8DEB2

#B8DEB2
(184,222,178)
#BEE1B9
(190,225,185)
#C4E4C0
(196,228,192)
#CAE7C7
(202,231,199)
#D0EACE
(208,234,206)
#D6EDD5
(214,237,213)
#DCF0DC
(220,240,220)
#E2F3E3
(226,243,227)
#E8F6EA
(232,246,234)
#EEF9F1
(238,249,241)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DEB2 color. Also use rgb(184,222,178) instead hex code.

Text Font Color

.myTextColor { color: #B8DEB2; }

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

This text font color is #B8DEB2.


Background Color

.myBgColor { background-color: #B8DEB2; }

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

This div background color is #B8DEB2.


Border color

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

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

This div border color is #B8DEB2.


Opacity

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

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

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

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

This text has shadow with #B8DEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DEB2 on black background.


Color preview on white background

This text has color #B8DEB2 on white background.



Black color preview on #B8DEB2 background

This text has black color on #B8DEB2 background.


White color preview on #B8DEB2 background

This text has white color on #B8DEB2 background.