COLOR #EECEF7

HEX: #EECEF7
RGB: (238,206,247)

Color info

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

RGB color model

#EECEF7 color RGB value is (238,206,247).

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

RGB channels and saturation

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

238
206
247

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

Portions of RGB colors in percentages

R + G + B =
238 + 206 + 247 = 691 (100%)
R 238 of 691 ~ 34.44%
G 206 of 691 ~ 29.81%
B 247 of 691 ~ 35.75%

%34.44
%29.81
%35.75

CMYK color model

#EECEF7 color CMYK value is (4,17,0,3).

  • cyan value is 3.64%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(4,17,0,3)
C4M17Y0K3 
(4%,17%,0%,3%)
(0.04/0.17/0.00/0.03)	

CMYK percentages

%3.64
%16.6
%0
%3.14

Codes

Color #EECEF7 in popluar color models

EECEF7
RGB238206247
HSL287°71.93%88.82%
HSB/HSV287°16.60%96.86%
CMYK3.64%16.60%0.00%
3.14%

Color #EECEF7 in popluar number systems.

HEXEECEF7
Decimal238206247
Binary111011101100111011110111
Octal356316367

Shades and tints

Shades of #EECEF7

#EECEF7
(238,206,247)
#D9BCE1
(217,188,225)
#C4AACB
(196,170,203)
#AF98B5
(175,152,181)
#9A869F
(154,134,159)
#857489
(133,116,137)
#706273
(112,98,115)
#5B505D
(91,80,93)
#463E47
(70,62,71)
#312C31
(49,44,49)
#1C1A1B
(28,26,27)
#000000
(0,0,0)

Tints of #EECEF7

#EECEF7
(238,206,247)
#EFD2F7
(239,210,247)
#F0D6F7
(240,214,247)
#F1DAF7
(241,218,247)
#F2DEF7
(242,222,247)
#F3E2F7
(243,226,247)
#F4E6F7
(244,230,247)
#F5EAF7
(245,234,247)
#F6EEF7
(246,238,247)
#F7F2F7
(247,242,247)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECEF7; }

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

This text font color is #EECEF7.


Background Color

.myBgColor { background-color: #EECEF7; }

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

This div background color is #EECEF7.


Border color

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

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

This div border color is #EECEF7.


Opacity

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

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

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

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

This text has shadow with #EECEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECEF7 on black background.


Color preview on white background

This text has color #EECEF7 on white background.



Black color preview on #EECEF7 background

This text has black color on #EECEF7 background.


White color preview on #EECEF7 background

This text has white color on #EECEF7 background.