COLOR #B8EBA2

HEX: #B8EBA2
RGB: (184,235,162)

Color info

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

RGB color model

#B8EBA2 color RGB value is (184,235,162).

  • red value is 184;
  • green value is 235;
  • blue value is 162.
RGB:
(184,235,162)
(72%,92%,64%)

RGB channels and saturation

R 184 of 255 = 72%
G 235 of 255 = 92%
B 162 of 255 = 64%

184
235
162

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

Portions of RGB colors in percentages

R + G + B =
184 + 235 + 162 = 581 (100%)
R 184 of 581 ~ 31.67%
G 235 of 581 ~ 40.45%
B 162 of 581 ~ 27.88%

%31.67
%40.45
%27.88

CMYK color model

#B8EBA2 color CMYK value is (22,0,31,8).

  • cyan value is 21.70%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 7.84%
CMYK:
(22,0,31,8)
C22M0Y31K8 
(22%,0%,31%,8%)
(0.22/0.00/0.31/0.08)	

CMYK percentages

%21.7
%0
%31.06
%7.84

Codes

Color #B8EBA2 in popluar color models

B8EBA2
RGB184235162
HSL102°64.60%77.84%
HSB/HSV102°31.06%92.16%
CMYK21.70%0.00%31.06%
7.84%

Color #B8EBA2 in popluar number systems.

HEXB8EBA2
Decimal184235162
Binary101110001110101110100010
Octal270353242

Shades and tints

Shades of #B8EBA2

#B8EBA2
(184,235,162)
#A8D694
(168,214,148)
#98C186
(152,193,134)
#88AC78
(136,172,120)
#78976A
(120,151,106)
#68825C
(104,130,92)
#586D4E
(88,109,78)
#485840
(72,88,64)
#384332
(56,67,50)
#282E24
(40,46,36)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #B8EBA2

#B8EBA2
(184,235,162)
#BEECAA
(190,236,170)
#C4EDB2
(196,237,178)
#CAEEBA
(202,238,186)
#D0EFC2
(208,239,194)
#D6F0CA
(214,240,202)
#DCF1D2
(220,241,210)
#E2F2DA
(226,242,218)
#E8F3E2
(232,243,226)
#EEF4EA
(238,244,234)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EBA2 color. Also use rgb(184,235,162) instead hex code.

Text Font Color

.myTextColor { color: #B8EBA2; }

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

This text font color is #B8EBA2.


Background Color

.myBgColor { background-color: #B8EBA2; }

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

This div background color is #B8EBA2.


Border color

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

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

This div border color is #B8EBA2.


Opacity

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

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

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

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

This text has shadow with #B8EBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EBA2 on black background.


Color preview on white background

This text has color #B8EBA2 on white background.



Black color preview on #B8EBA2 background

This text has black color on #B8EBA2 background.


White color preview on #B8EBA2 background

This text has white color on #B8EBA2 background.