COLOR #EEC3D2

HEX: #EEC3D2
RGB: (238,195,210)

Color info

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

RGB color model

#EEC3D2 color RGB value is (238,195,210).

  • red value is 238;
  • green value is 195;
  • blue value is 210.
RGB:
(238,195,210)
(93%,76%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 195 of 255 = 76%
B 210 of 255 = 82%

238
195
210

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

Portions of RGB colors in percentages

R + G + B =
238 + 195 + 210 = 643 (100%)
R 238 of 643 ~ 37.01%
G 195 of 643 ~ 30.33%
B 210 of 643 ~ 32.66%

%37.01
%30.33
%32.66

CMYK color model

#EEC3D2 color CMYK value is (0,18,12,7).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,18,12,7)
C0M18Y12K7 
(0%,18%,12%,7%)
(0.00/0.18/0.12/0.07)	

CMYK percentages

%0
%18.07
%11.76
%6.67

Codes

Color #EEC3D2 in popluar color models

EEC3D2
RGB238195210
HSL339°55.84%84.90%
HSB/HSV339°18.07%93.33%
CMYK0.00%18.07%11.76%
6.67%

Color #EEC3D2 in popluar number systems.

HEXEEC3D2
Decimal238195210
Binary111011101100001111010010
Octal356303322

Shades and tints

Shades of #EEC3D2

#EEC3D2
(238,195,210)
#D9B2BF
(217,178,191)
#C4A1AC
(196,161,172)
#AF9099
(175,144,153)
#9A7F86
(154,127,134)
#856E73
(133,110,115)
#705D60
(112,93,96)
#5B4C4D
(91,76,77)
#463B3A
(70,59,58)
#312A27
(49,42,39)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #EEC3D2

#EEC3D2
(238,195,210)
#EFC8D6
(239,200,214)
#F0CDDA
(240,205,218)
#F1D2DE
(241,210,222)
#F2D7E2
(242,215,226)
#F3DCE6
(243,220,230)
#F4E1EA
(244,225,234)
#F5E6EE
(245,230,238)
#F6EBF2
(246,235,242)
#F7F0F6
(247,240,246)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC3D2 color. Also use rgb(238,195,210) instead hex code.

Text Font Color

.myTextColor { color: #EEC3D2; }

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

This text font color is #EEC3D2.


Background Color

.myBgColor { background-color: #EEC3D2; }

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

This div background color is #EEC3D2.


Border color

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

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

This div border color is #EEC3D2.


Opacity

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

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

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

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

This text has shadow with #EEC3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC3D2 on black background.


Color preview on white background

This text has color #EEC3D2 on white background.



Black color preview on #EEC3D2 background

This text has black color on #EEC3D2 background.


White color preview on #EEC3D2 background

This text has white color on #EEC3D2 background.