COLOR #EEC7C6

HEX: #EEC7C6 RGB: (238,199,198)

Color info

#EEC7C6 contains red, green and blue colors in about the same proportion. Web safe color of #EEC7C6 is #FFCCCC (or #FCC).

RGB color model

#EEC7C6 color RGB value is (238,199,198).

RGB: (238,199,198) (93%, 78%, 78%)

RGB channels and saturation

R 238 of 255 = 93%
G 199 of 255 = 78%
B 198 of 255 = 78%

238
199
198

R + G + B ~ 83%. #EEC7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 199 + 198 = 635 (100%)
R 238 of 635 ~ 37.48%
G 199 of 635 ~ 31.34%
B 198 of 635 ~ 31.18'%

%37.48
%31.34
%31.18

CMYK color model

#EEC7C6 color CMYK value is (0,16,17,7).

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

CMYK: (0,16,17,7)
C0M16Y17K7 (0%, 16%, 17%, 7%)
(0.00 / 0.16 / 0.17 / 0.07)

CMYK percentages

%0
%16.39
%16.81
%6.67

Codes

Color #EEC7C6 in popluar color models

EE C7 C6
RGB 238 199 198
HSL 54.05% 85.49%
HSB/HSV 16.81% 93.33%
CMYK 0.00% 16.39% 16.81%
6.67%

Color #EEC7C6 in popluar number systems.

HEX EE C7 C6
Decimal 238 199 198
Binary 11101110 11000111 11000110
Octal 356 307 306

Shades and tints

Shades of #EEC7C6

#EEC7C6
(238,199,198)
#D9B5B4
(217,181,180)
#C4A3A2
(196,163,162)
#AF9190
(175,145,144)
#9A7F7E
(154,127,126)
#856D6C
(133,109,108)
#705B5A
(112,91,90)
#5B4948
(91,73,72)
#463736
(70,55,54)
#312524
(49,37,36)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #EEC7C6

#EEC7C6
(238,199,198)
#EFCCCB
(239,204,203)
#F0D1D0
(240,209,208)
#F1D6D5
(241,214,213)
#F2DBDA
(242,219,218)
#F3E0DF
(243,224,223)
#F4E5E4
(244,229,228)
#F5EAE9
(245,234,233)
#F6EFEE
(246,239,238)
#F7F4F3
(247,244,243)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC7C6; }

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

This text font color is #EEC7C6.

Background Color

.myBgColor { background-color: #EEC7C6; }

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

This div background color is #EEC7C6.

Border color

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

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

This div border color is #EEC7C6.

Opacity

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

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

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

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

This text has shadow with #EEC7C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC7C6.

Preview

Color preview on black background

This text has color #EEC7C6 on black background.


Color preview on white background

This text has color #EEC7C6 on white background.


Black color preview on #EEC7C6 background

This text has black color on #EEC7C6 background.


White color preview on #EEC7C6 background

This text has white color on #EEC7C6 background.


Related colors

Complementary color

Complementary color for #hex is #113839.


I love getcolorcode.com

Triadic colors

1 #C6EEC7 and #C7C6EE with #EEC7C6 are triadic colors.

2 #C6C7EE and #C7EEC6 with #EEC7C6 are triadic colors.