COLOR #ECC6F3

HEX: #ECC6F3
RGB: (236,198,243)

Color info

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

RGB color model

#ECC6F3 color RGB value is (236,198,243).

  • red value is 236;
  • green value is 198;
  • blue value is 243.
RGB:
(236,198,243)
(93%,78%,95%)

RGB channels and saturation

R 236 of 255 = 93%
G 198 of 255 = 78%
B 243 of 255 = 95%

236
198
243

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

Portions of RGB colors in percentages

R + G + B =
236 + 198 + 243 = 677 (100%)
R 236 of 677 ~ 34.86%
G 198 of 677 ~ 29.25%
B 243 of 677 ~ 35.89%

%34.86
%29.25
%35.89

CMYK color model

#ECC6F3 color CMYK value is (3,19,0,5).

  • cyan value is 2.88%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(3,19,0,5)
C3M19Y0K5 
(3%,19%,0%,5%)
(0.03/0.19/0.00/0.05)	

CMYK percentages

%2.88
%18.52
%0
%4.71

Codes

Color #ECC6F3 in popluar color models

ECC6F3
RGB236198243
HSL291°65.22%86.47%
HSB/HSV291°18.52%95.29%
CMYK2.88%18.52%0.00%
4.71%

Color #ECC6F3 in popluar number systems.

HEXECC6F3
Decimal236198243
Binary111011001100011011110011
Octal354306363

Shades and tints

Shades of #ECC6F3

#ECC6F3
(236,198,243)
#D7B4DD
(215,180,221)
#C2A2C7
(194,162,199)
#AD90B1
(173,144,177)
#987E9B
(152,126,155)
#836C85
(131,108,133)
#6E5A6F
(110,90,111)
#594859
(89,72,89)
#443643
(68,54,67)
#2F242D
(47,36,45)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #ECC6F3

#ECC6F3
(236,198,243)
#EDCBF4
(237,203,244)
#EED0F5
(238,208,245)
#EFD5F6
(239,213,246)
#F0DAF7
(240,218,247)
#F1DFF8
(241,223,248)
#F2E4F9
(242,228,249)
#F3E9FA
(243,233,250)
#F4EEFB
(244,238,251)
#F5F3FC
(245,243,252)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC6F3 color. Also use rgb(236,198,243) instead hex code.

Text Font Color

.myTextColor { color: #ECC6F3; }

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

This text font color is #ECC6F3.


Background Color

.myBgColor { background-color: #ECC6F3; }

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

This div background color is #ECC6F3.


Border color

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

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

This div border color is #ECC6F3.


Opacity

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

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

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

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

This text has shadow with #ECC6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC6F3 on black background.


Color preview on white background

This text has color #ECC6F3 on white background.



Black color preview on #ECC6F3 background

This text has black color on #ECC6F3 background.


White color preview on #ECC6F3 background

This text has white color on #ECC6F3 background.