COLOR #BEE4AE

HEX: #BEE4AE
RGB: (190,228,174)

Color info

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

RGB color model

#BEE4AE color RGB value is (190,228,174).

  • red value is 190;
  • green value is 228;
  • blue value is 174.
RGB:
(190,228,174)
(75%,89%,68%)

RGB channels and saturation

R 190 of 255 = 75%
G 228 of 255 = 89%
B 174 of 255 = 68%

190
228
174

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

Portions of RGB colors in percentages

R + G + B =
190 + 228 + 174 = 592 (100%)
R 190 of 592 ~ 32.09%
G 228 of 592 ~ 38.51%
B 174 of 592 ~ 29.39%

%32.09
%38.51
%29.39

CMYK color model

#BEE4AE color CMYK value is (17,0,24,11).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 10.59%
CMYK:
(17,0,24,11)
C17M0Y24K11 
(17%,0%,24%,11%)
(0.17/0.00/0.24/0.11)	

CMYK percentages

%16.67
%0
%23.68
%10.59

Codes

Color #BEE4AE in popluar color models

BEE4AE
RGB190228174
HSL102°50.00%78.82%
HSB/HSV102°23.68%89.41%
CMYK16.67%0.00%23.68%
10.59%

Color #BEE4AE in popluar number systems.

HEXBEE4AE
Decimal190228174
Binary101111101110010010101110
Octal276344256

Shades and tints

Shades of #BEE4AE

#BEE4AE
(190,228,174)
#ADD09F
(173,208,159)
#9CBC90
(156,188,144)
#8BA881
(139,168,129)
#7A9472
(122,148,114)
#698063
(105,128,99)
#586C54
(88,108,84)
#475845
(71,88,69)
#364436
(54,68,54)
#253027
(37,48,39)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #BEE4AE

#BEE4AE
(190,228,174)
#C3E6B5
(195,230,181)
#C8E8BC
(200,232,188)
#CDEAC3
(205,234,195)
#D2ECCA
(210,236,202)
#D7EED1
(215,238,209)
#DCF0D8
(220,240,216)
#E1F2DF
(225,242,223)
#E6F4E6
(230,244,230)
#EBF6ED
(235,246,237)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE4AE color. Also use rgb(190,228,174) instead hex code.

Text Font Color

.myTextColor { color: #BEE4AE; }

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

This text font color is #BEE4AE.


Background Color

.myBgColor { background-color: #BEE4AE; }

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

This div background color is #BEE4AE.


Border color

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

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

This div border color is #BEE4AE.


Opacity

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

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

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

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

This text has shadow with #BEE4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE4AE on black background.


Color preview on white background

This text has color #BEE4AE on white background.



Black color preview on #BEE4AE background

This text has black color on #BEE4AE background.


White color preview on #BEE4AE background

This text has white color on #BEE4AE background.