COLOR #ECADC4

HEX: #ECADC4 RGB: (236,173,196)

Color info

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

RGB color model

#ECADC4 color RGB value is (236,173,196).

RGB: (236,173,196) (93%, 68%, 77%)

RGB channels and saturation

R 236 of 255 = 93%
G 173 of 255 = 68%
B 196 of 255 = 77%

236
173
196

R + G + B ~ 79%. #ECADC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 173 + 196 = 605 (100%)
R 236 of 605 ~ 39.01%
G 173 of 605 ~ 28.6%
B 196 of 605 ~ 32.4'%

%39.01
%28.6
%32.4

CMYK color model

#ECADC4 color CMYK value is (0,27,17,7).

  • cyan value is 0.00%
  • magenta value is 26.69%
  • yellow value is 16.95%
  • key color value is 7.45%

CMYK: (0,27,17,7)
C0M27Y17K7 (0%, 27%, 17%, 7%)
(0.00 / 0.27 / 0.17 / 0.07)

CMYK percentages

%0
%26.69
%16.95
%7.45

Codes

Color #ECADC4 in popluar color models

EC AD C4
RGB 236 173 196
HSL 338° 62.38% 80.20%
HSB/HSV 338° 26.69% 92.55%
CMYK 0.00% 26.69% 16.95%
7.45%

Color #ECADC4 in popluar number systems.

HEX EC AD C4
Decimal 236 173 196
Binary 11101100 10101101 11000100
Octal 354 255 304

Shades and tints

Shades of #ECADC4

#ECADC4
(236,173,196)
#D79EB3
(215,158,179)
#C28FA2
(194,143,162)
#AD8091
(173,128,145)
#987180
(152,113,128)
#83626F
(131,98,111)
#6E535E
(110,83,94)
#59444D
(89,68,77)
#44353C
(68,53,60)
#2F262B
(47,38,43)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #ECADC4

#ECADC4
(236,173,196)
#EDB4C9
(237,180,201)
#EEBBCE
(238,187,206)
#EFC2D3
(239,194,211)
#F0C9D8
(240,201,216)
#F1D0DD
(241,208,221)
#F2D7E2
(242,215,226)
#F3DEE7
(243,222,231)
#F4E5EC
(244,229,236)
#F5ECF1
(245,236,241)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECADC4 color. Also use rgb(236,173,196) instead hex code.

Text Font Color

.myTextColor { color: #ECADC4; }

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

This text font color is #ECADC4.

Background Color

.myBgColor { background-color: #ECADC4; }

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

This div background color is #ECADC4.

Border color

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

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

This div border color is #ECADC4.

Opacity

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

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

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

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

This text has shadow with #ECADC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECADC4.

Preview

Color preview on black background

This text has color #ECADC4 on black background.


Color preview on white background

This text has color #ECADC4 on white background.


Black color preview on #ECADC4 background

This text has black color on #ECADC4 background.


White color preview on #ECADC4 background

This text has white color on #ECADC4 background.


Related colors

Complementary color

Complementary color for #hex is #13523B.


I love getcolorcode.com

Triadic colors

1 #C4ECAD and #ADC4EC with #ECADC4 are triadic colors.

2 #C4ADEC and #ADECC4 with #ECADC4 are triadic colors.