COLOR #ECD6F7

HEX: #ECD6F7 RGB: (236,214,247)

Color info

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

RGB color model

#ECD6F7 color RGB value is (236,214,247).

RGB: (236,214,247) (93%, 84%, 97%)

RGB channels and saturation

R 236 of 255 = 93%
G 214 of 255 = 84%
B 247 of 255 = 97%

236
214
247

R + G + B ~ 91%. #ECD6F7 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 214 + 247 = 697 (100%)
R 236 of 697 ~ 33.86%
G 214 of 697 ~ 30.7%
B 247 of 697 ~ 35.44'%

%33.86
%30.7
%35.44

CMYK color model

#ECD6F7 color CMYK value is (4,13,0,3).

  • cyan value is 4.45%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (4,13,0,3)
C4M13Y0K3 (4%, 13%, 0%, 3%)
(0.04 / 0.13 / 0.00 / 0.03)

CMYK percentages

%4.45
%13.36
%0
%3.14

Codes

Color #ECD6F7 in popluar color models

EC D6 F7
RGB 236 214 247
HSL 280° 67.35% 90.39%
HSB/HSV 280° 13.36% 96.86%
CMYK 4.45% 13.36% 0.00%
3.14%

Color #ECD6F7 in popluar number systems.

HEX EC D6 F7
Decimal 236 214 247
Binary 11101100 11010110 11110111
Octal 354 326 367

Shades and tints

Shades of #ECD6F7

#ECD6F7
(236,214,247)
#D7C3E1
(215,195,225)
#C2B0CB
(194,176,203)
#AD9DB5
(173,157,181)
#988A9F
(152,138,159)
#837789
(131,119,137)
#6E6473
(110,100,115)
#59515D
(89,81,93)
#443E47
(68,62,71)
#2F2B31
(47,43,49)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #ECD6F7

#ECD6F7
(236,214,247)
#EDD9F7
(237,217,247)
#EEDCF7
(238,220,247)
#EFDFF7
(239,223,247)
#F0E2F7
(240,226,247)
#F1E5F7
(241,229,247)
#F2E8F7
(242,232,247)
#F3EBF7
(243,235,247)
#F4EEF7
(244,238,247)
#F5F1F7
(245,241,247)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD6F7; }

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

This text font color is #ECD6F7.

Background Color

.myBgColor { background-color: #ECD6F7; }

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

This div background color is #ECD6F7.

Border color

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

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

This div border color is #ECD6F7.

Opacity

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

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

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

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

This text has shadow with #ECD6F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD6F7.

Preview

Color preview on black background

This text has color #ECD6F7 on black background.


Color preview on white background

This text has color #ECD6F7 on white background.


Black color preview on #ECD6F7 background

This text has black color on #ECD6F7 background.


White color preview on #ECD6F7 background

This text has white color on #ECD6F7 background.


Related colors

Complementary color

Complementary color for #hex is #132908.


I love getcolorcode.com

Triadic colors

1 #F7ECD6 and #D6F7EC with #ECD6F7 are triadic colors.

2 #F7D6EC and #D6ECF7 with #ECD6F7 are triadic colors.