COLOR #EEA8C6

HEX: #EEA8C6 RGB: (238,168,198)

Color info

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

RGB color model

#EEA8C6 color RGB value is (238,168,198).

RGB: (238,168,198) (93%, 66%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 168 of 255 = 66%
B 198 of 255 = 78%

238
168
198

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

Portions of RGB colors in percentages

R + G + B = 238 + 168 + 198 = 604 (100%)
R 238 of 604 ~ 39.4%
G 168 of 604 ~ 27.81%
B 198 of 604 ~ 32.78'%

%39.4
%27.81
%32.78

CMYK color model

#EEA8C6 color CMYK value is (0,29,17,7).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 16.81%
  • key color value is 6.67%

CMYK: (0,29,17,7)
C0M29Y17K7 (0%, 29%, 17%, 7%)
(0.00 / 0.29 / 0.17 / 0.07)

CMYK percentages

%0
%29.41
%16.81
%6.67

Codes

Color #EEA8C6 in popluar color models

EE A8 C6
RGB 238 168 198
HSL 334° 67.31% 79.61%
HSB/HSV 334° 29.41% 93.33%
CMYK 0.00% 29.41% 16.81%
6.67%

Color #EEA8C6 in popluar number systems.

HEX EE A8 C6
Decimal 238 168 198
Binary 11101110 10101000 11000110
Octal 356 250 306

Shades and tints

Shades of #EEA8C6

#EEA8C6
(238,168,198)
#D999B4
(217,153,180)
#C48AA2
(196,138,162)
#AF7B90
(175,123,144)
#9A6C7E
(154,108,126)
#855D6C
(133,93,108)
#704E5A
(112,78,90)
#5B3F48
(91,63,72)
#463036
(70,48,54)
#312124
(49,33,36)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #EEA8C6

#EEA8C6
(238,168,198)
#EFAFCB
(239,175,203)
#F0B6D0
(240,182,208)
#F1BDD5
(241,189,213)
#F2C4DA
(242,196,218)
#F3CBDF
(243,203,223)
#F4D2E4
(244,210,228)
#F5D9E9
(245,217,233)
#F6E0EE
(246,224,238)
#F7E7F3
(247,231,243)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA8C6; }

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

This text font color is #EEA8C6.

Background Color

.myBgColor { background-color: #EEA8C6; }

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

This div background color is #EEA8C6.

Border color

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

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

This div border color is #EEA8C6.

Opacity

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

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

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

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

This text has shadow with #EEA8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA8C6.

Preview

Color preview on black background

This text has color #EEA8C6 on black background.


Color preview on white background

This text has color #EEA8C6 on white background.


Black color preview on #EEA8C6 background

This text has black color on #EEA8C6 background.


White color preview on #EEA8C6 background

This text has white color on #EEA8C6 background.


Related colors

Complementary color

Complementary color for #hex is #115739.


I love getcolorcode.com

Triadic colors

1 #C6EEA8 and #A8C6EE with #EEA8C6 are triadic colors.

2 #C6A8EE and #A8EEC6 with #EEA8C6 are triadic colors.