COLOR #BEE8AF

HEX: #BEE8AF
RGB: (190,232,175)

Color info

#BEE8AF contains red, green and blue colors in about the same proportion. Web safe color of #BEE8AF is #CCFF99 (or #CF9).

RGB color model

#BEE8AF color RGB value is (190,232,175).

  • red value is 190;
  • green value is 232;
  • blue value is 175.
RGB:
(190,232,175)
(75%,91%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 232 of 255 = 91%
B 175 of 255 = 69%

190
232
175

R + G + B ~ 78%. #BEE8AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 232 + 175 = 597 (100%)
R 190 of 597 ~ 31.83%
G 232 of 597 ~ 38.86%
B 175 of 597 ~ 29.31%

%31.83
%38.86
%29.31

CMYK color model

#BEE8AF color CMYK value is (18,0,25,9).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 24.57%
  • key color value is 9.02%
CMYK:
(18,0,25,9)
C18M0Y25K9 
(18%,0%,25%,9%)
(0.18/0.00/0.25/0.09)	

CMYK percentages

%18.1
%0
%24.57
%9.02

Codes

Color #BEE8AF in popluar color models

BEE8AF
RGB190232175
HSL104°55.34%79.80%
HSB/HSV104°24.57%90.98%
CMYK18.10%0.00%24.57%
9.02%

Color #BEE8AF in popluar number systems.

HEXBEE8AF
Decimal190232175
Binary101111101110100010101111
Octal276350257

Shades and tints

Shades of #BEE8AF

#BEE8AF
(190,232,175)
#ADD3A0
(173,211,160)
#9CBE91
(156,190,145)
#8BA982
(139,169,130)
#7A9473
(122,148,115)
#697F64
(105,127,100)
#586A55
(88,106,85)
#475546
(71,85,70)
#364037
(54,64,55)
#252B28
(37,43,40)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #BEE8AF

#BEE8AF
(190,232,175)
#C3EAB6
(195,234,182)
#C8ECBD
(200,236,189)
#CDEEC4
(205,238,196)
#D2F0CB
(210,240,203)
#D7F2D2
(215,242,210)
#DCF4D9
(220,244,217)
#E1F6E0
(225,246,224)
#E6F8E7
(230,248,231)
#EBFAEE
(235,250,238)
#F0FCF5
(240,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE8AF color. Also use rgb(190,232,175) instead hex code.

Text Font Color

.myTextColor { color: #BEE8AF; }

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

This text font color is #BEE8AF.


Background Color

.myBgColor { background-color: #BEE8AF; }

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

This div background color is #BEE8AF.


Border color

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

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

This div border color is #BEE8AF.


Opacity

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

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

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

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

This text has shadow with #BEE8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE8AF on black background.


Color preview on white background

This text has color #BEE8AF on white background.



Black color preview on #BEE8AF background

This text has black color on #BEE8AF background.


White color preview on #BEE8AF background

This text has white color on #BEE8AF background.