COLOR #B8EFBC

HEX: #B8EFBC
RGB: (184,239,188)

Color info

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

RGB color model

#B8EFBC color RGB value is (184,239,188).

  • red value is 184;
  • green value is 239;
  • blue value is 188.
RGB:
(184,239,188)
(72%,94%,74%)

RGB channels and saturation

R 184 of 255 = 72%
G 239 of 255 = 94%
B 188 of 255 = 74%

184
239
188

R + G + B ~ 80%. #B8EFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 239 + 188 = 611 (100%)
R 184 of 611 ~ 30.11%
G 239 of 611 ~ 39.12%
B 188 of 611 ~ 30.77%

%30.11
%39.12
%30.77

CMYK color model

#B8EFBC color CMYK value is (23,0,21,6).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 21.34%
  • key color value is 6.27%
CMYK:
(23,0,21,6)
C23M0Y21K6 
(23%,0%,21%,6%)
(0.23/0.00/0.21/0.06)	

CMYK percentages

%23.01
%0
%21.34
%6.27

Codes

Color #B8EFBC in popluar color models

B8EFBC
RGB184239188
HSL124°63.22%82.94%
HSB/HSV124°23.01%93.73%
CMYK23.01%0.00%21.34%
6.27%

Color #B8EFBC in popluar number systems.

HEXB8EFBC
Decimal184239188
Binary101110001110111110111100
Octal270357274

Shades and tints

Shades of #B8EFBC

#B8EFBC
(184,239,188)
#A8DAAB
(168,218,171)
#98C59A
(152,197,154)
#88B089
(136,176,137)
#789B78
(120,155,120)
#688667
(104,134,103)
#587156
(88,113,86)
#485C45
(72,92,69)
#384734
(56,71,52)
#283223
(40,50,35)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #B8EFBC

#B8EFBC
(184,239,188)
#BEF0C2
(190,240,194)
#C4F1C8
(196,241,200)
#CAF2CE
(202,242,206)
#D0F3D4
(208,243,212)
#D6F4DA
(214,244,218)
#DCF5E0
(220,245,224)
#E2F6E6
(226,246,230)
#E8F7EC
(232,247,236)
#EEF8F2
(238,248,242)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EFBC color. Also use rgb(184,239,188) instead hex code.

Text Font Color

.myTextColor { color: #B8EFBC; }

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

This text font color is #B8EFBC.


Background Color

.myBgColor { background-color: #B8EFBC; }

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

This div background color is #B8EFBC.


Border color

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

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

This div border color is #B8EFBC.


Opacity

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

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

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

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

This text has shadow with #B8EFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EFBC on black background.


Color preview on white background

This text has color #B8EFBC on white background.



Black color preview on #B8EFBC background

This text has black color on #B8EFBC background.


White color preview on #B8EFBC background

This text has white color on #B8EFBC background.