COLOR #B7E9D1

HEX: #B7E9D1
RGB: (183,233,209)

Color info

#B7E9D1 contains red, green and blue colors in about the same proportion. Web safe color of #B7E9D1 is #CCFFCC (or #CFC).

RGB color model

#B7E9D1 color RGB value is (183,233,209).

  • red value is 183;
  • green value is 233;
  • blue value is 209.
RGB:
(183,233,209)
(72%,91%,82%)

RGB channels and saturation

R 183 of 255 = 72%
G 233 of 255 = 91%
B 209 of 255 = 82%

183
233
209

R + G + B ~ 82%. #B7E9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 233 + 209 = 625 (100%)
R 183 of 625 ~ 29.28%
G 233 of 625 ~ 37.28%
B 209 of 625 ~ 33.44%

%29.28
%37.28
%33.44

CMYK color model

#B7E9D1 color CMYK value is (21,0,10,9).

  • cyan value is 21.46%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 8.63%
CMYK:
(21,0,10,9)
C21M0Y10K9 
(21%,0%,10%,9%)
(0.21/0.00/0.10/0.09)	

CMYK percentages

%21.46
%0
%10.3
%8.63

Codes

Color #B7E9D1 in popluar color models

B7E9D1
RGB183233209
HSL151°53.19%81.57%
HSB/HSV151°21.46%91.37%
CMYK21.46%0.00%10.30%
8.63%

Color #B7E9D1 in popluar number systems.

HEXB7E9D1
Decimal183233209
Binary101101111110100111010001
Octal267351321

Shades and tints

Shades of #B7E9D1

#B7E9D1
(183,233,209)
#A7D4BE
(167,212,190)
#97BFAB
(151,191,171)
#87AA98
(135,170,152)
#779585
(119,149,133)
#678072
(103,128,114)
#576B5F
(87,107,95)
#47564C
(71,86,76)
#374139
(55,65,57)
#272C26
(39,44,38)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #B7E9D1

#B7E9D1
(183,233,209)
#BDEBD5
(189,235,213)
#C3EDD9
(195,237,217)
#C9EFDD
(201,239,221)
#CFF1E1
(207,241,225)
#D5F3E5
(213,243,229)
#DBF5E9
(219,245,233)
#E1F7ED
(225,247,237)
#E7F9F1
(231,249,241)
#EDFBF5
(237,251,245)
#F3FDF9
(243,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E9D1 color. Also use rgb(183,233,209) instead hex code.

Text Font Color

.myTextColor { color: #B7E9D1; }

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

This text font color is #B7E9D1.


Background Color

.myBgColor { background-color: #B7E9D1; }

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

This div background color is #B7E9D1.


Border color

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

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

This div border color is #B7E9D1.


Opacity

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

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

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

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

This text has shadow with #B7E9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E9D1 on black background.


Color preview on white background

This text has color #B7E9D1 on white background.



Black color preview on #B7E9D1 background

This text has black color on #B7E9D1 background.


White color preview on #B7E9D1 background

This text has white color on #B7E9D1 background.