COLOR #ECC2F7

HEX: #ECC2F7
RGB: (236,194,247)

Color info

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

RGB color model

#ECC2F7 color RGB value is (236,194,247).

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

RGB channels and saturation

R 236 of 255 = 93%
G 194 of 255 = 76%
B 247 of 255 = 97%

236
194
247

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

Portions of RGB colors in percentages

R + G + B =
236 + 194 + 247 = 677 (100%)
R 236 of 677 ~ 34.86%
G 194 of 677 ~ 28.66%
B 247 of 677 ~ 36.48%

%34.86
%28.66
%36.48

CMYK color model

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

  • cyan value is 4.45%
  • magenta value is 21.46%
  • 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
%21.46
%0
%3.14

Codes

Color #ECC2F7 in popluar color models

ECC2F7
RGB236194247
HSL288°76.81%86.47%
HSB/HSV288°21.46%96.86%
CMYK4.45%21.46%0.00%
3.14%

Color #ECC2F7 in popluar number systems.

HEXECC2F7
Decimal236194247
Binary111011001100001011110111
Octal354302367

Shades and tints

Shades of #ECC2F7

#ECC2F7
(236,194,247)
#D7B1E1
(215,177,225)
#C2A0CB
(194,160,203)
#AD8FB5
(173,143,181)
#987E9F
(152,126,159)
#836D89
(131,109,137)
#6E5C73
(110,92,115)
#594B5D
(89,75,93)
#443A47
(68,58,71)
#2F2931
(47,41,49)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #ECC2F7

#ECC2F7
(236,194,247)
#EDC7F7
(237,199,247)
#EECCF7
(238,204,247)
#EFD1F7
(239,209,247)
#F0D6F7
(240,214,247)
#F1DBF7
(241,219,247)
#F2E0F7
(242,224,247)
#F3E5F7
(243,229,247)
#F4EAF7
(244,234,247)
#F5EFF7
(245,239,247)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC2F7; }

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

This text font color is #ECC2F7.


Background Color

.myBgColor { background-color: #ECC2F7; }

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

This div background color is #ECC2F7.


Border color

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

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

This div border color is #ECC2F7.


Opacity

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

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

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

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

This text has shadow with #ECC2F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC2F7 on black background.


Color preview on white background

This text has color #ECC2F7 on white background.



Black color preview on #ECC2F7 background

This text has black color on #ECC2F7 background.


White color preview on #ECC2F7 background

This text has white color on #ECC2F7 background.