COLOR #BEE7A2

HEX: #BEE7A2
RGB: (190,231,162)

Color info

#BEE7A2 contains mainly red and green colors. Web safe color of #BEE7A2 is #CCFF99 (or #CF9).

RGB color model

#BEE7A2 color RGB value is (190,231,162).

  • red value is 190;
  • green value is 231;
  • blue value is 162.
RGB:
(190,231,162)
(75%,91%,64%)

RGB channels and saturation

R 190 of 255 = 75%
G 231 of 255 = 91%
B 162 of 255 = 64%

190
231
162

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

Portions of RGB colors in percentages

R + G + B =
190 + 231 + 162 = 583 (100%)
R 190 of 583 ~ 32.59%
G 231 of 583 ~ 39.62%
B 162 of 583 ~ 27.79%

%32.59
%39.62
%27.79

CMYK color model

#BEE7A2 color CMYK value is (18,0,30,9).

  • cyan value is 17.75%
  • magenta value is 0.00%
  • yellow value is 29.87%
  • key color value is 9.41%
CMYK:
(18,0,30,9)
C18M0Y30K9 
(18%,0%,30%,9%)
(0.18/0.00/0.30/0.09)	

CMYK percentages

%17.75
%0
%29.87
%9.41

Codes

Color #BEE7A2 in popluar color models

BEE7A2
RGB190231162
HSL96°58.97%77.06%
HSB/HSV96°29.87%90.59%
CMYK17.75%0.00%29.87%
9.41%

Color #BEE7A2 in popluar number systems.

HEXBEE7A2
Decimal190231162
Binary101111101110011110100010
Octal276347242

Shades and tints

Shades of #BEE7A2

#BEE7A2
(190,231,162)
#ADD294
(173,210,148)
#9CBD86
(156,189,134)
#8BA878
(139,168,120)
#7A936A
(122,147,106)
#697E5C
(105,126,92)
#58694E
(88,105,78)
#475440
(71,84,64)
#363F32
(54,63,50)
#252A24
(37,42,36)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEE7A2

#BEE7A2
(190,231,162)
#C3E9AA
(195,233,170)
#C8EBB2
(200,235,178)
#CDEDBA
(205,237,186)
#D2EFC2
(210,239,194)
#D7F1CA
(215,241,202)
#DCF3D2
(220,243,210)
#E1F5DA
(225,245,218)
#E6F7E2
(230,247,226)
#EBF9EA
(235,249,234)
#F0FBF2
(240,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE7A2 color. Also use rgb(190,231,162) instead hex code.

Text Font Color

.myTextColor { color: #BEE7A2; }

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

This text font color is #BEE7A2.


Background Color

.myBgColor { background-color: #BEE7A2; }

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

This div background color is #BEE7A2.


Border color

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

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

This div border color is #BEE7A2.


Opacity

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

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

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

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

This text has shadow with #BEE7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE7A2 on black background.


Color preview on white background

This text has color #BEE7A2 on white background.



Black color preview on #BEE7A2 background

This text has black color on #BEE7A2 background.


White color preview on #BEE7A2 background

This text has white color on #BEE7A2 background.