COLOR #BEE6A7

HEX: #BEE6A7
RGB: (190,230,167)

Color info

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

RGB color model

#BEE6A7 color RGB value is (190,230,167).

  • red value is 190;
  • green value is 230;
  • blue value is 167.
RGB:
(190,230,167)
(75%,90%,65%)

RGB channels and saturation

R 190 of 255 = 75%
G 230 of 255 = 90%
B 167 of 255 = 65%

190
230
167

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

Portions of RGB colors in percentages

R + G + B =
190 + 230 + 167 = 587 (100%)
R 190 of 587 ~ 32.37%
G 230 of 587 ~ 39.18%
B 167 of 587 ~ 28.45%

%32.37
%39.18
%28.45

CMYK color model

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

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • 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
%27.39
%9.8

Codes

Color #BEE6A7 in popluar color models

BEE6A7
RGB190230167
HSL98°55.75%77.84%
HSB/HSV98°27.39%90.20%
CMYK17.39%0.00%27.39%
9.80%

Color #BEE6A7 in popluar number systems.

HEXBEE6A7
Decimal190230167
Binary101111101110011010100111
Octal276346247

Shades and tints

Shades of #BEE6A7

#BEE6A7
(190,230,167)
#ADD298
(173,210,152)
#9CBE89
(156,190,137)
#8BAA7A
(139,170,122)
#7A966B
(122,150,107)
#69825C
(105,130,92)
#586E4D
(88,110,77)
#475A3E
(71,90,62)
#36462F
(54,70,47)
#253220
(37,50,32)
#141E11
(20,30,17)
#000000
(0,0,0)

Tints of #BEE6A7

#BEE6A7
(190,230,167)
#C3E8AF
(195,232,175)
#C8EAB7
(200,234,183)
#CDECBF
(205,236,191)
#D2EEC7
(210,238,199)
#D7F0CF
(215,240,207)
#DCF2D7
(220,242,215)
#E1F4DF
(225,244,223)
#E6F6E7
(230,246,231)
#EBF8EF
(235,248,239)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE6A7; }

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

This text font color is #BEE6A7.


Background Color

.myBgColor { background-color: #BEE6A7; }

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

This div background color is #BEE6A7.


Border color

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

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

This div border color is #BEE6A7.


Opacity

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

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

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

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

This text has shadow with #BEE6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE6A7 on black background.


Color preview on white background

This text has color #BEE6A7 on white background.



Black color preview on #BEE6A7 background

This text has black color on #BEE6A7 background.


White color preview on #BEE6A7 background

This text has white color on #BEE6A7 background.