COLOR #EEC1D3

HEX: #EEC1D3 RGB: (238,193,211)

Color info

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

RGB color model

#EEC1D3 color RGB value is (238,193,211).

RGB: (238,193,211) (93%, 76%, 83%)

RGB channels and saturation

R 238 of 255 = 93%
G 193 of 255 = 76%
B 211 of 255 = 83%

238
193
211

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

Portions of RGB colors in percentages

R + G + B = 238 + 193 + 211 = 642 (100%)
R 238 of 642 ~ 37.07%
G 193 of 642 ~ 30.06%
B 211 of 642 ~ 32.87'%

%37.07
%30.06
%32.87

CMYK color model

#EEC1D3 color CMYK value is (0,19,11,7).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 11.34%
  • key color value is 6.67%

CMYK: (0,19,11,7)
C0M19Y11K7 (0%, 19%, 11%, 7%)
(0.00 / 0.19 / 0.11 / 0.07)

CMYK percentages

%0
%18.91
%11.34
%6.67

Codes

Color #EEC1D3 in popluar color models

EE C1 D3
RGB 238 193 211
HSL 336° 56.96% 84.51%
HSB/HSV 336° 18.91% 93.33%
CMYK 0.00% 18.91% 11.34%
6.67%

Color #EEC1D3 in popluar number systems.

HEX EE C1 D3
Decimal 238 193 211
Binary 11101110 11000001 11010011
Octal 356 301 323

Shades and tints

Shades of #EEC1D3

#EEC1D3
(238,193,211)
#D9B0C0
(217,176,192)
#C49FAD
(196,159,173)
#AF8E9A
(175,142,154)
#9A7D87
(154,125,135)
#856C74
(133,108,116)
#705B61
(112,91,97)
#5B4A4E
(91,74,78)
#46393B
(70,57,59)
#312828
(49,40,40)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #EEC1D3

#EEC1D3
(238,193,211)
#EFC6D7
(239,198,215)
#F0CBDB
(240,203,219)
#F1D0DF
(241,208,223)
#F2D5E3
(242,213,227)
#F3DAE7
(243,218,231)
#F4DFEB
(244,223,235)
#F5E4EF
(245,228,239)
#F6E9F3
(246,233,243)
#F7EEF7
(247,238,247)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC1D3 color. Also use rgb(238,193,211) instead hex code.

Text Font Color

.myTextColor { color: #EEC1D3; }

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

This text font color is #EEC1D3.

Background Color

.myBgColor { background-color: #EEC1D3; }

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

This div background color is #EEC1D3.

Border color

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

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

This div border color is #EEC1D3.

Opacity

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

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

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

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

This text has shadow with #EEC1D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC1D3.

Preview

Color preview on black background

This text has color #EEC1D3 on black background.


Color preview on white background

This text has color #EEC1D3 on white background.


Black color preview on #EEC1D3 background

This text has black color on #EEC1D3 background.


White color preview on #EEC1D3 background

This text has white color on #EEC1D3 background.


Related colors

Complementary color

Complementary color for #hex is #113E2C.


I love getcolorcode.com

Triadic colors

1 #D3EEC1 and #C1D3EE with #EEC1D3 are triadic colors.

2 #D3C1EE and #C1EED3 with #EEC1D3 are triadic colors.