COLOR #ECC4F7

HEX: #ECC4F7 RGB: (236,196,247)

Color info

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

RGB color model

#ECC4F7 color RGB value is (236,196,247).

RGB: (236,196,247) (93%, 77%, 97%)

RGB channels and saturation

R 236 of 255 = 93%
G 196 of 255 = 77%
B 247 of 255 = 97%

236
196
247

R + G + B ~ 89%. #ECC4F7 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 196 + 247 = 679 (100%)
R 236 of 679 ~ 34.76%
G 196 of 679 ~ 28.87%
B 247 of 679 ~ 36.38'%

%34.76
%28.87
%36.38

CMYK color model

#ECC4F7 color CMYK value is (4,21,0,3).

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

CMYK: (4,21,0,3)
C4M21Y0K3 (4%, 21%, 0%, 3%)
(0.04 / 0.21 / 0.00 / 0.03)

CMYK percentages

%4.45
%20.65
%0
%3.14

Codes

Color #ECC4F7 in popluar color models

EC C4 F7
RGB 236 196 247
HSL 287° 76.12% 86.86%
HSB/HSV 287° 20.65% 96.86%
CMYK 4.45% 20.65% 0.00%
3.14%

Color #ECC4F7 in popluar number systems.

HEX EC C4 F7
Decimal 236 196 247
Binary 11101100 11000100 11110111
Octal 354 304 367

Shades and tints

Shades of #ECC4F7

#ECC4F7
(236,196,247)
#D7B3E1
(215,179,225)
#C2A2CB
(194,162,203)
#AD91B5
(173,145,181)
#98809F
(152,128,159)
#836F89
(131,111,137)
#6E5E73
(110,94,115)
#594D5D
(89,77,93)
#443C47
(68,60,71)
#2F2B31
(47,43,49)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #ECC4F7

#ECC4F7
(236,196,247)
#EDC9F7
(237,201,247)
#EECEF7
(238,206,247)
#EFD3F7
(239,211,247)
#F0D8F7
(240,216,247)
#F1DDF7
(241,221,247)
#F2E2F7
(242,226,247)
#F3E7F7
(243,231,247)
#F4ECF7
(244,236,247)
#F5F1F7
(245,241,247)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC4F7; }

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

This text font color is #ECC4F7.

Background Color

.myBgColor { background-color: #ECC4F7; }

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

This div background color is #ECC4F7.

Border color

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

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

This div border color is #ECC4F7.

Opacity

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

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

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

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

This text has shadow with #ECC4F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC4F7.

Preview

Color preview on black background

This text has color #ECC4F7 on black background.


Color preview on white background

This text has color #ECC4F7 on white background.


Black color preview on #ECC4F7 background

This text has black color on #ECC4F7 background.


White color preview on #ECC4F7 background

This text has white color on #ECC4F7 background.


Related colors

Complementary color

Complementary color for #hex is #133B08.


I love getcolorcode.com

Triadic colors

1 #F7ECC4 and #C4F7EC with #ECC4F7 are triadic colors.

2 #F7C4EC and #C4ECF7 with #ECC4F7 are triadic colors.