COLOR #B8E5D1

HEX: #B8E5D1
RGB: (184,229,209)

Color info

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

RGB color model

#B8E5D1 color RGB value is (184,229,209).

  • red value is 184;
  • green value is 229;
  • blue value is 209.
RGB:
(184,229,209)
(72%,90%,82%)

RGB channels and saturation

R 184 of 255 = 72%
G 229 of 255 = 90%
B 209 of 255 = 82%

184
229
209

R + G + B ~ 81%. #B8E5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 229 + 209 = 622 (100%)
R 184 of 622 ~ 29.58%
G 229 of 622 ~ 36.82%
B 209 of 622 ~ 33.6%

%29.58
%36.82
%33.6

CMYK color model

#B8E5D1 color CMYK value is (20,0,9,10).

  • cyan value is 19.65%
  • magenta value is 0.00%
  • yellow value is 8.73%
  • key color value is 10.20%
CMYK:
(20,0,9,10)
C20M0Y9K10 
(20%,0%,9%,10%)
(0.20/0.00/0.09/0.10)	

CMYK percentages

%19.65
%0
%8.73
%10.2

Codes

Color #B8E5D1 in popluar color models

B8E5D1
RGB184229209
HSL153°46.39%80.98%
HSB/HSV153°19.65%89.80%
CMYK19.65%0.00%8.73%
10.20%

Color #B8E5D1 in popluar number systems.

HEXB8E5D1
Decimal184229209
Binary101110001110010111010001
Octal270345321

Shades and tints

Shades of #B8E5D1

#B8E5D1
(184,229,209)
#A8D1BE
(168,209,190)
#98BDAB
(152,189,171)
#88A998
(136,169,152)
#789585
(120,149,133)
#688172
(104,129,114)
#586D5F
(88,109,95)
#48594C
(72,89,76)
#384539
(56,69,57)
#283126
(40,49,38)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #B8E5D1

#B8E5D1
(184,229,209)
#BEE7D5
(190,231,213)
#C4E9D9
(196,233,217)
#CAEBDD
(202,235,221)
#D0EDE1
(208,237,225)
#D6EFE5
(214,239,229)
#DCF1E9
(220,241,233)
#E2F3ED
(226,243,237)
#E8F5F1
(232,245,241)
#EEF7F5
(238,247,245)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E5D1 color. Also use rgb(184,229,209) instead hex code.

Text Font Color

.myTextColor { color: #B8E5D1; }

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

This text font color is #B8E5D1.


Background Color

.myBgColor { background-color: #B8E5D1; }

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

This div background color is #B8E5D1.


Border color

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

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

This div border color is #B8E5D1.


Opacity

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

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

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

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

This text has shadow with #B8E5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E5D1 on black background.


Color preview on white background

This text has color #B8E5D1 on white background.



Black color preview on #B8E5D1 background

This text has black color on #B8E5D1 background.


White color preview on #B8E5D1 background

This text has white color on #B8E5D1 background.