COLOR #EEE6EE

HEX: #EEE6EE
RGB: (238,230,238)

Color info

#EEE6EE contains red, green and blue colors in about the same proportion. Web safe color of #EEE6EE is #FFCCFF (or #FCF).

RGB color model

#EEE6EE color RGB value is (238,230,238).

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

RGB channels and saturation

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

238
230
238

R + G + B ~ 92%. #EEE6EE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 238 = 706 (100%)
R 238 of 706 ~ 33.71%
G 230 of 706 ~ 32.58%
B 238 of 706 ~ 33.71%

%33.71
%32.58
%33.71

CMYK color model

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

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

CMYK percentages

%0
%3.36
%0
%6.67

Codes

Color #EEE6EE in popluar color models

EEE6EE
RGB238230238
HSL300°19.05%91.76%
HSB/HSV300°3.36%93.33%
CMYK0.00%3.36%0.00%
6.67%

Color #EEE6EE in popluar number systems.

HEXEEE6EE
Decimal238230238
Binary111011101110011011101110
Octal356346356

Shades and tints

Shades of #EEE6EE

#EEE6EE
(238,230,238)
#D9D2D9
(217,210,217)
#C4BEC4
(196,190,196)
#AFAAAF
(175,170,175)
#9A969A
(154,150,154)
#858285
(133,130,133)
#706E70
(112,110,112)
#5B5A5B
(91,90,91)
#464646
(70,70,70)
#313231
(49,50,49)
#1C1E1C
(28,30,28)
#000000
(0,0,0)

Tints of #EEE6EE

#EEE6EE
(238,230,238)
#EFE8EF
(239,232,239)
#F0EAF0
(240,234,240)
#F1ECF1
(241,236,241)
#F2EEF2
(242,238,242)
#F3F0F3
(243,240,243)
#F4F2F4
(244,242,244)
#F5F4F5
(245,244,245)
#F6F6F6
(246,246,246)
#F7F8F7
(247,248,247)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE6EE; }

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

This text font color is #EEE6EE.


Background Color

.myBgColor { background-color: #EEE6EE; }

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

This div background color is #EEE6EE.


Border color

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

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

This div border color is #EEE6EE.


Opacity

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

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

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

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

This text has shadow with #EEE6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6EE on black background.


Color preview on white background

This text has color #EEE6EE on white background.



Black color preview on #EEE6EE background

This text has black color on #EEE6EE background.


White color preview on #EEE6EE background

This text has white color on #EEE6EE background.