COLOR #ECC6E3

HEX: #ECC6E3 RGB: (236,198,227)

Color info

#ECC6E3 contains red, green and blue colors in about the same proportion. Web safe color of #ECC6E3 is #FFCCCC (or #FCC).

RGB color model

#ECC6E3 color RGB value is (236,198,227).

RGB: (236,198,227) (93%, 78%, 89%)

RGB channels and saturation

R 236 of 255 = 93%
G 198 of 255 = 78%
B 227 of 255 = 89%

236
198
227

R + G + B ~ 87%. #ECC6E3 is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 198 + 227 = 661 (100%)
R 236 of 661 ~ 35.7%
G 198 of 661 ~ 29.95%
B 227 of 661 ~ 34.34'%

%35.7
%29.95
%34.34

CMYK color model

#ECC6E3 color CMYK value is (0,16,4,7).

  • cyan value is 0.00%
  • magenta value is 16.10%
  • yellow value is 3.81%
  • key color value is 7.45%
CMYK: (0,16,4,7) C0M16Y4K7 (0%,16%,4%,7%) (0.00/0.16/0.04/0.07) 

CMYK percentages

%0
%16.1
%3.81
%7.45

Codes

Color #ECC6E3 in popluar color models

EC C6 E3
RGB 236 198 227
HSL 314° 50.00% 85.10%
HSB/HSV 314° 16.10% 92.55%
CMYK 0.00% 16.10% 3.81%
7.45%

Color #ECC6E3 in popluar number systems.

HEX EC C6 E3
Decimal 236 198 227
Binary 11101100 11000110 11100011
Octal 354 306 343

Shades and tints

Shades of #ECC6E3

#ECC6E3
(236,198,227)
#D7B4CF
(215,180,207)
#C2A2BB
(194,162,187)
#AD90A7
(173,144,167)
#987E93
(152,126,147)
#836C7F
(131,108,127)
#6E5A6B
(110,90,107)
#594857
(89,72,87)
#443643
(68,54,67)
#2F242F
(47,36,47)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #ECC6E3

#ECC6E3
(236,198,227)
#EDCBE5
(237,203,229)
#EED0E7
(238,208,231)
#EFD5E9
(239,213,233)
#F0DAEB
(240,218,235)
#F1DFED
(241,223,237)
#F2E4EF
(242,228,239)
#F3E9F1
(243,233,241)
#F4EEF3
(244,238,243)
#F5F3F5
(245,243,245)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC6E3; }

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

This text font color is #ECC6E3.

Background Color

.myBgColor { background-color: #ECC6E3; }

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

This div background color is #ECC6E3.

Border color

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

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

This div border color is #ECC6E3.

Opacity

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

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

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

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

This text has shadow with #ECC6E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC6E3.

Preview

Color preview on black background

This text has color #ECC6E3 on black background.


Color preview on white background

This text has color #ECC6E3 on white background.


Black color preview on #ECC6E3 background

This text has black color on #ECC6E3 background.


White color preview on #ECC6E3 background

This text has white color on #ECC6E3 background.


Related colors

Complementary color

Complementary color for #hex is #13391C.


I love getcolorcode.com

Triadic colors

1 #E3ECC6 and #C6E3EC with #ECC6E3 are triadic colors.

2 #E3C6EC and #C6ECE3 with #ECC6E3 are triadic colors.