COLOR #B7E7DA

HEX: #B7E7DA
RGB: (183,231,218)

Color info

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

RGB color model

#B7E7DA color RGB value is (183,231,218).

  • red value is 183;
  • green value is 231;
  • blue value is 218.
RGB:
(183,231,218)
(72%,91%,85%)

RGB channels and saturation

R 183 of 255 = 72%
G 231 of 255 = 91%
B 218 of 255 = 85%

183
231
218

R + G + B ~ 83%. #B7E7DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 231 + 218 = 632 (100%)
R 183 of 632 ~ 28.96%
G 231 of 632 ~ 36.55%
B 218 of 632 ~ 34.49%

%28.96
%36.55
%34.49

CMYK color model

#B7E7DA color CMYK value is (21,0,6,9).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 9.41%
CMYK:
(21,0,6,9)
C21M0Y6K9 
(21%,0%,6%,9%)
(0.21/0.00/0.06/0.09)	

CMYK percentages

%20.78
%0
%5.63
%9.41

Codes

Color #B7E7DA in popluar color models

B7E7DA
RGB183231218
HSL164°50.00%81.18%
HSB/HSV164°20.78%90.59%
CMYK20.78%0.00%5.63%
9.41%

Color #B7E7DA in popluar number systems.

HEXB7E7DA
Decimal183231218
Binary101101111110011111011010
Octal267347332

Shades and tints

Shades of #B7E7DA

#B7E7DA
(183,231,218)
#A7D2C7
(167,210,199)
#97BDB4
(151,189,180)
#87A8A1
(135,168,161)
#77938E
(119,147,142)
#677E7B
(103,126,123)
#576968
(87,105,104)
#475455
(71,84,85)
#373F42
(55,63,66)
#272A2F
(39,42,47)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #B7E7DA

#B7E7DA
(183,231,218)
#BDE9DD
(189,233,221)
#C3EBE0
(195,235,224)
#C9EDE3
(201,237,227)
#CFEFE6
(207,239,230)
#D5F1E9
(213,241,233)
#DBF3EC
(219,243,236)
#E1F5EF
(225,245,239)
#E7F7F2
(231,247,242)
#EDF9F5
(237,249,245)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E7DA color. Also use rgb(183,231,218) instead hex code.

Text Font Color

.myTextColor { color: #B7E7DA; }

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

This text font color is #B7E7DA.


Background Color

.myBgColor { background-color: #B7E7DA; }

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

This div background color is #B7E7DA.


Border color

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

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

This div border color is #B7E7DA.


Opacity

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

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

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

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

This text has shadow with #B7E7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E7DA on black background.


Color preview on white background

This text has color #B7E7DA on white background.



Black color preview on #B7E7DA background

This text has black color on #B7E7DA background.


White color preview on #B7E7DA background

This text has white color on #B7E7DA background.