COLOR #BEE6A8

HEX: #BEE6A8 RGB: (190,230,168)

Color info

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

RGB color model

#BEE6A8 color RGB value is (190,230,168).

RGB: (190,230,168) (75%, 90%, 66%)

RGB channels and saturation

R 190 of 255 = 75%
G 230 of 255 = 90%
B 168 of 255 = 66%

190
230
168

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

Portions of RGB colors in percentages

R + G + B = 190 + 230 + 168 = 588 (100%)
R 190 of 588 ~ 32.31%
G 230 of 588 ~ 39.12%
B 168 of 588 ~ 28.57'%

%32.31
%39.12
%28.57

CMYK color model

#BEE6A8 color CMYK value is (17,0,27,10).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 9.80%

CMYK: (17,0,27,10)
C17M0Y27K10 (17%, 0%, 27%, 10%)
(0.17 / 0.00 / 0.27 / 0.10)

CMYK percentages

%17.39
%0
%26.96
%9.8

Codes

Color #BEE6A8 in popluar color models

BE E6 A8
RGB 190 230 168
HSL 99° 55.36% 78.04%
HSB/HSV 99° 26.96% 90.20%
CMYK 17.39% 0.00% 26.96%
9.80%

Color #BEE6A8 in popluar number systems.

HEX BE E6 A8
Decimal 190 230 168
Binary 10111110 11100110 10101000
Octal 276 346 250

Shades and tints

Shades of #BEE6A8

#BEE6A8
(190,230,168)
#ADD299
(173,210,153)
#9CBE8A
(156,190,138)
#8BAA7B
(139,170,123)
#7A966C
(122,150,108)
#69825D
(105,130,93)
#586E4E
(88,110,78)
#475A3F
(71,90,63)
#364630
(54,70,48)
#253221
(37,50,33)
#141E12
(20,30,18)
#000000
(0,0,0)

Tints of #BEE6A8

#BEE6A8
(190,230,168)
#C3E8AF
(195,232,175)
#C8EAB6
(200,234,182)
#CDECBD
(205,236,189)
#D2EEC4
(210,238,196)
#D7F0CB
(215,240,203)
#DCF2D2
(220,242,210)
#E1F4D9
(225,244,217)
#E6F6E0
(230,246,224)
#EBF8E7
(235,248,231)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE6A8 color. Also use rgb(190,230,168) instead hex code.

Text Font Color

.myTextColor { color: #BEE6A8; }

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

This text font color is #BEE6A8.

Background Color

.myBgColor { background-color: #BEE6A8; }

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

This div background color is #BEE6A8.

Border color

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

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

This div border color is #BEE6A8.

Opacity

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

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

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

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

This text has shadow with #BEE6A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE6A8.

Preview

Color preview on black background

This text has color #BEE6A8 on black background.


Color preview on white background

This text has color #BEE6A8 on white background.


Black color preview on #BEE6A8 background

This text has black color on #BEE6A8 background.


White color preview on #BEE6A8 background

This text has white color on #BEE6A8 background.


Related colors

Complementary color

Complementary color for #hex is #411957.


I love getcolorcode.com

Triadic colors

1 #A8BEE6 and #E6A8BE with #BEE6A8 are triadic colors.

2 #A8E6BE and #E6BEA8 with #BEE6A8 are triadic colors.