COLOR #B7E6C4

HEX: #B7E6C4
RGB: (183,230,196)

Color info

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

RGB color model

#B7E6C4 color RGB value is (183,230,196).

  • red value is 183;
  • green value is 230;
  • blue value is 196.
RGB:
(183,230,196)
(72%,90%,77%)

RGB channels and saturation

R 183 of 255 = 72%
G 230 of 255 = 90%
B 196 of 255 = 77%

183
230
196

R + G + B ~ 80%. #B7E6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 230 + 196 = 609 (100%)
R 183 of 609 ~ 30.05%
G 230 of 609 ~ 37.77%
B 196 of 609 ~ 32.18%

%30.05
%37.77
%32.18

CMYK color model

#B7E6C4 color CMYK value is (20,0,15,10).

  • cyan value is 20.43%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 9.80%
CMYK:
(20,0,15,10)
C20M0Y15K10 
(20%,0%,15%,10%)
(0.20/0.00/0.15/0.10)	

CMYK percentages

%20.43
%0
%14.78
%9.8

Codes

Color #B7E6C4 in popluar color models

B7E6C4
RGB183230196
HSL137°48.45%80.98%
HSB/HSV137°20.43%90.20%
CMYK20.43%0.00%14.78%
9.80%

Color #B7E6C4 in popluar number systems.

HEXB7E6C4
Decimal183230196
Binary101101111110011011000100
Octal267346304

Shades and tints

Shades of #B7E6C4

#B7E6C4
(183,230,196)
#A7D2B3
(167,210,179)
#97BEA2
(151,190,162)
#87AA91
(135,170,145)
#779680
(119,150,128)
#67826F
(103,130,111)
#576E5E
(87,110,94)
#475A4D
(71,90,77)
#37463C
(55,70,60)
#27322B
(39,50,43)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #B7E6C4

#B7E6C4
(183,230,196)
#BDE8C9
(189,232,201)
#C3EACE
(195,234,206)
#C9ECD3
(201,236,211)
#CFEED8
(207,238,216)
#D5F0DD
(213,240,221)
#DBF2E2
(219,242,226)
#E1F4E7
(225,244,231)
#E7F6EC
(231,246,236)
#EDF8F1
(237,248,241)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E6C4 color. Also use rgb(183,230,196) instead hex code.

Text Font Color

.myTextColor { color: #B7E6C4; }

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

This text font color is #B7E6C4.


Background Color

.myBgColor { background-color: #B7E6C4; }

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

This div background color is #B7E6C4.


Border color

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

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

This div border color is #B7E6C4.


Opacity

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

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

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

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

This text has shadow with #B7E6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E6C4 on black background.


Color preview on white background

This text has color #B7E6C4 on white background.



Black color preview on #B7E6C4 background

This text has black color on #B7E6C4 background.


White color preview on #B7E6C4 background

This text has white color on #B7E6C4 background.