COLOR #EEC2C3

HEX: #EEC2C3 RGB: (238,194,195)

Color info

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

RGB color model

#EEC2C3 color RGB value is (238,194,195).

RGB: (238,194,195) (93%, 76%, 76%)

RGB channels and saturation

R 238 of 255 = 93%
G 194 of 255 = 76%
B 195 of 255 = 76%

238
194
195

R + G + B ~ 82%. #EEC2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 194 + 195 = 627 (100%)
R 238 of 627 ~ 37.96%
G 194 of 627 ~ 30.94%
B 195 of 627 ~ 31.1'%

%37.96
%30.94
%31.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 18.07%
  • key color value is 6.67%

CMYK: (0,18,18,7)
C0M18Y18K7 (0%, 18%, 18%, 7%)
(0.00 / 0.18 / 0.18 / 0.07)

CMYK percentages

%0
%18.49
%18.07
%6.67

Codes

Color #EEC2C3 in popluar color models

EE C2 C3
RGB 238 194 195
HSL 359° 56.41% 84.71%
HSB/HSV 359° 18.49% 93.33%
CMYK 0.00% 18.49% 18.07%
6.67%

Color #EEC2C3 in popluar number systems.

HEX EE C2 C3
Decimal 238 194 195
Binary 11101110 11000010 11000011
Octal 356 302 303

Shades and tints

Shades of #EEC2C3

#EEC2C3
(238,194,195)
#D9B1B2
(217,177,178)
#C4A0A1
(196,160,161)
#AF8F90
(175,143,144)
#9A7E7F
(154,126,127)
#856D6E
(133,109,110)
#705C5D
(112,92,93)
#5B4B4C
(91,75,76)
#463A3B
(70,58,59)
#31292A
(49,41,42)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #EEC2C3

#EEC2C3
(238,194,195)
#EFC7C8
(239,199,200)
#F0CCCD
(240,204,205)
#F1D1D2
(241,209,210)
#F2D6D7
(242,214,215)
#F3DBDC
(243,219,220)
#F4E0E1
(244,224,225)
#F5E5E6
(245,229,230)
#F6EAEB
(246,234,235)
#F7EFF0
(247,239,240)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC2C3; }

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

This text font color is #EEC2C3.

Background Color

.myBgColor { background-color: #EEC2C3; }

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

This div background color is #EEC2C3.

Border color

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

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

This div border color is #EEC2C3.

Opacity

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

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

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

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

This text has shadow with #EEC2C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC2C3.

Preview

Color preview on black background

This text has color #EEC2C3 on black background.


Color preview on white background

This text has color #EEC2C3 on white background.


Black color preview on #EEC2C3 background

This text has black color on #EEC2C3 background.


White color preview on #EEC2C3 background

This text has white color on #EEC2C3 background.


Related colors

Complementary color

Complementary color for #hex is #113D3C.


I love getcolorcode.com

Triadic colors

1 #C3EEC2 and #C2C3EE with #EEC2C3 are triadic colors.

2 #C3C2EE and #C2EEC3 with #EEC2C3 are triadic colors.