COLOR #EDABC4

HEX: #EDABC4 RGB: (237,171,196)

Color info

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

RGB color model

#EDABC4 color RGB value is (237,171,196).

RGB: (237,171,196) (93%, 67%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 171 of 255 = 67%
B 196 of 255 = 77%

237
171
196

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

Portions of RGB colors in percentages

R + G + B = 237 + 171 + 196 = 604 (100%)
R 237 of 604 ~ 39.24%
G 171 of 604 ~ 28.31%
B 196 of 604 ~ 32.45'%

%39.24
%28.31
%32.45

CMYK color model

#EDABC4 color CMYK value is (0,28,17,7).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 17.30%
  • key color value is 7.06%

CMYK: (0,28,17,7)
C0M28Y17K7 (0%, 28%, 17%, 7%)
(0.00 / 0.28 / 0.17 / 0.07)

CMYK percentages

%0
%27.85
%17.3
%7.06

Codes

Color #EDABC4 in popluar color models

ED AB C4
RGB 237 171 196
HSL 337° 64.71% 80.00%
HSB/HSV 337° 27.85% 92.94%
CMYK 0.00% 27.85% 17.30%
7.06%

Color #EDABC4 in popluar number systems.

HEX ED AB C4
Decimal 237 171 196
Binary 11101101 10101011 11000100
Octal 355 253 304

Shades and tints

Shades of #EDABC4

#EDABC4
(237,171,196)
#D89CB3
(216,156,179)
#C38DA2
(195,141,162)
#AE7E91
(174,126,145)
#996F80
(153,111,128)
#84606F
(132,96,111)
#6F515E
(111,81,94)
#5A424D
(90,66,77)
#45333C
(69,51,60)
#30242B
(48,36,43)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #EDABC4

#EDABC4
(237,171,196)
#EEB2C9
(238,178,201)
#EFB9CE
(239,185,206)
#F0C0D3
(240,192,211)
#F1C7D8
(241,199,216)
#F2CEDD
(242,206,221)
#F3D5E2
(243,213,226)
#F4DCE7
(244,220,231)
#F5E3EC
(245,227,236)
#F6EAF1
(246,234,241)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDABC4 color. Also use rgb(237,171,196) instead hex code.

Text Font Color

.myTextColor { color: #EDABC4; }

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

This text font color is #EDABC4.

Background Color

.myBgColor { background-color: #EDABC4; }

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

This div background color is #EDABC4.

Border color

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

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

This div border color is #EDABC4.

Opacity

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

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

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

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

This text has shadow with #EDABC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDABC4.

Preview

Color preview on black background

This text has color #EDABC4 on black background.


Color preview on white background

This text has color #EDABC4 on white background.


Black color preview on #EDABC4 background

This text has black color on #EDABC4 background.


White color preview on #EDABC4 background

This text has white color on #EDABC4 background.


Related colors

Complementary color

Complementary color for #hex is #12543B.


I love getcolorcode.com

Triadic colors

1 #C4EDAB and #ABC4ED with #EDABC4 are triadic colors.

2 #C4ABED and #ABEDC4 with #EDABC4 are triadic colors.