COLOR #EECFC2

HEX: #EECFC2
RGB: (238,207,194)

Color info

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

RGB color model

#EECFC2 color RGB value is (238,207,194).

  • red value is 238;
  • green value is 207;
  • blue value is 194.
RGB:
(238,207,194)
(93%,81%,76%)

RGB channels and saturation

R 238 of 255 = 93%
G 207 of 255 = 81%
B 194 of 255 = 76%

238
207
194

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

Portions of RGB colors in percentages

R + G + B =
238 + 207 + 194 = 639 (100%)
R 238 of 639 ~ 37.25%
G 207 of 639 ~ 32.39%
B 194 of 639 ~ 30.36%

%37.25
%32.39
%30.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.03%
  • yellow value is 18.49%
  • key color value is 6.67%
CMYK:
(0,13,18,7)
C0M13Y18K7 
(0%,13%,18%,7%)
(0.00/0.13/0.18/0.07)	

CMYK percentages

%0
%13.03
%18.49
%6.67

Codes

Color #EECFC2 in popluar color models

EECFC2
RGB238207194
HSL18°56.41%84.71%
HSB/HSV18°18.49%93.33%
CMYK0.00%13.03%18.49%
6.67%

Color #EECFC2 in popluar number systems.

HEXEECFC2
Decimal238207194
Binary111011101100111111000010
Octal356317302

Shades and tints

Shades of #EECFC2

#EECFC2
(238,207,194)
#D9BDB1
(217,189,177)
#C4ABA0
(196,171,160)
#AF998F
(175,153,143)
#9A877E
(154,135,126)
#85756D
(133,117,109)
#70635C
(112,99,92)
#5B514B
(91,81,75)
#463F3A
(70,63,58)
#312D29
(49,45,41)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #EECFC2

#EECFC2
(238,207,194)
#EFD3C7
(239,211,199)
#F0D7CC
(240,215,204)
#F1DBD1
(241,219,209)
#F2DFD6
(242,223,214)
#F3E3DB
(243,227,219)
#F4E7E0
(244,231,224)
#F5EBE5
(245,235,229)
#F6EFEA
(246,239,234)
#F7F3EF
(247,243,239)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECFC2; }

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

This text font color is #EECFC2.


Background Color

.myBgColor { background-color: #EECFC2; }

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

This div background color is #EECFC2.


Border color

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

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

This div border color is #EECFC2.


Opacity

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

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

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

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

This text has shadow with #EECFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECFC2 on black background.


Color preview on white background

This text has color #EECFC2 on white background.



Black color preview on #EECFC2 background

This text has black color on #EECFC2 background.


White color preview on #EECFC2 background

This text has white color on #EECFC2 background.