COLOR #EECCC6

HEX: #EECCC6
RGB: (238,204,198)

Color info

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

RGB color model

#EECCC6 color RGB value is (238,204,198).

  • red value is 238;
  • green value is 204;
  • blue value is 198.
RGB:
(238,204,198)
(93%,80%,78%)

RGB channels and saturation

R 238 of 255 = 93%
G 204 of 255 = 80%
B 198 of 255 = 78%

238
204
198

R + G + B ~ 84%. #EECCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 204 + 198 = 640 (100%)
R 238 of 640 ~ 37.19%
G 204 of 640 ~ 31.88%
B 198 of 640 ~ 30.94%

%37.19
%31.88
%30.94

CMYK color model

#EECCC6 color CMYK value is (0,14,17,7).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 16.81%
  • key color value is 6.67%
CMYK:
(0,14,17,7)
C0M14Y17K7 
(0%,14%,17%,7%)
(0.00/0.14/0.17/0.07)	

CMYK percentages

%0
%14.29
%16.81
%6.67

Codes

Color #EECCC6 in popluar color models

EECCC6
RGB238204198
HSL54.05%85.49%
HSB/HSV16.81%93.33%
CMYK0.00%14.29%16.81%
6.67%

Color #EECCC6 in popluar number systems.

HEXEECCC6
Decimal238204198
Binary111011101100110011000110
Octal356314306

Shades and tints

Shades of #EECCC6

#EECCC6
(238,204,198)
#D9BAB4
(217,186,180)
#C4A8A2
(196,168,162)
#AF9690
(175,150,144)
#9A847E
(154,132,126)
#85726C
(133,114,108)
#70605A
(112,96,90)
#5B4E48
(91,78,72)
#463C36
(70,60,54)
#312A24
(49,42,36)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #EECCC6

#EECCC6
(238,204,198)
#EFD0CB
(239,208,203)
#F0D4D0
(240,212,208)
#F1D8D5
(241,216,213)
#F2DCDA
(242,220,218)
#F3E0DF
(243,224,223)
#F4E4E4
(244,228,228)
#F5E8E9
(245,232,233)
#F6ECEE
(246,236,238)
#F7F0F3
(247,240,243)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECCC6; }

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

This text font color is #EECCC6.


Background Color

.myBgColor { background-color: #EECCC6; }

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

This div background color is #EECCC6.


Border color

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

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

This div border color is #EECCC6.


Opacity

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

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

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

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

This text has shadow with #EECCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECCC6 on black background.


Color preview on white background

This text has color #EECCC6 on white background.



Black color preview on #EECCC6 background

This text has black color on #EECCC6 background.


White color preview on #EECCC6 background

This text has white color on #EECCC6 background.