COLOR #BEE1A0

HEX: #BEE1A0
RGB: (190,225,160)

Color info

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

RGB color model

#BEE1A0 color RGB value is (190,225,160).

  • red value is 190;
  • green value is 225;
  • blue value is 160.
RGB:
(190,225,160)
(75%,88%,63%)

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 160 of 255 = 63%

190
225
160

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

Portions of RGB colors in percentages

R + G + B =
190 + 225 + 160 = 575 (100%)
R 190 of 575 ~ 33.04%
G 225 of 575 ~ 39.13%
B 160 of 575 ~ 27.83%

%33.04
%39.13
%27.83

CMYK color model

#BEE1A0 color CMYK value is (16,0,29,12).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 11.76%
CMYK:
(16,0,29,12)
C16M0Y29K12 
(16%,0%,29%,12%)
(0.16/0.00/0.29/0.12)	

CMYK percentages

%15.56
%0
%28.89
%11.76

Codes

Color #BEE1A0 in popluar color models

BEE1A0
RGB190225160
HSL92°52.00%75.49%
HSB/HSV92°28.89%88.24%
CMYK15.56%0.00%28.89%
11.76%

Color #BEE1A0 in popluar number systems.

HEXBEE1A0
Decimal190225160
Binary101111101110000110100000
Octal276341240

Shades and tints

Shades of #BEE1A0

#BEE1A0
(190,225,160)
#ADCD92
(173,205,146)
#9CB984
(156,185,132)
#8BA576
(139,165,118)
#7A9168
(122,145,104)
#697D5A
(105,125,90)
#58694C
(88,105,76)
#47553E
(71,85,62)
#364130
(54,65,48)
#252D22
(37,45,34)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BEE1A0

#BEE1A0
(190,225,160)
#C3E3A8
(195,227,168)
#C8E5B0
(200,229,176)
#CDE7B8
(205,231,184)
#D2E9C0
(210,233,192)
#D7EBC8
(215,235,200)
#DCEDD0
(220,237,208)
#E1EFD8
(225,239,216)
#E6F1E0
(230,241,224)
#EBF3E8
(235,243,232)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE1A0 color. Also use rgb(190,225,160) instead hex code.

Text Font Color

.myTextColor { color: #BEE1A0; }

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

This text font color is #BEE1A0.


Background Color

.myBgColor { background-color: #BEE1A0; }

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

This div background color is #BEE1A0.


Border color

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

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

This div border color is #BEE1A0.


Opacity

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

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

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

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

This text has shadow with #BEE1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE1A0 on black background.


Color preview on white background

This text has color #BEE1A0 on white background.



Black color preview on #BEE1A0 background

This text has black color on #BEE1A0 background.


White color preview on #BEE1A0 background

This text has white color on #BEE1A0 background.