COLOR #BEE0BE

HEX: #BEE0BE
RGB: (190,224,190)

Color info

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

RGB color model

#BEE0BE color RGB value is (190,224,190).

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

RGB channels and saturation

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

190
224
190

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

Portions of RGB colors in percentages

R + G + B =
190 + 224 + 190 = 604 (100%)
R 190 of 604 ~ 31.46%
G 224 of 604 ~ 37.09%
B 190 of 604 ~ 31.46%

%31.46
%37.09
%31.46

CMYK color model

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

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

CMYK percentages

%15.18
%0
%15.18
%12.16

Codes

Color #BEE0BE in popluar color models

BEE0BE
RGB190224190
HSL120°35.42%81.18%
HSB/HSV120°15.18%87.84%
CMYK15.18%0.00%15.18%
12.16%

Color #BEE0BE in popluar number systems.

HEXBEE0BE
Decimal190224190
Binary101111101110000010111110
Octal276340276

Shades and tints

Shades of #BEE0BE

#BEE0BE
(190,224,190)
#ADCCAD
(173,204,173)
#9CB89C
(156,184,156)
#8BA48B
(139,164,139)
#7A907A
(122,144,122)
#697C69
(105,124,105)
#586858
(88,104,88)
#475447
(71,84,71)
#364036
(54,64,54)
#252C25
(37,44,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEE0BE

#BEE0BE
(190,224,190)
#C3E2C3
(195,226,195)
#C8E4C8
(200,228,200)
#CDE6CD
(205,230,205)
#D2E8D2
(210,232,210)
#D7EAD7
(215,234,215)
#DCECDC
(220,236,220)
#E1EEE1
(225,238,225)
#E6F0E6
(230,240,230)
#EBF2EB
(235,242,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE0BE; }

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

This text font color is #BEE0BE.


Background Color

.myBgColor { background-color: #BEE0BE; }

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

This div background color is #BEE0BE.


Border color

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

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

This div border color is #BEE0BE.


Opacity

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

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

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

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

This text has shadow with #BEE0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE0BE on black background.


Color preview on white background

This text has color #BEE0BE on white background.



Black color preview on #BEE0BE background

This text has black color on #BEE0BE background.


White color preview on #BEE0BE background

This text has white color on #BEE0BE background.