COLOR #B7EED6

HEX: #B7EED6
RGB: (183,238,214)

Color info

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

RGB color model

#B7EED6 color RGB value is (183,238,214).

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

RGB channels and saturation

R 183 of 255 = 72%
G 238 of 255 = 93%
B 214 of 255 = 84%

183
238
214

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

Portions of RGB colors in percentages

R + G + B =
183 + 238 + 214 = 635 (100%)
R 183 of 635 ~ 28.82%
G 238 of 635 ~ 37.48%
B 214 of 635 ~ 33.7%

%28.82
%37.48
%33.7

CMYK color model

#B7EED6 color CMYK value is (23,0,10,7).

  • cyan value is 23.11%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(23,0,10,7)
C23M0Y10K7 
(23%,0%,10%,7%)
(0.23/0.00/0.10/0.07)	

CMYK percentages

%23.11
%0
%10.08
%6.67

Codes

Color #B7EED6 in popluar color models

B7EED6
RGB183238214
HSL154°61.80%82.55%
HSB/HSV154°23.11%93.33%
CMYK23.11%0.00%10.08%
6.67%

Color #B7EED6 in popluar number systems.

HEXB7EED6
Decimal183238214
Binary101101111110111011010110
Octal267356326

Shades and tints

Shades of #B7EED6

#B7EED6
(183,238,214)
#A7D9C3
(167,217,195)
#97C4B0
(151,196,176)
#87AF9D
(135,175,157)
#779A8A
(119,154,138)
#678577
(103,133,119)
#577064
(87,112,100)
#475B51
(71,91,81)
#37463E
(55,70,62)
#27312B
(39,49,43)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #B7EED6

#B7EED6
(183,238,214)
#BDEFD9
(189,239,217)
#C3F0DC
(195,240,220)
#C9F1DF
(201,241,223)
#CFF2E2
(207,242,226)
#D5F3E5
(213,243,229)
#DBF4E8
(219,244,232)
#E1F5EB
(225,245,235)
#E7F6EE
(231,246,238)
#EDF7F1
(237,247,241)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7EED6; }

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

This text font color is #B7EED6.


Background Color

.myBgColor { background-color: #B7EED6; }

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

This div background color is #B7EED6.


Border color

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

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

This div border color is #B7EED6.


Opacity

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

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

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

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

This text has shadow with #B7EED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7EED6 on black background.


Color preview on white background

This text has color #B7EED6 on white background.



Black color preview on #B7EED6 background

This text has black color on #B7EED6 background.


White color preview on #B7EED6 background

This text has white color on #B7EED6 background.