COLOR #B7E5BC

HEX: #B7E5BC RGB: (183,229,188)

Color info

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

RGB color model

#B7E5BC color RGB value is (183,229,188).

RGB: (183,229,188) (72%, 90%, 74%)

RGB channels and saturation

R 183 of 255 = 72%
G 229 of 255 = 90%
B 188 of 255 = 74%

183
229
188

R + G + B ~ 79%. #B7E5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 229 + 188 = 600 (100%)
R 183 of 600 ~ 30.5%
G 229 of 600 ~ 38.17%
B 188 of 600 ~ 31.33'%

%30.5
%38.17
%31.33

CMYK color model

#B7E5BC color CMYK value is (20,0,18,10).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 17.90%
  • key color value is 10.20%

CMYK: (20,0,18,10)
C20M0Y18K10 (20%, 0%, 18%, 10%)
(0.20 / 0.00 / 0.18 / 0.10)

CMYK percentages

%20.09
%0
%17.9
%10.2

Codes

Color #B7E5BC in popluar color models

B7 E5 BC
RGB 183 229 188
HSL 127° 46.94% 80.78%
HSB/HSV 127° 20.09% 89.80%
CMYK 20.09% 0.00% 17.90%
10.20%

Color #B7E5BC in popluar number systems.

HEX B7 E5 BC
Decimal 183 229 188
Binary 10110111 11100101 10111100
Octal 267 345 274

Shades and tints

Shades of #B7E5BC

#B7E5BC
(183,229,188)
#A7D1AB
(167,209,171)
#97BD9A
(151,189,154)
#87A989
(135,169,137)
#779578
(119,149,120)
#678167
(103,129,103)
#576D56
(87,109,86)
#475945
(71,89,69)
#374534
(55,69,52)
#273123
(39,49,35)
#171D12
(23,29,18)
#000000
(0,0,0)

Tints of #B7E5BC

#B7E5BC
(183,229,188)
#BDE7C2
(189,231,194)
#C3E9C8
(195,233,200)
#C9EBCE
(201,235,206)
#CFEDD4
(207,237,212)
#D5EFDA
(213,239,218)
#DBF1E0
(219,241,224)
#E1F3E6
(225,243,230)
#E7F5EC
(231,245,236)
#EDF7F2
(237,247,242)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E5BC; }

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

This text font color is #B7E5BC.

Background Color

.myBgColor { background-color: #B7E5BC; }

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

This div background color is #B7E5BC.

Border color

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

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

This div border color is #B7E5BC.

Opacity

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

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

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

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

This text has shadow with #B7E5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E5BC.

Preview

Color preview on black background

This text has color #B7E5BC on black background.


Color preview on white background

This text has color #B7E5BC on white background.


Black color preview on #B7E5BC background

This text has black color on #B7E5BC background.


White color preview on #B7E5BC background

This text has white color on #B7E5BC background.


Related colors

Complementary color

Complementary color for #hex is #481A43.


I love getcolorcode.com

Triadic colors

1 #BCB7E5 and #E5BCB7 with #B7E5BC are triadic colors.

2 #BCE5B7 and #E5B7BC with #B7E5BC are triadic colors.