COLOR #EEE6E8

HEX: #EEE6E8 RGB: (238,230,232)

Color info

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

RGB color model

#EEE6E8 color RGB value is (238,230,232).

RGB: (238,230,232) (93%, 90%, 91%)

RGB channels and saturation

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

238
230
232

R + G + B ~ 91%. #EEE6E8 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 230 + 232 = 700 (100%)
R 238 of 700 ~ 34%
G 230 of 700 ~ 32.86%
B 232 of 700 ~ 33.14'%

%34
%32.86
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 2.52%
  • key color value is 6.67%

CMYK: (0,3,3,7)
C0M3Y3K7 (0%, 3%, 3%, 7%)
(0.00 / 0.03 / 0.03 / 0.07)

CMYK percentages

%0
%3.36
%2.52
%6.67

Codes

Color #EEE6E8 in popluar color models

EE E6 E8
RGB 238 230 232
HSL 345° 19.05% 91.76%
HSB/HSV 345° 3.36% 93.33%
CMYK 0.00% 3.36% 2.52%
6.67%

Color #EEE6E8 in popluar number systems.

HEX EE E6 E8
Decimal 238 230 232
Binary 11101110 11100110 11101000
Octal 356 346 350

Shades and tints

Shades of #EEE6E8

#EEE6E8
(238,230,232)
#D9D2D3
(217,210,211)
#C4BEBE
(196,190,190)
#AFAAA9
(175,170,169)
#9A9694
(154,150,148)
#85827F
(133,130,127)
#706E6A
(112,110,106)
#5B5A55
(91,90,85)
#464640
(70,70,64)
#31322B
(49,50,43)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #EEE6E8

#EEE6E8
(238,230,232)
#EFE8EA
(239,232,234)
#F0EAEC
(240,234,236)
#F1ECEE
(241,236,238)
#F2EEF0
(242,238,240)
#F3F0F2
(243,240,242)
#F4F2F4
(244,242,244)
#F5F4F6
(245,244,246)
#F6F6F8
(246,246,248)
#F7F8FA
(247,248,250)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE6E8; }

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

This text font color is #EEE6E8.

Background Color

.myBgColor { background-color: #EEE6E8; }

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

This div background color is #EEE6E8.

Border color

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

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

This div border color is #EEE6E8.

Opacity

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

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

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

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

This text has shadow with #EEE6E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE6E8.

Preview

Color preview on black background

This text has color #EEE6E8 on black background.


Color preview on white background

This text has color #EEE6E8 on white background.


Black color preview on #EEE6E8 background

This text has black color on #EEE6E8 background.


White color preview on #EEE6E8 background

This text has white color on #EEE6E8 background.


Related colors

Complementary color

Complementary color for #hex is #111917.


I love getcolorcode.com

Triadic colors

1 #E8EEE6 and #E6E8EE with #EEE6E8 are triadic colors.

2 #E8E6EE and #E6EEE8 with #EEE6E8 are triadic colors.