COLOR #ECC8E3

HEX: #ECC8E3 RGB: (236,200,227)

Color info

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

RGB color model

#ECC8E3 color RGB value is (236,200,227).

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

RGB channels and saturation

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

236
200
227

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

Portions of RGB colors in percentages

R + G + B = 236 + 200 + 227 = 663 (100%)
R 236 of 663 ~ 35.6%
G 200 of 663 ~ 30.17%
B 227 of 663 ~ 34.24'%

%35.6
%30.17
%34.24

CMYK color model

#ECC8E3 color CMYK value is (0,15,4,7).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 3.81%
  • key color value is 7.45%

CMYK: (0,15,4,7)
C0M15Y4K7 (0%, 15%, 4%, 7%)
(0.00 / 0.15 / 0.04 / 0.07)

CMYK percentages

%0
%15.25
%3.81
%7.45

Codes

Color #ECC8E3 in popluar color models

EC C8 E3
RGB 236 200 227
HSL 315° 48.65% 85.49%
HSB/HSV 315° 15.25% 92.55%
CMYK 0.00% 15.25% 3.81%
7.45%

Color #ECC8E3 in popluar number systems.

HEX EC C8 E3
Decimal 236 200 227
Binary 11101100 11001000 11100011
Octal 354 310 343

Shades and tints

Shades of #ECC8E3

#ECC8E3
(236,200,227)
#D7B6CF
(215,182,207)
#C2A4BB
(194,164,187)
#AD92A7
(173,146,167)
#988093
(152,128,147)
#836E7F
(131,110,127)
#6E5C6B
(110,92,107)
#594A57
(89,74,87)
#443843
(68,56,67)
#2F262F
(47,38,47)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #ECC8E3

#ECC8E3
(236,200,227)
#EDCDE5
(237,205,229)
#EED2E7
(238,210,231)
#EFD7E9
(239,215,233)
#F0DCEB
(240,220,235)
#F1E1ED
(241,225,237)
#F2E6EF
(242,230,239)
#F3EBF1
(243,235,241)
#F4F0F3
(244,240,243)
#F5F5F5
(245,245,245)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECC8E3; }

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

This text font color is #ECC8E3.

Background Color

.myBgColor { background-color: #ECC8E3; }

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

This div background color is #ECC8E3.

Border color

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

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

This div border color is #ECC8E3.

Opacity

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

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

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

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

This text has shadow with #ECC8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC8E3.

Preview

Color preview on black background

This text has color #ECC8E3 on black background.


Color preview on white background

This text has color #ECC8E3 on white background.


Black color preview on #ECC8E3 background

This text has black color on #ECC8E3 background.


White color preview on #ECC8E3 background

This text has white color on #ECC8E3 background.


Related colors

Complementary color

Complementary color for #hex is #13371C.


I love getcolorcode.com

Triadic colors

1 #E3ECC8 and #C8E3EC with #ECC8E3 are triadic colors.

2 #E3C8EC and #C8ECE3 with #ECC8E3 are triadic colors.