COLOR #BEE2BE

HEX: #BEE2BE
RGB: (190,226,190)

Color info

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

RGB color model

#BEE2BE color RGB value is (190,226,190).

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

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 190 of 255 = 75%

190
226
190

R + G + B ~ 80%. #BEE2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 226 + 190 = 606 (100%)
R 190 of 606 ~ 31.35%
G 226 of 606 ~ 37.29%
B 190 of 606 ~ 31.35%

%31.35
%37.29
%31.35

CMYK color model

#BEE2BE color CMYK value is (16,0,16,11).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 11.37%
CMYK:
(16,0,16,11)
C16M0Y16K11 
(16%,0%,16%,11%)
(0.16/0.00/0.16/0.11)	

CMYK percentages

%15.93
%0
%15.93
%11.37

Codes

Color #BEE2BE in popluar color models

BEE2BE
RGB190226190
HSL120°38.30%81.57%
HSB/HSV120°15.93%88.63%
CMYK15.93%0.00%15.93%
11.37%

Color #BEE2BE in popluar number systems.

HEXBEE2BE
Decimal190226190
Binary101111101110001010111110
Octal276342276

Shades and tints

Shades of #BEE2BE

#BEE2BE
(190,226,190)
#ADCEAD
(173,206,173)
#9CBA9C
(156,186,156)
#8BA68B
(139,166,139)
#7A927A
(122,146,122)
#697E69
(105,126,105)
#586A58
(88,106,88)
#475647
(71,86,71)
#364236
(54,66,54)
#252E25
(37,46,37)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #BEE2BE

#BEE2BE
(190,226,190)
#C3E4C3
(195,228,195)
#C8E6C8
(200,230,200)
#CDE8CD
(205,232,205)
#D2EAD2
(210,234,210)
#D7ECD7
(215,236,215)
#DCEEDC
(220,238,220)
#E1F0E1
(225,240,225)
#E6F2E6
(230,242,230)
#EBF4EB
(235,244,235)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE2BE; }

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

This text font color is #BEE2BE.


Background Color

.myBgColor { background-color: #BEE2BE; }

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

This div background color is #BEE2BE.


Border color

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

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

This div border color is #BEE2BE.


Opacity

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

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

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

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

This text has shadow with #BEE2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE2BE on black background.


Color preview on white background

This text has color #BEE2BE on white background.



Black color preview on #BEE2BE background

This text has black color on #BEE2BE background.


White color preview on #BEE2BE background

This text has white color on #BEE2BE background.