COLOR #EEA6CE

HEX: #EEA6CE RGB: (238,166,206)

Color info

#EEA6CE contains mainly red and blue colors. Web safe color of #EEA6CE is #FF99CC (or #F9C).

RGB color model

#EEA6CE color RGB value is (238,166,206).

RGB: (238,166,206) (93%, 65%, 81%)

RGB channels and saturation

R 238 of 255 = 93%
G 166 of 255 = 65%
B 206 of 255 = 81%

238
166
206

R + G + B ~ 80%. #EEA6CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 166 + 206 = 610 (100%)
R 238 of 610 ~ 39.02%
G 166 of 610 ~ 27.21%
B 206 of 610 ~ 33.77'%

%39.02
%27.21
%33.77

CMYK color model

#EEA6CE color CMYK value is (0,30,13,7).

  • cyan value is 0.00%
  • magenta value is 30.25%
  • yellow value is 13.45%
  • key color value is 6.67%

CMYK: (0,30,13,7)
C0M30Y13K7 (0%, 30%, 13%, 7%)
(0.00 / 0.30 / 0.13 / 0.07)

CMYK percentages

%0
%30.25
%13.45
%6.67

Codes

Color #EEA6CE in popluar color models

EE A6 CE
RGB 238 166 206
HSL 327° 67.92% 79.22%
HSB/HSV 327° 30.25% 93.33%
CMYK 0.00% 30.25% 13.45%
6.67%

Color #EEA6CE in popluar number systems.

HEX EE A6 CE
Decimal 238 166 206
Binary 11101110 10100110 11001110
Octal 356 246 316

Shades and tints

Shades of #EEA6CE

#EEA6CE
(238,166,206)
#D997BC
(217,151,188)
#C488AA
(196,136,170)
#AF7998
(175,121,152)
#9A6A86
(154,106,134)
#855B74
(133,91,116)
#704C62
(112,76,98)
#5B3D50
(91,61,80)
#462E3E
(70,46,62)
#311F2C
(49,31,44)
#1C101A
(28,16,26)
#000000
(0,0,0)

Tints of #EEA6CE

#EEA6CE
(238,166,206)
#EFAED2
(239,174,210)
#F0B6D6
(240,182,214)
#F1BEDA
(241,190,218)
#F2C6DE
(242,198,222)
#F3CEE2
(243,206,226)
#F4D6E6
(244,214,230)
#F5DEEA
(245,222,234)
#F6E6EE
(246,230,238)
#F7EEF2
(247,238,242)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA6CE; }

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

This text font color is #EEA6CE.

Background Color

.myBgColor { background-color: #EEA6CE; }

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

This div background color is #EEA6CE.

Border color

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

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

This div border color is #EEA6CE.

Opacity

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

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

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

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

This text has shadow with #EEA6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA6CE.

Preview

Color preview on black background

This text has color #EEA6CE on black background.


Color preview on white background

This text has color #EEA6CE on white background.


Black color preview on #EEA6CE background

This text has black color on #EEA6CE background.


White color preview on #EEA6CE background

This text has white color on #EEA6CE background.


Related colors

Complementary color

Complementary color for #hex is #115931.


I love getcolorcode.com

Triadic colors

1 #CEEEA6 and #A6CEEE with #EEA6CE are triadic colors.

2 #CEA6EE and #A6EECE with #EEA6CE are triadic colors.