COLOR #B1EEAE

HEX: #B1EEAE
RGB: (177,238,174)

Color info

#B1EEAE contains mainly green color. Web safe color of #B1EEAE is #99FF99 (or #9F9).

RGB color model

#B1EEAE color RGB value is (177,238,174).

  • red value is 177;
  • green value is 238;
  • blue value is 174.
RGB:
(177,238,174)
(69%,93%,68%)

RGB channels and saturation

R 177 of 255 = 69%
G 238 of 255 = 93%
B 174 of 255 = 68%

177
238
174

R + G + B ~ 77%. #B1EEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 238 + 174 = 589 (100%)
R 177 of 589 ~ 30.05%
G 238 of 589 ~ 40.41%
B 174 of 589 ~ 29.54%

%30.05
%40.41
%29.54

CMYK color model

#B1EEAE color CMYK value is (26,0,27,7).

  • cyan value is 25.63%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 6.67%
CMYK:
(26,0,27,7)
C26M0Y27K7 
(26%,0%,27%,7%)
(0.26/0.00/0.27/0.07)	

CMYK percentages

%25.63
%0
%26.89
%6.67

Codes

Color #B1EEAE in popluar color models

B1EEAE
RGB177238174
HSL117°65.31%80.78%
HSB/HSV117°26.89%93.33%
CMYK25.63%0.00%26.89%
6.67%

Color #B1EEAE in popluar number systems.

HEXB1EEAE
Decimal177238174
Binary101100011110111010101110
Octal261356256

Shades and tints

Shades of #B1EEAE

#B1EEAE
(177,238,174)
#A1D99F
(161,217,159)
#91C490
(145,196,144)
#81AF81
(129,175,129)
#719A72
(113,154,114)
#618563
(97,133,99)
#517054
(81,112,84)
#415B45
(65,91,69)
#314636
(49,70,54)
#213127
(33,49,39)
#111C18
(17,28,24)
#000000
(0,0,0)

Tints of #B1EEAE

#B1EEAE
(177,238,174)
#B8EFB5
(184,239,181)
#BFF0BC
(191,240,188)
#C6F1C3
(198,241,195)
#CDF2CA
(205,242,202)
#D4F3D1
(212,243,209)
#DBF4D8
(219,244,216)
#E2F5DF
(226,245,223)
#E9F6E6
(233,246,230)
#F0F7ED
(240,247,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1EEAE color. Also use rgb(177,238,174) instead hex code.

Text Font Color

.myTextColor { color: #B1EEAE; }

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

This text font color is #B1EEAE.


Background Color

.myBgColor { background-color: #B1EEAE; }

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

This div background color is #B1EEAE.


Border color

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

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

This div border color is #B1EEAE.


Opacity

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

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

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

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

This text has shadow with #B1EEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EEAE on black background.


Color preview on white background

This text has color #B1EEAE on white background.



Black color preview on #B1EEAE background

This text has black color on #B1EEAE background.


White color preview on #B1EEAE background

This text has white color on #B1EEAE background.