COLOR #B8EEC8

HEX: #B8EEC8
RGB: (184,238,200)

Color info

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

RGB color model

#B8EEC8 color RGB value is (184,238,200).

  • red value is 184;
  • green value is 238;
  • blue value is 200.
RGB:
(184,238,200)
(72%,93%,78%)

RGB channels and saturation

R 184 of 255 = 72%
G 238 of 255 = 93%
B 200 of 255 = 78%

184
238
200

R + G + B ~ 81%. #B8EEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 238 + 200 = 622 (100%)
R 184 of 622 ~ 29.58%
G 238 of 622 ~ 38.26%
B 200 of 622 ~ 32.15%

%29.58
%38.26
%32.15

CMYK color model

#B8EEC8 color CMYK value is (23,0,16,7).

  • cyan value is 22.69%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 6.67%
CMYK:
(23,0,16,7)
C23M0Y16K7 
(23%,0%,16%,7%)
(0.23/0.00/0.16/0.07)	

CMYK percentages

%22.69
%0
%15.97
%6.67

Codes

Color #B8EEC8 in popluar color models

B8EEC8
RGB184238200
HSL138°61.36%82.75%
HSB/HSV138°22.69%93.33%
CMYK22.69%0.00%15.97%
6.67%

Color #B8EEC8 in popluar number systems.

HEXB8EEC8
Decimal184238200
Binary101110001110111011001000
Octal270356310

Shades and tints

Shades of #B8EEC8

#B8EEC8
(184,238,200)
#A8D9B6
(168,217,182)
#98C4A4
(152,196,164)
#88AF92
(136,175,146)
#789A80
(120,154,128)
#68856E
(104,133,110)
#58705C
(88,112,92)
#485B4A
(72,91,74)
#384638
(56,70,56)
#283126
(40,49,38)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #B8EEC8

#B8EEC8
(184,238,200)
#BEEFCD
(190,239,205)
#C4F0D2
(196,240,210)
#CAF1D7
(202,241,215)
#D0F2DC
(208,242,220)
#D6F3E1
(214,243,225)
#DCF4E6
(220,244,230)
#E2F5EB
(226,245,235)
#E8F6F0
(232,246,240)
#EEF7F5
(238,247,245)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EEC8 color. Also use rgb(184,238,200) instead hex code.

Text Font Color

.myTextColor { color: #B8EEC8; }

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

This text font color is #B8EEC8.


Background Color

.myBgColor { background-color: #B8EEC8; }

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

This div background color is #B8EEC8.


Border color

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

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

This div border color is #B8EEC8.


Opacity

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

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

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

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

This text has shadow with #B8EEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EEC8 on black background.


Color preview on white background

This text has color #B8EEC8 on white background.



Black color preview on #B8EEC8 background

This text has black color on #B8EEC8 background.


White color preview on #B8EEC8 background

This text has white color on #B8EEC8 background.