COLOR #EECFE2

HEX: #EECFE2
RGB: (238,207,226)

Color info

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

RGB color model

#EECFE2 color RGB value is (238,207,226).

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

RGB channels and saturation

R 238 of 255 = 93%
G 207 of 255 = 81%
B 226 of 255 = 89%

238
207
226

R + G + B ~ 88%. #EECFE2 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 207 + 226 = 671 (100%)
R 238 of 671 ~ 35.47%
G 207 of 671 ~ 30.85%
B 226 of 671 ~ 33.68%

%35.47
%30.85
%33.68

CMYK color model

#EECFE2 color CMYK value is (0,13,5,7).

  • cyan value is 0.00%
  • magenta value is 13.03%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(0,13,5,7)
C0M13Y5K7 
(0%,13%,5%,7%)
(0.00/0.13/0.05/0.07)	

CMYK percentages

%0
%13.03
%5.04
%6.67

Codes

Color #EECFE2 in popluar color models

EECFE2
RGB238207226
HSL323°47.69%87.25%
HSB/HSV323°13.03%93.33%
CMYK0.00%13.03%5.04%
6.67%

Color #EECFE2 in popluar number systems.

HEXEECFE2
Decimal238207226
Binary111011101100111111100010
Octal356317342

Shades and tints

Shades of #EECFE2

#EECFE2
(238,207,226)
#D9BDCE
(217,189,206)
#C4ABBA
(196,171,186)
#AF99A6
(175,153,166)
#9A8792
(154,135,146)
#85757E
(133,117,126)
#70636A
(112,99,106)
#5B5156
(91,81,86)
#463F42
(70,63,66)
#312D2E
(49,45,46)
#1C1B1A
(28,27,26)
#000000
(0,0,0)

Tints of #EECFE2

#EECFE2
(238,207,226)
#EFD3E4
(239,211,228)
#F0D7E6
(240,215,230)
#F1DBE8
(241,219,232)
#F2DFEA
(242,223,234)
#F3E3EC
(243,227,236)
#F4E7EE
(244,231,238)
#F5EBF0
(245,235,240)
#F6EFF2
(246,239,242)
#F7F3F4
(247,243,244)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECFE2; }

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

This text font color is #EECFE2.


Background Color

.myBgColor { background-color: #EECFE2; }

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

This div background color is #EECFE2.


Border color

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

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

This div border color is #EECFE2.


Opacity

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

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

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

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

This text has shadow with #EECFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECFE2 on black background.


Color preview on white background

This text has color #EECFE2 on white background.



Black color preview on #EECFE2 background

This text has black color on #EECFE2 background.


White color preview on #EECFE2 background

This text has white color on #EECFE2 background.