COLOR #E6EEC1

HEX: #E6EEC1
RGB: (230,238,193)

Color info

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

RGB color model

#E6EEC1 color RGB value is (230,238,193).

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

RGB channels and saturation

R 230 of 255 = 90%
G 238 of 255 = 93%
B 193 of 255 = 76%

230
238
193

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

Portions of RGB colors in percentages

R + G + B =
230 + 238 + 193 = 661 (100%)
R 230 of 661 ~ 34.8%
G 238 of 661 ~ 36.01%
B 193 of 661 ~ 29.2%

%34.8
%36.01
%29.2

CMYK color model

#E6EEC1 color CMYK value is (3,0,19,7).

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 6.67%
CMYK:
(3,0,19,7)
C3M0Y19K7 
(3%,0%,19%,7%)
(0.03/0.00/0.19/0.07)	

CMYK percentages

%3.36
%0
%18.91
%6.67

Codes

Color #E6EEC1 in popluar color models

E6EEC1
RGB230238193
HSL71°56.96%84.51%
HSB/HSV71°18.91%93.33%
CMYK3.36%0.00%18.91%
6.67%

Color #E6EEC1 in popluar number systems.

HEXE6EEC1
Decimal230238193
Binary111001101110111011000001
Octal346356301

Shades and tints

Shades of #E6EEC1

#E6EEC1
(230,238,193)
#D2D9B0
(210,217,176)
#BEC49F
(190,196,159)
#AAAF8E
(170,175,142)
#969A7D
(150,154,125)
#82856C
(130,133,108)
#6E705B
(110,112,91)
#5A5B4A
(90,91,74)
#464639
(70,70,57)
#323128
(50,49,40)
#1E1C17
(30,28,23)
#000000
(0,0,0)

Tints of #E6EEC1

#E6EEC1
(230,238,193)
#E8EFC6
(232,239,198)
#EAF0CB
(234,240,203)
#ECF1D0
(236,241,208)
#EEF2D5
(238,242,213)
#F0F3DA
(240,243,218)
#F2F4DF
(242,244,223)
#F4F5E4
(244,245,228)
#F6F6E9
(246,246,233)
#F8F7EE
(248,247,238)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEC1; }

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

This text font color is #E6EEC1.


Background Color

.myBgColor { background-color: #E6EEC1; }

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

This div background color is #E6EEC1.


Border color

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

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

This div border color is #E6EEC1.


Opacity

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

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

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

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

This text has shadow with #E6EEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EEC1 on black background.


Color preview on white background

This text has color #E6EEC1 on white background.



Black color preview on #E6EEC1 background

This text has black color on #E6EEC1 background.


White color preview on #E6EEC1 background

This text has white color on #E6EEC1 background.