COLOR #BEE4AC

HEX: #BEE4AC
RGB: (190,228,172)

Color info

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

RGB color model

#BEE4AC color RGB value is (190,228,172).

  • red value is 190;
  • green value is 228;
  • blue value is 172.
RGB:
(190,228,172)
(75%,89%,67%)

RGB channels and saturation

R 190 of 255 = 75%
G 228 of 255 = 89%
B 172 of 255 = 67%

190
228
172

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

Portions of RGB colors in percentages

R + G + B =
190 + 228 + 172 = 590 (100%)
R 190 of 590 ~ 32.2%
G 228 of 590 ~ 38.64%
B 172 of 590 ~ 29.15%

%32.2
%38.64
%29.15

CMYK color model

#BEE4AC color CMYK value is (17,0,25,11).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 24.56%
  • key color value is 10.59%
CMYK:
(17,0,25,11)
C17M0Y25K11 
(17%,0%,25%,11%)
(0.17/0.00/0.25/0.11)	

CMYK percentages

%16.67
%0
%24.56
%10.59

Codes

Color #BEE4AC in popluar color models

BEE4AC
RGB190228172
HSL101°50.91%78.43%
HSB/HSV101°24.56%89.41%
CMYK16.67%0.00%24.56%
10.59%

Color #BEE4AC in popluar number systems.

HEXBEE4AC
Decimal190228172
Binary101111101110010010101100
Octal276344254

Shades and tints

Shades of #BEE4AC

#BEE4AC
(190,228,172)
#ADD09D
(173,208,157)
#9CBC8E
(156,188,142)
#8BA87F
(139,168,127)
#7A9470
(122,148,112)
#698061
(105,128,97)
#586C52
(88,108,82)
#475843
(71,88,67)
#364434
(54,68,52)
#253025
(37,48,37)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #BEE4AC

#BEE4AC
(190,228,172)
#C3E6B3
(195,230,179)
#C8E8BA
(200,232,186)
#CDEAC1
(205,234,193)
#D2ECC8
(210,236,200)
#D7EECF
(215,238,207)
#DCF0D6
(220,240,214)
#E1F2DD
(225,242,221)
#E6F4E4
(230,244,228)
#EBF6EB
(235,246,235)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE4AC color. Also use rgb(190,228,172) instead hex code.

Text Font Color

.myTextColor { color: #BEE4AC; }

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

This text font color is #BEE4AC.


Background Color

.myBgColor { background-color: #BEE4AC; }

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

This div background color is #BEE4AC.


Border color

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

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

This div border color is #BEE4AC.


Opacity

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

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

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

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

This text has shadow with #BEE4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE4AC on black background.


Color preview on white background

This text has color #BEE4AC on white background.



Black color preview on #BEE4AC background

This text has black color on #BEE4AC background.


White color preview on #BEE4AC background

This text has white color on #BEE4AC background.