COLOR #BEE1A8

HEX: #BEE1A8
RGB: (190,225,168)

Color info

#BEE1A8 contains red, green and blue colors in about the same proportion. Web safe color of #BEE1A8 is #CCCC99 (or #CC9).

RGB color model

#BEE1A8 color RGB value is (190,225,168).

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

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 168 of 255 = 66%

190
225
168

R + G + B ~ 76%. #BEE1A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 225 + 168 = 583 (100%)
R 190 of 583 ~ 32.59%
G 225 of 583 ~ 38.59%
B 168 of 583 ~ 28.82%

%32.59
%38.59
%28.82

CMYK color model

#BEE1A8 color CMYK value is (16,0,25,12).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 11.76%
CMYK:
(16,0,25,12)
C16M0Y25K12 
(16%,0%,25%,12%)
(0.16/0.00/0.25/0.12)	

CMYK percentages

%15.56
%0
%25.33
%11.76

Codes

Color #BEE1A8 in popluar color models

BEE1A8
RGB190225168
HSL97°48.72%77.06%
HSB/HSV97°25.33%88.24%
CMYK15.56%0.00%25.33%
11.76%

Color #BEE1A8 in popluar number systems.

HEXBEE1A8
Decimal190225168
Binary101111101110000110101000
Octal276341250

Shades and tints

Shades of #BEE1A8

#BEE1A8
(190,225,168)
#ADCD99
(173,205,153)
#9CB98A
(156,185,138)
#8BA57B
(139,165,123)
#7A916C
(122,145,108)
#697D5D
(105,125,93)
#58694E
(88,105,78)
#47553F
(71,85,63)
#364130
(54,65,48)
#252D21
(37,45,33)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #BEE1A8

#BEE1A8
(190,225,168)
#C3E3AF
(195,227,175)
#C8E5B6
(200,229,182)
#CDE7BD
(205,231,189)
#D2E9C4
(210,233,196)
#D7EBCB
(215,235,203)
#DCEDD2
(220,237,210)
#E1EFD9
(225,239,217)
#E6F1E0
(230,241,224)
#EBF3E7
(235,243,231)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE1A8; }

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

This text font color is #BEE1A8.


Background Color

.myBgColor { background-color: #BEE1A8; }

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

This div background color is #BEE1A8.


Border color

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

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

This div border color is #BEE1A8.


Opacity

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

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

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

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

This text has shadow with #BEE1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE1A8 on black background.


Color preview on white background

This text has color #BEE1A8 on white background.



Black color preview on #BEE1A8 background

This text has black color on #BEE1A8 background.


White color preview on #BEE1A8 background

This text has white color on #BEE1A8 background.