COLOR #BEE4A4

HEX: #BEE4A4
RGB: (190,228,164)

Color info

#BEE4A4 contains mainly red and green colors. Web safe color of #BEE4A4 is #CCCC99 (or #CC9).

RGB color model

#BEE4A4 color RGB value is (190,228,164).

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

RGB channels and saturation

R 190 of 255 = 75%
G 228 of 255 = 89%
B 164 of 255 = 64%

190
228
164

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

Portions of RGB colors in percentages

R + G + B =
190 + 228 + 164 = 582 (100%)
R 190 of 582 ~ 32.65%
G 228 of 582 ~ 39.18%
B 164 of 582 ~ 28.18%

%32.65
%39.18
%28.18

CMYK color model

#BEE4A4 color CMYK value is (17,0,28,11).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 10.59%
CMYK:
(17,0,28,11)
C17M0Y28K11 
(17%,0%,28%,11%)
(0.17/0.00/0.28/0.11)	

CMYK percentages

%16.67
%0
%28.07
%10.59

Codes

Color #BEE4A4 in popluar color models

BEE4A4
RGB190228164
HSL96°54.24%76.86%
HSB/HSV96°28.07%89.41%
CMYK16.67%0.00%28.07%
10.59%

Color #BEE4A4 in popluar number systems.

HEXBEE4A4
Decimal190228164
Binary101111101110010010100100
Octal276344244

Shades and tints

Shades of #BEE4A4

#BEE4A4
(190,228,164)
#ADD096
(173,208,150)
#9CBC88
(156,188,136)
#8BA87A
(139,168,122)
#7A946C
(122,148,108)
#69805E
(105,128,94)
#586C50
(88,108,80)
#475842
(71,88,66)
#364434
(54,68,52)
#253026
(37,48,38)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #BEE4A4

#BEE4A4
(190,228,164)
#C3E6AC
(195,230,172)
#C8E8B4
(200,232,180)
#CDEABC
(205,234,188)
#D2ECC4
(210,236,196)
#D7EECC
(215,238,204)
#DCF0D4
(220,240,212)
#E1F2DC
(225,242,220)
#E6F4E4
(230,244,228)
#EBF6EC
(235,246,236)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE4A4; }

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

This text font color is #BEE4A4.


Background Color

.myBgColor { background-color: #BEE4A4; }

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

This div background color is #BEE4A4.


Border color

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

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

This div border color is #BEE4A4.


Opacity

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

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

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

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

This text has shadow with #BEE4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE4A4 on black background.


Color preview on white background

This text has color #BEE4A4 on white background.



Black color preview on #BEE4A4 background

This text has black color on #BEE4A4 background.


White color preview on #BEE4A4 background

This text has white color on #BEE4A4 background.