COLOR #B8DEB1

HEX: #B8DEB1
RGB: (184,222,177)

Color info

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

RGB color model

#B8DEB1 color RGB value is (184,222,177).

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

RGB channels and saturation

R 184 of 255 = 72%
G 222 of 255 = 87%
B 177 of 255 = 69%

184
222
177

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

Portions of RGB colors in percentages

R + G + B =
184 + 222 + 177 = 583 (100%)
R 184 of 583 ~ 31.56%
G 222 of 583 ~ 38.08%
B 177 of 583 ~ 30.36%

%31.56
%38.08
%30.36

CMYK color model

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

  • cyan value is 17.12%
  • magenta value is 0.00%
  • yellow value is 20.27%
  • 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
%20.27
%12.94

Codes

Color #B8DEB1 in popluar color models

B8DEB1
RGB184222177
HSL111°40.54%78.24%
HSB/HSV111°20.27%87.06%
CMYK17.12%0.00%20.27%
12.94%

Color #B8DEB1 in popluar number systems.

HEXB8DEB1
Decimal184222177
Binary101110001101111010110001
Octal270336261

Shades and tints

Shades of #B8DEB1

#B8DEB1
(184,222,177)
#A8CAA1
(168,202,161)
#98B691
(152,182,145)
#88A281
(136,162,129)
#788E71
(120,142,113)
#687A61
(104,122,97)
#586651
(88,102,81)
#485241
(72,82,65)
#383E31
(56,62,49)
#282A21
(40,42,33)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #B8DEB1

#B8DEB1
(184,222,177)
#BEE1B8
(190,225,184)
#C4E4BF
(196,228,191)
#CAE7C6
(202,231,198)
#D0EACD
(208,234,205)
#D6EDD4
(214,237,212)
#DCF0DB
(220,240,219)
#E2F3E2
(226,243,226)
#E8F6E9
(232,246,233)
#EEF9F0
(238,249,240)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DEB1; }

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

This text font color is #B8DEB1.


Background Color

.myBgColor { background-color: #B8DEB1; }

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

This div background color is #B8DEB1.


Border color

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

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

This div border color is #B8DEB1.


Opacity

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

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

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

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

This text has shadow with #B8DEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DEB1 on black background.


Color preview on white background

This text has color #B8DEB1 on white background.



Black color preview on #B8DEB1 background

This text has black color on #B8DEB1 background.


White color preview on #B8DEB1 background

This text has white color on #B8DEB1 background.