COLOR #BEE0BB

HEX: #BEE0BB
RGB: (190,224,187)

Color info

#BEE0BB contains red, green and blue colors in about the same proportion. Web safe color of #BEE0BB is #CCCCCC (or #CCC).

RGB color model

#BEE0BB color RGB value is (190,224,187).

  • red value is 190;
  • green value is 224;
  • blue value is 187.
RGB:
(190,224,187)
(75%,88%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 224 of 255 = 88%
B 187 of 255 = 73%

190
224
187

R + G + B ~ 79%. #BEE0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 224 + 187 = 601 (100%)
R 190 of 601 ~ 31.61%
G 224 of 601 ~ 37.27%
B 187 of 601 ~ 31.11%

%31.61
%37.27
%31.11

CMYK color model

#BEE0BB color CMYK value is (15,0,17,12).

  • cyan value is 15.18%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 12.16%
CMYK:
(15,0,17,12)
C15M0Y17K12 
(15%,0%,17%,12%)
(0.15/0.00/0.17/0.12)	

CMYK percentages

%15.18
%0
%16.52
%12.16

Codes

Color #BEE0BB in popluar color models

BEE0BB
RGB190224187
HSL115°37.37%80.59%
HSB/HSV115°16.52%87.84%
CMYK15.18%0.00%16.52%
12.16%

Color #BEE0BB in popluar number systems.

HEXBEE0BB
Decimal190224187
Binary101111101110000010111011
Octal276340273

Shades and tints

Shades of #BEE0BB

#BEE0BB
(190,224,187)
#ADCCAA
(173,204,170)
#9CB899
(156,184,153)
#8BA488
(139,164,136)
#7A9077
(122,144,119)
#697C66
(105,124,102)
#586855
(88,104,85)
#475444
(71,84,68)
#364033
(54,64,51)
#252C22
(37,44,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BEE0BB

#BEE0BB
(190,224,187)
#C3E2C1
(195,226,193)
#C8E4C7
(200,228,199)
#CDE6CD
(205,230,205)
#D2E8D3
(210,232,211)
#D7EAD9
(215,234,217)
#DCECDF
(220,236,223)
#E1EEE5
(225,238,229)
#E6F0EB
(230,240,235)
#EBF2F1
(235,242,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE0BB color. Also use rgb(190,224,187) instead hex code.

Text Font Color

.myTextColor { color: #BEE0BB; }

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

This text font color is #BEE0BB.


Background Color

.myBgColor { background-color: #BEE0BB; }

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

This div background color is #BEE0BB.


Border color

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

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

This div border color is #BEE0BB.


Opacity

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

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

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

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

This text has shadow with #BEE0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE0BB on black background.


Color preview on white background

This text has color #BEE0BB on white background.



Black color preview on #BEE0BB background

This text has black color on #BEE0BB background.


White color preview on #BEE0BB background

This text has white color on #BEE0BB background.