COLOR #EEA6C7

HEX: #EEA6C7 RGB: (238,166,199)

Color info

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

RGB color model

#EEA6C7 color RGB value is (238,166,199).

RGB: (238,166,199) (93%, 65%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 166 of 255 = 65%
B 199 of 255 = 78%

238
166
199

R + G + B ~ 79%. #EEA6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 166 + 199 = 603 (100%)
R 238 of 603 ~ 39.47%
G 166 of 603 ~ 27.53%
B 199 of 603 ~ 33'%

%39.47
%27.53
%33

CMYK color model

#EEA6C7 color CMYK value is (0,30,16,7).

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

CMYK: (0,30,16,7)
C0M30Y16K7 (0%, 30%, 16%, 7%)
(0.00 / 0.30 / 0.16 / 0.07)

CMYK percentages

%0
%30.25
%16.39
%6.67

Codes

Color #EEA6C7 in popluar color models

EE A6 C7
RGB 238 166 199
HSL 333° 67.92% 79.22%
HSB/HSV 333° 30.25% 93.33%
CMYK 0.00% 30.25% 16.39%
6.67%

Color #EEA6C7 in popluar number systems.

HEX EE A6 C7
Decimal 238 166 199
Binary 11101110 10100110 11000111
Octal 356 246 307

Shades and tints

Shades of #EEA6C7

#EEA6C7
(238,166,199)
#D997B5
(217,151,181)
#C488A3
(196,136,163)
#AF7991
(175,121,145)
#9A6A7F
(154,106,127)
#855B6D
(133,91,109)
#704C5B
(112,76,91)
#5B3D49
(91,61,73)
#462E37
(70,46,55)
#311F25
(49,31,37)
#1C1013
(28,16,19)
#000000
(0,0,0)

Tints of #EEA6C7

#EEA6C7
(238,166,199)
#EFAECC
(239,174,204)
#F0B6D1
(240,182,209)
#F1BED6
(241,190,214)
#F2C6DB
(242,198,219)
#F3CEE0
(243,206,224)
#F4D6E5
(244,214,229)
#F5DEEA
(245,222,234)
#F6E6EF
(246,230,239)
#F7EEF4
(247,238,244)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA6C7; }

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

This text font color is #EEA6C7.

Background Color

.myBgColor { background-color: #EEA6C7; }

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

This div background color is #EEA6C7.

Border color

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

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

This div border color is #EEA6C7.

Opacity

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

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

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

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

This text has shadow with #EEA6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA6C7.

Preview

Color preview on black background

This text has color #EEA6C7 on black background.


Color preview on white background

This text has color #EEA6C7 on white background.


Black color preview on #EEA6C7 background

This text has black color on #EEA6C7 background.


White color preview on #EEA6C7 background

This text has white color on #EEA6C7 background.


Related colors

Complementary color

Complementary color for #hex is #115938.


I love getcolorcode.com

Triadic colors

1 #C7EEA6 and #A6C7EE with #EEA6C7 are triadic colors.

2 #C7A6EE and #A6EEC7 with #EEA6C7 are triadic colors.