COLOR #ECC7EF

HEX: #ECC7EF
RGB: (236,199,239)

Color info

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

RGB color model

#ECC7EF color RGB value is (236,199,239).

  • red value is 236;
  • green value is 199;
  • blue value is 239.
RGB:
(236,199,239)
(93%,78%,94%)

RGB channels and saturation

R 236 of 255 = 93%
G 199 of 255 = 78%
B 239 of 255 = 94%

236
199
239

R + G + B ~ 88%. #ECC7EF is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 199 + 239 = 674 (100%)
R 236 of 674 ~ 35.01%
G 199 of 674 ~ 29.53%
B 239 of 674 ~ 35.46%

%35.01
%29.53
%35.46

CMYK color model

#ECC7EF color CMYK value is (1,17,0,6).

  • cyan value is 1.26%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,17,0,6)
C1M17Y0K6 
(1%,17%,0%,6%)
(0.01/0.17/0.00/0.06)	

CMYK percentages

%1.26
%16.74
%0
%6.27

Codes

Color #ECC7EF in popluar color models

ECC7EF
RGB236199239
HSL296°55.56%85.88%
HSB/HSV296°16.74%93.73%
CMYK1.26%16.74%0.00%
6.27%

Color #ECC7EF in popluar number systems.

HEXECC7EF
Decimal236199239
Binary111011001100011111101111
Octal354307357

Shades and tints

Shades of #ECC7EF

#ECC7EF
(236,199,239)
#D7B5DA
(215,181,218)
#C2A3C5
(194,163,197)
#AD91B0
(173,145,176)
#987F9B
(152,127,155)
#836D86
(131,109,134)
#6E5B71
(110,91,113)
#59495C
(89,73,92)
#443747
(68,55,71)
#2F2532
(47,37,50)
#1A131D
(26,19,29)
#000000
(0,0,0)

Tints of #ECC7EF

#ECC7EF
(236,199,239)
#EDCCF0
(237,204,240)
#EED1F1
(238,209,241)
#EFD6F2
(239,214,242)
#F0DBF3
(240,219,243)
#F1E0F4
(241,224,244)
#F2E5F5
(242,229,245)
#F3EAF6
(243,234,246)
#F4EFF7
(244,239,247)
#F5F4F8
(245,244,248)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC7EF color. Also use rgb(236,199,239) instead hex code.

Text Font Color

.myTextColor { color: #ECC7EF; }

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

This text font color is #ECC7EF.


Background Color

.myBgColor { background-color: #ECC7EF; }

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

This div background color is #ECC7EF.


Border color

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

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

This div border color is #ECC7EF.


Opacity

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

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

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

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

This text has shadow with #ECC7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC7EF on black background.


Color preview on white background

This text has color #ECC7EF on white background.



Black color preview on #ECC7EF background

This text has black color on #ECC7EF background.


White color preview on #ECC7EF background

This text has white color on #ECC7EF background.