COLOR #EECFD7

HEX: #EECFD7
RGB: (238,207,215)

Color info

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

RGB color model

#EECFD7 color RGB value is (238,207,215).

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

RGB channels and saturation

R 238 of 255 = 93%
G 207 of 255 = 81%
B 215 of 255 = 84%

238
207
215

R + G + B ~ 86%. #EECFD7 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 207 + 215 = 660 (100%)
R 238 of 660 ~ 36.06%
G 207 of 660 ~ 31.36%
B 215 of 660 ~ 32.58%

%36.06
%31.36
%32.58

CMYK color model

#EECFD7 color CMYK value is (0,13,10,7).

  • cyan value is 0.00%
  • magenta value is 13.03%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(0,13,10,7)
C0M13Y10K7 
(0%,13%,10%,7%)
(0.00/0.13/0.10/0.07)	

CMYK percentages

%0
%13.03
%9.66
%6.67

Codes

Color #EECFD7 in popluar color models

EECFD7
RGB238207215
HSL345°47.69%87.25%
HSB/HSV345°13.03%93.33%
CMYK0.00%13.03%9.66%
6.67%

Color #EECFD7 in popluar number systems.

HEXEECFD7
Decimal238207215
Binary111011101100111111010111
Octal356317327

Shades and tints

Shades of #EECFD7

#EECFD7
(238,207,215)
#D9BDC4
(217,189,196)
#C4ABB1
(196,171,177)
#AF999E
(175,153,158)
#9A878B
(154,135,139)
#857578
(133,117,120)
#706365
(112,99,101)
#5B5152
(91,81,82)
#463F3F
(70,63,63)
#312D2C
(49,45,44)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #EECFD7

#EECFD7
(238,207,215)
#EFD3DA
(239,211,218)
#F0D7DD
(240,215,221)
#F1DBE0
(241,219,224)
#F2DFE3
(242,223,227)
#F3E3E6
(243,227,230)
#F4E7E9
(244,231,233)
#F5EBEC
(245,235,236)
#F6EFEF
(246,239,239)
#F7F3F2
(247,243,242)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECFD7; }

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

This text font color is #EECFD7.


Background Color

.myBgColor { background-color: #EECFD7; }

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

This div background color is #EECFD7.


Border color

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

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

This div border color is #EECFD7.


Opacity

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

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

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

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

This text has shadow with #EECFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECFD7 on black background.


Color preview on white background

This text has color #EECFD7 on white background.



Black color preview on #EECFD7 background

This text has black color on #EECFD7 background.


White color preview on #EECFD7 background

This text has white color on #EECFD7 background.