COLOR #B7E5D3

HEX: #B7E5D3
RGB: (183,229,211)

Color info

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

RGB color model

#B7E5D3 color RGB value is (183,229,211).

  • red value is 183;
  • green value is 229;
  • blue value is 211.
RGB:
(183,229,211)
(72%,90%,83%)

RGB channels and saturation

R 183 of 255 = 72%
G 229 of 255 = 90%
B 211 of 255 = 83%

183
229
211

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

Portions of RGB colors in percentages

R + G + B =
183 + 229 + 211 = 623 (100%)
R 183 of 623 ~ 29.37%
G 229 of 623 ~ 36.76%
B 211 of 623 ~ 33.87%

%29.37
%36.76
%33.87

CMYK color model

#B7E5D3 color CMYK value is (20,0,8,10).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 7.86%
  • key color value is 10.20%
CMYK:
(20,0,8,10)
C20M0Y8K10 
(20%,0%,8%,10%)
(0.20/0.00/0.08/0.10)	

CMYK percentages

%20.09
%0
%7.86
%10.2

Codes

Color #B7E5D3 in popluar color models

B7E5D3
RGB183229211
HSL157°46.94%80.78%
HSB/HSV157°20.09%89.80%
CMYK20.09%0.00%7.86%
10.20%

Color #B7E5D3 in popluar number systems.

HEXB7E5D3
Decimal183229211
Binary101101111110010111010011
Octal267345323

Shades and tints

Shades of #B7E5D3

#B7E5D3
(183,229,211)
#A7D1C0
(167,209,192)
#97BDAD
(151,189,173)
#87A99A
(135,169,154)
#779587
(119,149,135)
#678174
(103,129,116)
#576D61
(87,109,97)
#47594E
(71,89,78)
#37453B
(55,69,59)
#273128
(39,49,40)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #B7E5D3

#B7E5D3
(183,229,211)
#BDE7D7
(189,231,215)
#C3E9DB
(195,233,219)
#C9EBDF
(201,235,223)
#CFEDE3
(207,237,227)
#D5EFE7
(213,239,231)
#DBF1EB
(219,241,235)
#E1F3EF
(225,243,239)
#E7F5F3
(231,245,243)
#EDF7F7
(237,247,247)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E5D3 color. Also use rgb(183,229,211) instead hex code.

Text Font Color

.myTextColor { color: #B7E5D3; }

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

This text font color is #B7E5D3.


Background Color

.myBgColor { background-color: #B7E5D3; }

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

This div background color is #B7E5D3.


Border color

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

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

This div border color is #B7E5D3.


Opacity

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

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

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

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

This text has shadow with #B7E5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E5D3 on black background.


Color preview on white background

This text has color #B7E5D3 on white background.



Black color preview on #B7E5D3 background

This text has black color on #B7E5D3 background.


White color preview on #B7E5D3 background

This text has white color on #B7E5D3 background.