COLOR #B8E9BF

HEX: #B8E9BF RGB: (184,233,191)

Color info

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

RGB color model

#B8E9BF color RGB value is (184,233,191).

RGB: (184,233,191) (72%, 91%, 75%)

RGB channels and saturation

R 184 of 255 = 72%
G 233 of 255 = 91%
B 191 of 255 = 75%

184
233
191

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

Portions of RGB colors in percentages

R + G + B = 184 + 233 + 191 = 608 (100%)
R 184 of 608 ~ 30.26%
G 233 of 608 ~ 38.32%
B 191 of 608 ~ 31.41'%

%30.26
%38.32
%31.41

CMYK color model

#B8E9BF color CMYK value is (21,0,18,9).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 8.63%

CMYK: (21,0,18,9)
C21M0Y18K9 (21%, 0%, 18%, 9%)
(0.21 / 0.00 / 0.18 / 0.09)

CMYK percentages

%21.03
%0
%18.03
%8.63

Codes

Color #B8E9BF in popluar color models

B8 E9 BF
RGB 184 233 191
HSL 129° 52.69% 81.76%
HSB/HSV 129° 21.03% 91.37%
CMYK 21.03% 0.00% 18.03%
8.63%

Color #B8E9BF in popluar number systems.

HEX B8 E9 BF
Decimal 184 233 191
Binary 10111000 11101001 10111111
Octal 270 351 277

Shades and tints

Shades of #B8E9BF

#B8E9BF
(184,233,191)
#A8D4AE
(168,212,174)
#98BF9D
(152,191,157)
#88AA8C
(136,170,140)
#78957B
(120,149,123)
#68806A
(104,128,106)
#586B59
(88,107,89)
#485648
(72,86,72)
#384137
(56,65,55)
#282C26
(40,44,38)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #B8E9BF

#B8E9BF
(184,233,191)
#BEEBC4
(190,235,196)
#C4EDC9
(196,237,201)
#CAEFCE
(202,239,206)
#D0F1D3
(208,241,211)
#D6F3D8
(214,243,216)
#DCF5DD
(220,245,221)
#E2F7E2
(226,247,226)
#E8F9E7
(232,249,231)
#EEFBEC
(238,251,236)
#F4FDF1
(244,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E9BF color. Also use rgb(184,233,191) instead hex code.

Text Font Color

.myTextColor { color: #B8E9BF; }

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

This text font color is #B8E9BF.

Background Color

.myBgColor { background-color: #B8E9BF; }

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

This div background color is #B8E9BF.

Border color

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

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

This div border color is #B8E9BF.

Opacity

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

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

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

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

This text has shadow with #B8E9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8E9BF.

Preview

Color preview on black background

This text has color #B8E9BF on black background.


Color preview on white background

This text has color #B8E9BF on white background.


Black color preview on #B8E9BF background

This text has black color on #B8E9BF background.


White color preview on #B8E9BF background

This text has white color on #B8E9BF background.


Related colors

Complementary color

Complementary color for #hex is #471640.


I love getcolorcode.com

Triadic colors

1 #BFB8E9 and #E9BFB8 with #B8E9BF are triadic colors.

2 #BFE9B8 and #E9B8BF with #B8E9BF are triadic colors.