COLOR #EEE3EE

HEX: #EEE3EE RGB: (238,227,238)

Color info

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

RGB color model

#EEE3EE color RGB value is (238,227,238).

RGB: (238,227,238) (93%, 89%, 93%)

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 238 of 255 = 93%

238
227
238

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

Portions of RGB colors in percentages

R + G + B = 238 + 227 + 238 = 703 (100%)
R 238 of 703 ~ 33.85%
G 227 of 703 ~ 32.29%
B 238 of 703 ~ 33.85'%

%33.85
%32.29
%33.85

CMYK color model

#EEE3EE color CMYK value is (0,5,0,7).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (0,5,0,7)
C0M5Y0K7 (0%, 5%, 0%, 7%)
(0.00 / 0.05 / 0.00 / 0.07)

CMYK percentages

%0
%4.62
%0
%6.67

Codes

Color #EEE3EE in popluar color models

EE E3 EE
RGB 238 227 238
HSL 300° 24.44% 91.18%
HSB/HSV 300° 4.62% 93.33%
CMYK 0.00% 4.62% 0.00%
6.67%

Color #EEE3EE in popluar number systems.

HEX EE E3 EE
Decimal 238 227 238
Binary 11101110 11100011 11101110
Octal 356 343 356

Shades and tints

Shades of #EEE3EE

#EEE3EE
(238,227,238)
#D9CFD9
(217,207,217)
#C4BBC4
(196,187,196)
#AFA7AF
(175,167,175)
#9A939A
(154,147,154)
#857F85
(133,127,133)
#706B70
(112,107,112)
#5B575B
(91,87,91)
#464346
(70,67,70)
#312F31
(49,47,49)
#1C1B1C
(28,27,28)
#000000
(0,0,0)

Tints of #EEE3EE

#EEE3EE
(238,227,238)
#EFE5EF
(239,229,239)
#F0E7F0
(240,231,240)
#F1E9F1
(241,233,241)
#F2EBF2
(242,235,242)
#F3EDF3
(243,237,243)
#F4EFF4
(244,239,244)
#F5F1F5
(245,241,245)
#F6F3F6
(246,243,246)
#F7F5F7
(247,245,247)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3EE; }

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

This text font color is #EEE3EE.

Background Color

.myBgColor { background-color: #EEE3EE; }

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

This div background color is #EEE3EE.

Border color

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

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

This div border color is #EEE3EE.

Opacity

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

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

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

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

This text has shadow with #EEE3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE3EE.

Preview

Color preview on black background

This text has color #EEE3EE on black background.


Color preview on white background

This text has color #EEE3EE on white background.


Black color preview on #EEE3EE background

This text has black color on #EEE3EE background.


White color preview on #EEE3EE background

This text has white color on #EEE3EE background.


Related colors

Complementary color

Complementary color for #hex is #111C11.


I love getcolorcode.com

Triadic colors

1 #EEEEE3 and #E3EEEE with #EEE3EE are triadic colors.

2 #EEE3EE and #E3EEEE with #EEE3EE are triadic colors.