COLOR #B7E3B5

HEX: #B7E3B5
RGB: (183,227,181)

Color info

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

RGB color model

#B7E3B5 color RGB value is (183,227,181).

  • red value is 183;
  • green value is 227;
  • blue value is 181.
RGB:
(183,227,181)
(72%,89%,71%)

RGB channels and saturation

R 183 of 255 = 72%
G 227 of 255 = 89%
B 181 of 255 = 71%

183
227
181

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

Portions of RGB colors in percentages

R + G + B =
183 + 227 + 181 = 591 (100%)
R 183 of 591 ~ 30.96%
G 227 of 591 ~ 38.41%
B 181 of 591 ~ 30.63%

%30.96
%38.41
%30.63

CMYK color model

#B7E3B5 color CMYK value is (19,0,20,11).

  • cyan value is 19.38%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 10.98%
CMYK:
(19,0,20,11)
C19M0Y20K11 
(19%,0%,20%,11%)
(0.19/0.00/0.20/0.11)	

CMYK percentages

%19.38
%0
%20.26
%10.98

Codes

Color #B7E3B5 in popluar color models

B7E3B5
RGB183227181
HSL117°45.10%80.00%
HSB/HSV117°20.26%89.02%
CMYK19.38%0.00%20.26%
10.98%

Color #B7E3B5 in popluar number systems.

HEXB7E3B5
Decimal183227181
Binary101101111110001110110101
Octal267343265

Shades and tints

Shades of #B7E3B5

#B7E3B5
(183,227,181)
#A7CFA5
(167,207,165)
#97BB95
(151,187,149)
#87A785
(135,167,133)
#779375
(119,147,117)
#677F65
(103,127,101)
#576B55
(87,107,85)
#475745
(71,87,69)
#374335
(55,67,53)
#272F25
(39,47,37)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #B7E3B5

#B7E3B5
(183,227,181)
#BDE5BB
(189,229,187)
#C3E7C1
(195,231,193)
#C9E9C7
(201,233,199)
#CFEBCD
(207,235,205)
#D5EDD3
(213,237,211)
#DBEFD9
(219,239,217)
#E1F1DF
(225,241,223)
#E7F3E5
(231,243,229)
#EDF5EB
(237,245,235)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E3B5 color. Also use rgb(183,227,181) instead hex code.

Text Font Color

.myTextColor { color: #B7E3B5; }

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

This text font color is #B7E3B5.


Background Color

.myBgColor { background-color: #B7E3B5; }

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

This div background color is #B7E3B5.


Border color

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

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

This div border color is #B7E3B5.


Opacity

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

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

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

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

This text has shadow with #B7E3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E3B5 on black background.


Color preview on white background

This text has color #B7E3B5 on white background.



Black color preview on #B7E3B5 background

This text has black color on #B7E3B5 background.


White color preview on #B7E3B5 background

This text has white color on #B7E3B5 background.