COLOR #EECFF7

HEX: #EECFF7
RGB: (238,207,247)

Color info

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

RGB color model

#EECFF7 color RGB value is (238,207,247).

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

RGB channels and saturation

R 238 of 255 = 93%
G 207 of 255 = 81%
B 247 of 255 = 97%

238
207
247

R + G + B ~ 90%. #EECFF7 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 207 + 247 = 692 (100%)
R 238 of 692 ~ 34.39%
G 207 of 692 ~ 29.91%
B 247 of 692 ~ 35.69%

%34.39
%29.91
%35.69

CMYK color model

#EECFF7 color CMYK value is (4,16,0,3).

  • cyan value is 3.64%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(4,16,0,3)
C4M16Y0K3 
(4%,16%,0%,3%)
(0.04/0.16/0.00/0.03)	

CMYK percentages

%3.64
%16.19
%0
%3.14

Codes

Color #EECFF7 in popluar color models

EECFF7
RGB238207247
HSL287°71.43%89.02%
HSB/HSV287°16.19%96.86%
CMYK3.64%16.19%0.00%
3.14%

Color #EECFF7 in popluar number systems.

HEXEECFF7
Decimal238207247
Binary111011101100111111110111
Octal356317367

Shades and tints

Shades of #EECFF7

#EECFF7
(238,207,247)
#D9BDE1
(217,189,225)
#C4ABCB
(196,171,203)
#AF99B5
(175,153,181)
#9A879F
(154,135,159)
#857589
(133,117,137)
#706373
(112,99,115)
#5B515D
(91,81,93)
#463F47
(70,63,71)
#312D31
(49,45,49)
#1C1B1B
(28,27,27)
#000000
(0,0,0)

Tints of #EECFF7

#EECFF7
(238,207,247)
#EFD3F7
(239,211,247)
#F0D7F7
(240,215,247)
#F1DBF7
(241,219,247)
#F2DFF7
(242,223,247)
#F3E3F7
(243,227,247)
#F4E7F7
(244,231,247)
#F5EBF7
(245,235,247)
#F6EFF7
(246,239,247)
#F7F3F7
(247,243,247)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECFF7; }

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

This text font color is #EECFF7.


Background Color

.myBgColor { background-color: #EECFF7; }

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

This div background color is #EECFF7.


Border color

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

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

This div border color is #EECFF7.


Opacity

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

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

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

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

This text has shadow with #EECFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECFF7 on black background.


Color preview on white background

This text has color #EECFF7 on white background.



Black color preview on #EECFF7 background

This text has black color on #EECFF7 background.


White color preview on #EECFF7 background

This text has white color on #EECFF7 background.