COLOR #EDA4C4

HEX: #EDA4C4 RGB: (237,164,196)

Color info

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

RGB color model

#EDA4C4 color RGB value is (237,164,196).

RGB: (237,164,196) (93%, 64%, 77%)

RGB channels and saturation

R 237 of 255 = 93%
G 164 of 255 = 64%
B 196 of 255 = 77%

237
164
196

R + G + B ~ 78%. #EDA4C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 164 + 196 = 597 (100%)
R 237 of 597 ~ 39.7%
G 164 of 597 ~ 27.47%
B 196 of 597 ~ 32.83'%

%39.7
%27.47
%32.83

CMYK color model

#EDA4C4 color CMYK value is (0,31,17,7).

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

CMYK: (0,31,17,7)
C0M31Y17K7 (0%, 31%, 17%, 7%)
(0.00 / 0.31 / 0.17 / 0.07)

CMYK percentages

%0
%30.8
%17.3
%7.06

Codes

Color #EDA4C4 in popluar color models

ED A4 C4
RGB 237 164 196
HSL 334° 66.97% 78.63%
HSB/HSV 334° 30.80% 92.94%
CMYK 0.00% 30.80% 17.30%
7.06%

Color #EDA4C4 in popluar number systems.

HEX ED A4 C4
Decimal 237 164 196
Binary 11101101 10100100 11000100
Octal 355 244 304

Shades and tints

Shades of #EDA4C4

#EDA4C4
(237,164,196)
#D896B3
(216,150,179)
#C388A2
(195,136,162)
#AE7A91
(174,122,145)
#996C80
(153,108,128)
#845E6F
(132,94,111)
#6F505E
(111,80,94)
#5A424D
(90,66,77)
#45343C
(69,52,60)
#30262B
(48,38,43)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #EDA4C4

#EDA4C4
(237,164,196)
#EEACC9
(238,172,201)
#EFB4CE
(239,180,206)
#F0BCD3
(240,188,211)
#F1C4D8
(241,196,216)
#F2CCDD
(242,204,221)
#F3D4E2
(243,212,226)
#F4DCE7
(244,220,231)
#F5E4EC
(245,228,236)
#F6ECF1
(246,236,241)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDA4C4; }

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

This text font color is #EDA4C4.

Background Color

.myBgColor { background-color: #EDA4C4; }

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

This div background color is #EDA4C4.

Border color

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

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

This div border color is #EDA4C4.

Opacity

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

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

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

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

This text has shadow with #EDA4C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDA4C4.

Preview

Color preview on black background

This text has color #EDA4C4 on black background.


Color preview on white background

This text has color #EDA4C4 on white background.


Black color preview on #EDA4C4 background

This text has black color on #EDA4C4 background.


White color preview on #EDA4C4 background

This text has white color on #EDA4C4 background.


Related colors

Complementary color

Complementary color for #hex is #125B3B.


I love getcolorcode.com

Triadic colors

1 #C4EDA4 and #A4C4ED with #EDA4C4 are triadic colors.

2 #C4A4ED and #A4EDC4 with #EDA4C4 are triadic colors.