COLOR #B7E5B1

HEX: #B7E5B1 RGB: (183,229,177)

Color info

#B7E5B1 contains red, green and blue colors in about the same proportion. Web safe color of #B7E5B1 is #CCCC99 (or #CC9).

RGB color model

#B7E5B1 color RGB value is (183,229,177).

RGB: (183,229,177) (72%, 90%, 69%)

RGB channels and saturation

R 183 of 255 = 72%
G 229 of 255 = 90%
B 177 of 255 = 69%

183
229
177

R + G + B ~ 77%. #B7E5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 229 + 177 = 589 (100%)
R 183 of 589 ~ 31.07%
G 229 of 589 ~ 38.88%
B 177 of 589 ~ 30.05'%

%31.07
%38.88
%30.05

CMYK color model

#B7E5B1 color CMYK value is (20,0,23,10).

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

CMYK: (20,0,23,10)
C20M0Y23K10 (20%, 0%, 23%, 10%)
(0.20 / 0.00 / 0.23 / 0.10)

CMYK percentages

%20.09
%0
%22.71
%10.2

Codes

Color #B7E5B1 in popluar color models

B7 E5 B1
RGB 183 229 177
HSL 113° 50.00% 79.61%
HSB/HSV 113° 22.71% 89.80%
CMYK 20.09% 0.00% 22.71%
10.20%

Color #B7E5B1 in popluar number systems.

HEX B7 E5 B1
Decimal 183 229 177
Binary 10110111 11100101 10110001
Octal 267 345 261

Shades and tints

Shades of #B7E5B1

#B7E5B1
(183,229,177)
#A7D1A1
(167,209,161)
#97BD91
(151,189,145)
#87A981
(135,169,129)
#779571
(119,149,113)
#678161
(103,129,97)
#576D51
(87,109,81)
#475941
(71,89,65)
#374531
(55,69,49)
#273121
(39,49,33)
#171D11
(23,29,17)
#000000
(0,0,0)

Tints of #B7E5B1

#B7E5B1
(183,229,177)
#BDE7B8
(189,231,184)
#C3E9BF
(195,233,191)
#C9EBC6
(201,235,198)
#CFEDCD
(207,237,205)
#D5EFD4
(213,239,212)
#DBF1DB
(219,241,219)
#E1F3E2
(225,243,226)
#E7F5E9
(231,245,233)
#EDF7F0
(237,247,240)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E5B1; }

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

This text font color is #B7E5B1.

Background Color

.myBgColor { background-color: #B7E5B1; }

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

This div background color is #B7E5B1.

Border color

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

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

This div border color is #B7E5B1.

Opacity

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

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

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

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

This text has shadow with #B7E5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E5B1.

Preview

Color preview on black background

This text has color #B7E5B1 on black background.


Color preview on white background

This text has color #B7E5B1 on white background.


Black color preview on #B7E5B1 background

This text has black color on #B7E5B1 background.


White color preview on #B7E5B1 background

This text has white color on #B7E5B1 background.


Related colors

Complementary color

Complementary color for #hex is #481A4E.


I love getcolorcode.com

Triadic colors

1 #B1B7E5 and #E5B1B7 with #B7E5B1 are triadic colors.

2 #B1E5B7 and #E5B7B1 with #B7E5B1 are triadic colors.