COLOR #ECAFC9

HEX: #ECAFC9 RGB: (236,175,201)

Color info

#ECAFC9 contains mainly red and blue colors. Web safe color of #ECAFC9 is #FF99CC (or #F9C).

RGB color model

#ECAFC9 color RGB value is (236,175,201).

RGB: (236,175,201) (93%, 69%, 79%)

RGB channels and saturation

R 236 of 255 = 93%
G 175 of 255 = 69%
B 201 of 255 = 79%

236
175
201

R + G + B ~ 80%. #ECAFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 175 + 201 = 612 (100%)
R 236 of 612 ~ 38.56%
G 175 of 612 ~ 28.59%
B 201 of 612 ~ 32.84'%

%38.56
%28.59
%32.84

CMYK color model

#ECAFC9 color CMYK value is (0,26,15,7).

  • cyan value is 0.00%
  • magenta value is 25.85%
  • yellow value is 14.83%
  • key color value is 7.45%

CMYK: (0,26,15,7)
C0M26Y15K7 (0%, 26%, 15%, 7%)
(0.00 / 0.26 / 0.15 / 0.07)

CMYK percentages

%0
%25.85
%14.83
%7.45

Codes

Color #ECAFC9 in popluar color models

EC AF C9
RGB 236 175 201
HSL 334° 61.62% 80.59%
HSB/HSV 334° 25.85% 92.55%
CMYK 0.00% 25.85% 14.83%
7.45%

Color #ECAFC9 in popluar number systems.

HEX EC AF C9
Decimal 236 175 201
Binary 11101100 10101111 11001001
Octal 354 257 311

Shades and tints

Shades of #ECAFC9

#ECAFC9
(236,175,201)
#D7A0B7
(215,160,183)
#C291A5
(194,145,165)
#AD8293
(173,130,147)
#987381
(152,115,129)
#83646F
(131,100,111)
#6E555D
(110,85,93)
#59464B
(89,70,75)
#443739
(68,55,57)
#2F2827
(47,40,39)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #ECAFC9

#ECAFC9
(236,175,201)
#EDB6CD
(237,182,205)
#EEBDD1
(238,189,209)
#EFC4D5
(239,196,213)
#F0CBD9
(240,203,217)
#F1D2DD
(241,210,221)
#F2D9E1
(242,217,225)
#F3E0E5
(243,224,229)
#F4E7E9
(244,231,233)
#F5EEED
(245,238,237)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECAFC9 color. Also use rgb(236,175,201) instead hex code.

Text Font Color

.myTextColor { color: #ECAFC9; }

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

This text font color is #ECAFC9.

Background Color

.myBgColor { background-color: #ECAFC9; }

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

This div background color is #ECAFC9.

Border color

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

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

This div border color is #ECAFC9.

Opacity

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

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

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

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

This text has shadow with #ECAFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECAFC9.

Preview

Color preview on black background

This text has color #ECAFC9 on black background.


Color preview on white background

This text has color #ECAFC9 on white background.


Black color preview on #ECAFC9 background

This text has black color on #ECAFC9 background.


White color preview on #ECAFC9 background

This text has white color on #ECAFC9 background.


Related colors

Complementary color

Complementary color for #hex is #135036.


I love getcolorcode.com

Triadic colors

1 #C9ECAF and #AFC9EC with #ECAFC9 are triadic colors.

2 #C9AFEC and #AFECC9 with #ECAFC9 are triadic colors.