COLOR #B8EEA3

HEX: #B8EEA3
RGB: (184,238,163)

Color info

#B8EEA3 contains mainly red and green colors. Web safe color of #B8EEA3 is #CCFF99 (or #CF9).

RGB color model

#B8EEA3 color RGB value is (184,238,163).

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

RGB channels and saturation

R 184 of 255 = 72%
G 238 of 255 = 93%
B 163 of 255 = 64%

184
238
163

R + G + B ~ 76%. #B8EEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 238 + 163 = 585 (100%)
R 184 of 585 ~ 31.45%
G 238 of 585 ~ 40.68%
B 163 of 585 ~ 27.86%

%31.45
%40.68
%27.86

CMYK color model

#B8EEA3 color CMYK value is (23,0,32,7).

  • cyan value is 22.69%
  • magenta value is 0.00%
  • yellow value is 31.51%
  • key color value is 6.67%
CMYK:
(23,0,32,7)
C23M0Y32K7 
(23%,0%,32%,7%)
(0.23/0.00/0.32/0.07)	

CMYK percentages

%22.69
%0
%31.51
%6.67

Codes

Color #B8EEA3 in popluar color models

B8EEA3
RGB184238163
HSL103°68.81%78.63%
HSB/HSV103°31.51%93.33%
CMYK22.69%0.00%31.51%
6.67%

Color #B8EEA3 in popluar number systems.

HEXB8EEA3
Decimal184238163
Binary101110001110111010100011
Octal270356243

Shades and tints

Shades of #B8EEA3

#B8EEA3
(184,238,163)
#A8D995
(168,217,149)
#98C487
(152,196,135)
#88AF79
(136,175,121)
#789A6B
(120,154,107)
#68855D
(104,133,93)
#58704F
(88,112,79)
#485B41
(72,91,65)
#384633
(56,70,51)
#283125
(40,49,37)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #B8EEA3

#B8EEA3
(184,238,163)
#BEEFAB
(190,239,171)
#C4F0B3
(196,240,179)
#CAF1BB
(202,241,187)
#D0F2C3
(208,242,195)
#D6F3CB
(214,243,203)
#DCF4D3
(220,244,211)
#E2F5DB
(226,245,219)
#E8F6E3
(232,246,227)
#EEF7EB
(238,247,235)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8EEA3; }

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

This text font color is #B8EEA3.


Background Color

.myBgColor { background-color: #B8EEA3; }

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

This div background color is #B8EEA3.


Border color

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

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

This div border color is #B8EEA3.


Opacity

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

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

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

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

This text has shadow with #B8EEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EEA3 on black background.


Color preview on white background

This text has color #B8EEA3 on white background.



Black color preview on #B8EEA3 background

This text has black color on #B8EEA3 background.


White color preview on #B8EEA3 background

This text has white color on #B8EEA3 background.