COLOR #E6EEBE

HEX: #E6EEBE
RGB: (230,238,190)

Color info

#E6EEBE contains red, green and blue colors in about the same proportion. Web safe color of #E6EEBE is #CCFFCC (or #CFC).

RGB color model

#E6EEBE color RGB value is (230,238,190).

  • red value is 230;
  • green value is 238;
  • blue value is 190.
RGB:
(230,238,190)
(90%,93%,75%)

RGB channels and saturation

R 230 of 255 = 90%
G 238 of 255 = 93%
B 190 of 255 = 75%

230
238
190

R + G + B ~ 86%. #E6EEBE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 238 + 190 = 658 (100%)
R 230 of 658 ~ 34.95%
G 238 of 658 ~ 36.17%
B 190 of 658 ~ 28.88%

%34.95
%36.17
%28.88

CMYK color model

#E6EEBE color CMYK value is (3,0,20,7).

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 6.67%
CMYK:
(3,0,20,7)
C3M0Y20K7 
(3%,0%,20%,7%)
(0.03/0.00/0.20/0.07)	

CMYK percentages

%3.36
%0
%20.17
%6.67

Codes

Color #E6EEBE in popluar color models

E6EEBE
RGB230238190
HSL70°58.54%83.92%
HSB/HSV70°20.17%93.33%
CMYK3.36%0.00%20.17%
6.67%

Color #E6EEBE in popluar number systems.

HEXE6EEBE
Decimal230238190
Binary111001101110111010111110
Octal346356276

Shades and tints

Shades of #E6EEBE

#E6EEBE
(230,238,190)
#D2D9AD
(210,217,173)
#BEC49C
(190,196,156)
#AAAF8B
(170,175,139)
#969A7A
(150,154,122)
#828569
(130,133,105)
#6E7058
(110,112,88)
#5A5B47
(90,91,71)
#464636
(70,70,54)
#323125
(50,49,37)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #E6EEBE

#E6EEBE
(230,238,190)
#E8EFC3
(232,239,195)
#EAF0C8
(234,240,200)
#ECF1CD
(236,241,205)
#EEF2D2
(238,242,210)
#F0F3D7
(240,243,215)
#F2F4DC
(242,244,220)
#F4F5E1
(244,245,225)
#F6F6E6
(246,246,230)
#F8F7EB
(248,247,235)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEBE; }

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

This text font color is #E6EEBE.


Background Color

.myBgColor { background-color: #E6EEBE; }

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

This div background color is #E6EEBE.


Border color

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

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

This div border color is #E6EEBE.


Opacity

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

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

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

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

This text has shadow with #E6EEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EEBE on black background.


Color preview on white background

This text has color #E6EEBE on white background.



Black color preview on #E6EEBE background

This text has black color on #E6EEBE background.


White color preview on #E6EEBE background

This text has white color on #E6EEBE background.