COLOR #EECFE8

HEX: #EECFE8
RGB: (238,207,232)

Color info

#EECFE8 contains red, green and blue colors in about the same proportion. Web safe color of #EECFE8 is #FFCCFF (or #FCF).

RGB color model

#EECFE8 color RGB value is (238,207,232).

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

RGB channels and saturation

R 238 of 255 = 93%
G 207 of 255 = 81%
B 232 of 255 = 91%

238
207
232

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

Portions of RGB colors in percentages

R + G + B =
238 + 207 + 232 = 677 (100%)
R 238 of 677 ~ 35.16%
G 207 of 677 ~ 30.58%
B 232 of 677 ~ 34.27%

%35.16
%30.58
%34.27

CMYK color model

#EECFE8 color CMYK value is (0,13,3,7).

  • cyan value is 0.00%
  • magenta value is 13.03%
  • yellow value is 2.52%
  • key color value is 6.67%
CMYK:
(0,13,3,7)
C0M13Y3K7 
(0%,13%,3%,7%)
(0.00/0.13/0.03/0.07)	

CMYK percentages

%0
%13.03
%2.52
%6.67

Codes

Color #EECFE8 in popluar color models

EECFE8
RGB238207232
HSL312°47.69%87.25%
HSB/HSV312°13.03%93.33%
CMYK0.00%13.03%2.52%
6.67%

Color #EECFE8 in popluar number systems.

HEXEECFE8
Decimal238207232
Binary111011101100111111101000
Octal356317350

Shades and tints

Shades of #EECFE8

#EECFE8
(238,207,232)
#D9BDD3
(217,189,211)
#C4ABBE
(196,171,190)
#AF99A9
(175,153,169)
#9A8794
(154,135,148)
#85757F
(133,117,127)
#70636A
(112,99,106)
#5B5155
(91,81,85)
#463F40
(70,63,64)
#312D2B
(49,45,43)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #EECFE8

#EECFE8
(238,207,232)
#EFD3EA
(239,211,234)
#F0D7EC
(240,215,236)
#F1DBEE
(241,219,238)
#F2DFF0
(242,223,240)
#F3E3F2
(243,227,242)
#F4E7F4
(244,231,244)
#F5EBF6
(245,235,246)
#F6EFF8
(246,239,248)
#F7F3FA
(247,243,250)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECFE8; }

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

This text font color is #EECFE8.


Background Color

.myBgColor { background-color: #EECFE8; }

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

This div background color is #EECFE8.


Border color

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

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

This div border color is #EECFE8.


Opacity

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

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

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

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

This text has shadow with #EECFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECFE8 on black background.


Color preview on white background

This text has color #EECFE8 on white background.



Black color preview on #EECFE8 background

This text has black color on #EECFE8 background.


White color preview on #EECFE8 background

This text has white color on #EECFE8 background.