COLOR #B8E2AD

HEX: #B8E2AD
RGB: (184,226,173)

Color info

#B8E2AD contains red, green and blue colors in about the same proportion. Web safe color of #B8E2AD is #CCCC99 (or #CC9).

RGB color model

#B8E2AD color RGB value is (184,226,173).

  • red value is 184;
  • green value is 226;
  • blue value is 173.
RGB:
(184,226,173)
(72%,89%,68%)

RGB channels and saturation

R 184 of 255 = 72%
G 226 of 255 = 89%
B 173 of 255 = 68%

184
226
173

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

Portions of RGB colors in percentages

R + G + B =
184 + 226 + 173 = 583 (100%)
R 184 of 583 ~ 31.56%
G 226 of 583 ~ 38.77%
B 173 of 583 ~ 29.67%

%31.56
%38.77
%29.67

CMYK color model

#B8E2AD color CMYK value is (19,0,23,11).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 23.45%
  • key color value is 11.37%
CMYK:
(19,0,23,11)
C19M0Y23K11 
(19%,0%,23%,11%)
(0.19/0.00/0.23/0.11)	

CMYK percentages

%18.58
%0
%23.45
%11.37

Codes

Color #B8E2AD in popluar color models

B8E2AD
RGB184226173
HSL108°47.75%78.24%
HSB/HSV108°23.45%88.63%
CMYK18.58%0.00%23.45%
11.37%

Color #B8E2AD in popluar number systems.

HEXB8E2AD
Decimal184226173
Binary101110001110001010101101
Octal270342255

Shades and tints

Shades of #B8E2AD

#B8E2AD
(184,226,173)
#A8CE9E
(168,206,158)
#98BA8F
(152,186,143)
#88A680
(136,166,128)
#789271
(120,146,113)
#687E62
(104,126,98)
#586A53
(88,106,83)
#485644
(72,86,68)
#384235
(56,66,53)
#282E26
(40,46,38)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #B8E2AD

#B8E2AD
(184,226,173)
#BEE4B4
(190,228,180)
#C4E6BB
(196,230,187)
#CAE8C2
(202,232,194)
#D0EAC9
(208,234,201)
#D6ECD0
(214,236,208)
#DCEED7
(220,238,215)
#E2F0DE
(226,240,222)
#E8F2E5
(232,242,229)
#EEF4EC
(238,244,236)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E2AD color. Also use rgb(184,226,173) instead hex code.

Text Font Color

.myTextColor { color: #B8E2AD; }

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

This text font color is #B8E2AD.


Background Color

.myBgColor { background-color: #B8E2AD; }

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

This div background color is #B8E2AD.


Border color

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

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

This div border color is #B8E2AD.


Opacity

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

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

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

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

This text has shadow with #B8E2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E2AD on black background.


Color preview on white background

This text has color #B8E2AD on white background.



Black color preview on #B8E2AD background

This text has black color on #B8E2AD background.


White color preview on #B8E2AD background

This text has white color on #B8E2AD background.