COLOR #EEC4C6

HEX: #EEC4C6
RGB: (238,196,198)

Color info

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

RGB color model

#EEC4C6 color RGB value is (238,196,198).

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

RGB channels and saturation

R 238 of 255 = 93%
G 196 of 255 = 77%
B 198 of 255 = 78%

238
196
198

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

Portions of RGB colors in percentages

R + G + B =
238 + 196 + 198 = 632 (100%)
R 238 of 632 ~ 37.66%
G 196 of 632 ~ 31.01%
B 198 of 632 ~ 31.33%

%37.66
%31.01
%31.33

CMYK color model

#EEC4C6 color CMYK value is (0,18,17,7).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 16.81%
  • key color value is 6.67%
CMYK:
(0,18,17,7)
C0M18Y17K7 
(0%,18%,17%,7%)
(0.00/0.18/0.17/0.07)	

CMYK percentages

%0
%17.65
%16.81
%6.67

Codes

Color #EEC4C6 in popluar color models

EEC4C6
RGB238196198
HSL357°55.26%85.10%
HSB/HSV357°17.65%93.33%
CMYK0.00%17.65%16.81%
6.67%

Color #EEC4C6 in popluar number systems.

HEXEEC4C6
Decimal238196198
Binary111011101100010011000110
Octal356304306

Shades and tints

Shades of #EEC4C6

#EEC4C6
(238,196,198)
#D9B3B4
(217,179,180)
#C4A2A2
(196,162,162)
#AF9190
(175,145,144)
#9A807E
(154,128,126)
#856F6C
(133,111,108)
#705E5A
(112,94,90)
#5B4D48
(91,77,72)
#463C36
(70,60,54)
#312B24
(49,43,36)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #EEC4C6

#EEC4C6
(238,196,198)
#EFC9CB
(239,201,203)
#F0CED0
(240,206,208)
#F1D3D5
(241,211,213)
#F2D8DA
(242,216,218)
#F3DDDF
(243,221,223)
#F4E2E4
(244,226,228)
#F5E7E9
(245,231,233)
#F6ECEE
(246,236,238)
#F7F1F3
(247,241,243)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC4C6; }

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

This text font color is #EEC4C6.


Background Color

.myBgColor { background-color: #EEC4C6; }

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

This div background color is #EEC4C6.


Border color

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

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

This div border color is #EEC4C6.


Opacity

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

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

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

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

This text has shadow with #EEC4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC4C6 on black background.


Color preview on white background

This text has color #EEC4C6 on white background.



Black color preview on #EEC4C6 background

This text has black color on #EEC4C6 background.


White color preview on #EEC4C6 background

This text has white color on #EEC4C6 background.