COLOR #B0E2AE

HEX: #B0E2AE
RGB: (176,226,174)

Color info

#B0E2AE contains red, green and blue colors in about the same proportion. Web safe color of #B0E2AE is #99CC99 (or #9C9).

RGB color model

#B0E2AE color RGB value is (176,226,174).

  • red value is 176;
  • green value is 226;
  • blue value is 174.
RGB:
(176,226,174)
(69%,89%,68%)

RGB channels and saturation

R 176 of 255 = 69%
G 226 of 255 = 89%
B 174 of 255 = 68%

176
226
174

R + G + B ~ 75%. #B0E2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 226 + 174 = 576 (100%)
R 176 of 576 ~ 30.56%
G 226 of 576 ~ 39.24%
B 174 of 576 ~ 30.21%

%30.56
%39.24
%30.21

CMYK color model

#B0E2AE color CMYK value is (22,0,23,11).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 23.01%
  • key color value is 11.37%
CMYK:
(22,0,23,11)
C22M0Y23K11 
(22%,0%,23%,11%)
(0.22/0.00/0.23/0.11)	

CMYK percentages

%22.12
%0
%23.01
%11.37

Codes

Color #B0E2AE in popluar color models

B0E2AE
RGB176226174
HSL118°47.27%78.43%
HSB/HSV118°23.01%88.63%
CMYK22.12%0.00%23.01%
11.37%

Color #B0E2AE in popluar number systems.

HEXB0E2AE
Decimal176226174
Binary101100001110001010101110
Octal260342256

Shades and tints

Shades of #B0E2AE

#B0E2AE
(176,226,174)
#A0CE9F
(160,206,159)
#90BA90
(144,186,144)
#80A681
(128,166,129)
#709272
(112,146,114)
#607E63
(96,126,99)
#506A54
(80,106,84)
#405645
(64,86,69)
#304236
(48,66,54)
#202E27
(32,46,39)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #B0E2AE

#B0E2AE
(176,226,174)
#B7E4B5
(183,228,181)
#BEE6BC
(190,230,188)
#C5E8C3
(197,232,195)
#CCEACA
(204,234,202)
#D3ECD1
(211,236,209)
#DAEED8
(218,238,216)
#E1F0DF
(225,240,223)
#E8F2E6
(232,242,230)
#EFF4ED
(239,244,237)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E2AE color. Also use rgb(176,226,174) instead hex code.

Text Font Color

.myTextColor { color: #B0E2AE; }

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

This text font color is #B0E2AE.


Background Color

.myBgColor { background-color: #B0E2AE; }

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

This div background color is #B0E2AE.


Border color

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

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

This div border color is #B0E2AE.


Opacity

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

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

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

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

This text has shadow with #B0E2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E2AE on black background.


Color preview on white background

This text has color #B0E2AE on white background.



Black color preview on #B0E2AE background

This text has black color on #B0E2AE background.


White color preview on #B0E2AE background

This text has white color on #B0E2AE background.