COLOR #B8E7B5

HEX: #B8E7B5 RGB: (184,231,181)

Color info

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

RGB color model

#B8E7B5 color RGB value is (184,231,181).

RGB: (184,231,181) (72%, 91%, 71%)

RGB channels and saturation

R 184 of 255 = 72%
G 231 of 255 = 91%
B 181 of 255 = 71%

184
231
181

R + G + B ~ 78%. #B8E7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 231 + 181 = 596 (100%)
R 184 of 596 ~ 30.87%
G 231 of 596 ~ 38.76%
B 181 of 596 ~ 30.37'%

%30.87
%38.76
%30.37

CMYK color model

#B8E7B5 color CMYK value is (20,0,22,9).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 9.41%

CMYK: (20,0,22,9)
C20M0Y22K9 (20%, 0%, 22%, 9%)
(0.20 / 0.00 / 0.22 / 0.09)

CMYK percentages

%20.35
%0
%21.65
%9.41

Codes

Color #B8E7B5 in popluar color models

B8 E7 B5
RGB 184 231 181
HSL 116° 51.02% 80.78%
HSB/HSV 116° 21.65% 90.59%
CMYK 20.35% 0.00% 21.65%
9.41%

Color #B8E7B5 in popluar number systems.

HEX B8 E7 B5
Decimal 184 231 181
Binary 10111000 11100111 10110101
Octal 270 347 265

Shades and tints

Shades of #B8E7B5

#B8E7B5
(184,231,181)
#A8D2A5
(168,210,165)
#98BD95
(152,189,149)
#88A885
(136,168,133)
#789375
(120,147,117)
#687E65
(104,126,101)
#586955
(88,105,85)
#485445
(72,84,69)
#383F35
(56,63,53)
#282A25
(40,42,37)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #B8E7B5

#B8E7B5
(184,231,181)
#BEE9BB
(190,233,187)
#C4EBC1
(196,235,193)
#CAEDC7
(202,237,199)
#D0EFCD
(208,239,205)
#D6F1D3
(214,241,211)
#DCF3D9
(220,243,217)
#E2F5DF
(226,245,223)
#E8F7E5
(232,247,229)
#EEF9EB
(238,249,235)
#F4FBF1
(244,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E7B5 color. Also use rgb(184,231,181) instead hex code.

Text Font Color

.myTextColor { color: #B8E7B5; }

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

This text font color is #B8E7B5.

Background Color

.myBgColor { background-color: #B8E7B5; }

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

This div background color is #B8E7B5.

Border color

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

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

This div border color is #B8E7B5.

Opacity

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

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

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

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

This text has shadow with #B8E7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E7B5.

Preview

Color preview on black background

This text has color #B8E7B5 on black background.


Color preview on white background

This text has color #B8E7B5 on white background.


Black color preview on #B8E7B5 background

This text has black color on #B8E7B5 background.


White color preview on #B8E7B5 background

This text has white color on #B8E7B5 background.


Related colors

Complementary color

Complementary color for #hex is #47184A.


I love getcolorcode.com

Triadic colors

1 #B5B8E7 and #E7B5B8 with #B8E7B5 are triadic colors.

2 #B5E7B8 and #E7B8B5 with #B8E7B5 are triadic colors.