COLOR #B7EED0

HEX: #B7EED0
RGB: (183,238,208)

Color info

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

RGB color model

#B7EED0 color RGB value is (183,238,208).

  • red value is 183;
  • green value is 238;
  • blue value is 208.
RGB:
(183,238,208)
(72%,93%,82%)

RGB channels and saturation

R 183 of 255 = 72%
G 238 of 255 = 93%
B 208 of 255 = 82%

183
238
208

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

Portions of RGB colors in percentages

R + G + B =
183 + 238 + 208 = 629 (100%)
R 183 of 629 ~ 29.09%
G 238 of 629 ~ 37.84%
B 208 of 629 ~ 33.07%

%29.09
%37.84
%33.07

CMYK color model

#B7EED0 color CMYK value is (23,0,13,7).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(23,0,13,7)
C23M0Y13K7 
(23%,0%,13%,7%)
(0.23/0.00/0.13/0.07)	

CMYK percentages

%23.11
%0
%12.61
%6.67

Codes

Color #B7EED0 in popluar color models

B7EED0
RGB183238208
HSL147°61.80%82.55%
HSB/HSV147°23.11%93.33%
CMYK23.11%0.00%12.61%
6.67%

Color #B7EED0 in popluar number systems.

HEXB7EED0
Decimal183238208
Binary101101111110111011010000
Octal267356320

Shades and tints

Shades of #B7EED0

#B7EED0
(183,238,208)
#A7D9BE
(167,217,190)
#97C4AC
(151,196,172)
#87AF9A
(135,175,154)
#779A88
(119,154,136)
#678576
(103,133,118)
#577064
(87,112,100)
#475B52
(71,91,82)
#374640
(55,70,64)
#27312E
(39,49,46)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #B7EED0

#B7EED0
(183,238,208)
#BDEFD4
(189,239,212)
#C3F0D8
(195,240,216)
#C9F1DC
(201,241,220)
#CFF2E0
(207,242,224)
#D5F3E4
(213,243,228)
#DBF4E8
(219,244,232)
#E1F5EC
(225,245,236)
#E7F6F0
(231,246,240)
#EDF7F4
(237,247,244)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7EED0 color. Also use rgb(183,238,208) instead hex code.

Text Font Color

.myTextColor { color: #B7EED0; }

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

This text font color is #B7EED0.


Background Color

.myBgColor { background-color: #B7EED0; }

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

This div background color is #B7EED0.


Border color

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

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

This div border color is #B7EED0.


Opacity

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

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

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

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

This text has shadow with #B7EED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7EED0 on black background.


Color preview on white background

This text has color #B7EED0 on white background.



Black color preview on #B7EED0 background

This text has black color on #B7EED0 background.


White color preview on #B7EED0 background

This text has white color on #B7EED0 background.