COLOR #BEE9A6

HEX: #BEE9A6 RGB: (190,233,166)

Color info

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

RGB color model

#BEE9A6 color RGB value is (190,233,166).

RGB: (190,233,166) (75%, 91%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 233 of 255 = 91%
B 166 of 255 = 65%

190
233
166

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

Portions of RGB colors in percentages

R + G + B = 190 + 233 + 166 = 589 (100%)
R 190 of 589 ~ 32.26%
G 233 of 589 ~ 39.56%
B 166 of 589 ~ 28.18'%

%32.26
%39.56
%28.18

CMYK color model

#BEE9A6 color CMYK value is (18,0,29,9).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 28.76%
  • key color value is 8.63%
CMYK: (18,0,29,9) C18M0Y29K9 (18%,0%,29%,9%) (0.18/0.00/0.29/0.09) 

CMYK percentages

%18.45
%0
%28.76
%8.63

Codes

Color #BEE9A6 in popluar color models

BE E9 A6
RGB 190 233 166
HSL 99° 60.36% 78.24%
HSB/HSV 99° 28.76% 91.37%
CMYK 18.45% 0.00% 28.76%
8.63%

Color #BEE9A6 in popluar number systems.

HEX BE E9 A6
Decimal 190 233 166
Binary 10111110 11101001 10100110
Octal 276 351 246

Shades and tints

Shades of #BEE9A6

#BEE9A6
(190,233,166)
#ADD497
(173,212,151)
#9CBF88
(156,191,136)
#8BAA79
(139,170,121)
#7A956A
(122,149,106)
#69805B
(105,128,91)
#586B4C
(88,107,76)
#47563D
(71,86,61)
#36412E
(54,65,46)
#252C1F
(37,44,31)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BEE9A6

#BEE9A6
(190,233,166)
#C3EBAE
(195,235,174)
#C8EDB6
(200,237,182)
#CDEFBE
(205,239,190)
#D2F1C6
(210,241,198)
#D7F3CE
(215,243,206)
#DCF5D6
(220,245,214)
#E1F7DE
(225,247,222)
#E6F9E6
(230,249,230)
#EBFBEE
(235,251,238)
#F0FDF6
(240,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE9A6 color. Also use rgb(190,233,166) instead hex code.

Text Font Color

.myTextColor { color: #BEE9A6; }

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

This text font color is #BEE9A6.

Background Color

.myBgColor { background-color: #BEE9A6; }

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

This div background color is #BEE9A6.

Border color

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

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

This div border color is #BEE9A6.

Opacity

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

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

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

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

This text has shadow with #BEE9A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE9A6.

Preview

Color preview on black background

This text has color #BEE9A6 on black background.


Color preview on white background

This text has color #BEE9A6 on white background.


Black color preview on #BEE9A6 background

This text has black color on #BEE9A6 background.


White color preview on #BEE9A6 background

This text has white color on #BEE9A6 background.


Related colors

Complementary color

Complementary color for #hex is #411659.


I love getcolorcode.com

Triadic colors

1 #A6BEE9 and #E9A6BE with #BEE9A6 are triadic colors.

2 #A6E9BE and #E9BEA6 with #BEE9A6 are triadic colors.