COLOR #BEE0AB

HEX: #BEE0AB
RGB: (190,224,171)

Color info

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

RGB color model

#BEE0AB color RGB value is (190,224,171).

  • red value is 190;
  • green value is 224;
  • blue value is 171.
RGB:
(190,224,171)
(75%,88%,67%)

RGB channels and saturation

R 190 of 255 = 75%
G 224 of 255 = 88%
B 171 of 255 = 67%

190
224
171

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

Portions of RGB colors in percentages

R + G + B =
190 + 224 + 171 = 585 (100%)
R 190 of 585 ~ 32.48%
G 224 of 585 ~ 38.29%
B 171 of 585 ~ 29.23%

%32.48
%38.29
%29.23

CMYK color model

#BEE0AB color CMYK value is (15,0,24,12).

  • cyan value is 15.18%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 12.16%
CMYK:
(15,0,24,12)
C15M0Y24K12 
(15%,0%,24%,12%)
(0.15/0.00/0.24/0.12)	

CMYK percentages

%15.18
%0
%23.66
%12.16

Codes

Color #BEE0AB in popluar color models

BEE0AB
RGB190224171
HSL98°46.09%77.45%
HSB/HSV98°23.66%87.84%
CMYK15.18%0.00%23.66%
12.16%

Color #BEE0AB in popluar number systems.

HEXBEE0AB
Decimal190224171
Binary101111101110000010101011
Octal276340253

Shades and tints

Shades of #BEE0AB

#BEE0AB
(190,224,171)
#ADCC9C
(173,204,156)
#9CB88D
(156,184,141)
#8BA47E
(139,164,126)
#7A906F
(122,144,111)
#697C60
(105,124,96)
#586851
(88,104,81)
#475442
(71,84,66)
#364033
(54,64,51)
#252C24
(37,44,36)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #BEE0AB

#BEE0AB
(190,224,171)
#C3E2B2
(195,226,178)
#C8E4B9
(200,228,185)
#CDE6C0
(205,230,192)
#D2E8C7
(210,232,199)
#D7EACE
(215,234,206)
#DCECD5
(220,236,213)
#E1EEDC
(225,238,220)
#E6F0E3
(230,240,227)
#EBF2EA
(235,242,234)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE0AB color. Also use rgb(190,224,171) instead hex code.

Text Font Color

.myTextColor { color: #BEE0AB; }

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

This text font color is #BEE0AB.


Background Color

.myBgColor { background-color: #BEE0AB; }

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

This div background color is #BEE0AB.


Border color

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

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

This div border color is #BEE0AB.


Opacity

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

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

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

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

This text has shadow with #BEE0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE0AB on black background.


Color preview on white background

This text has color #BEE0AB on white background.



Black color preview on #BEE0AB background

This text has black color on #BEE0AB background.


White color preview on #BEE0AB background

This text has white color on #BEE0AB background.