COLOR #ECCFF7

HEX: #ECCFF7
RGB: (236,207,247)

Color info

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

RGB color model

#ECCFF7 color RGB value is (236,207,247).

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

RGB channels and saturation

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

236
207
247

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

Portions of RGB colors in percentages

R + G + B =
236 + 207 + 247 = 690 (100%)
R 236 of 690 ~ 34.2%
G 207 of 690 ~ 30%
B 247 of 690 ~ 35.8%

%34.2
%30
%35.8

CMYK color model

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

  • cyan value is 4.45%
  • 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

%4.45
%16.19
%0
%3.14

Codes

Color #ECCFF7 in popluar color models

ECCFF7
RGB236207247
HSL284°71.43%89.02%
HSB/HSV284°16.19%96.86%
CMYK4.45%16.19%0.00%
3.14%

Color #ECCFF7 in popluar number systems.

HEXECCFF7
Decimal236207247
Binary111011001100111111110111
Octal354317367

Shades and tints

Shades of #ECCFF7

#ECCFF7
(236,207,247)
#D7BDE1
(215,189,225)
#C2ABCB
(194,171,203)
#AD99B5
(173,153,181)
#98879F
(152,135,159)
#837589
(131,117,137)
#6E6373
(110,99,115)
#59515D
(89,81,93)
#443F47
(68,63,71)
#2F2D31
(47,45,49)
#1A1B1B
(26,27,27)
#000000
(0,0,0)

Tints of #ECCFF7

#ECCFF7
(236,207,247)
#EDD3F7
(237,211,247)
#EED7F7
(238,215,247)
#EFDBF7
(239,219,247)
#F0DFF7
(240,223,247)
#F1E3F7
(241,227,247)
#F2E7F7
(242,231,247)
#F3EBF7
(243,235,247)
#F4EFF7
(244,239,247)
#F5F3F7
(245,243,247)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECCFF7; }

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

This text font color is #ECCFF7.


Background Color

.myBgColor { background-color: #ECCFF7; }

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

This div background color is #ECCFF7.


Border color

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

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

This div border color is #ECCFF7.


Opacity

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

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

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

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

This text has shadow with #ECCFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCFF7 on black background.


Color preview on white background

This text has color #ECCFF7 on white background.



Black color preview on #ECCFF7 background

This text has black color on #ECCFF7 background.


White color preview on #ECCFF7 background

This text has white color on #ECCFF7 background.