COLOR #EAC4ED

HEX: #EAC4ED RGB: (234,196,237)

Color info

#EAC4ED contains red, green and blue colors in about the same proportion. Web safe color of #EAC4ED is #FFCCFF (or #FCF).

RGB color model

#EAC4ED color RGB value is (234,196,237).

RGB: (234,196,237) (92%, 77%, 93%)

RGB channels and saturation

R 234 of 255 = 92%
G 196 of 255 = 77%
B 237 of 255 = 93%

234
196
237

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

Portions of RGB colors in percentages

R + G + B = 234 + 196 + 237 = 667 (100%)
R 234 of 667 ~ 35.08%
G 196 of 667 ~ 29.39%
B 237 of 667 ~ 35.53'%

%35.08
%29.39
%35.53

CMYK color model

#EAC4ED color CMYK value is (1,17,0,7).

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

CMYK: (1,17,0,7)
C1M17Y0K7 (1%, 17%, 0%, 7%)
(0.01 / 0.17 / 0.00 / 0.07)

CMYK percentages

%1.27
%17.3
%0
%7.06

Codes

Color #EAC4ED in popluar color models

EA C4 ED
RGB 234 196 237
HSL 296° 53.25% 84.90%
HSB/HSV 296° 17.30% 92.94%
CMYK 1.27% 17.30% 0.00%
7.06%

Color #EAC4ED in popluar number systems.

HEX EA C4 ED
Decimal 234 196 237
Binary 11101010 11000100 11101101
Octal 352 304 355

Shades and tints

Shades of #EAC4ED

#EAC4ED
(234,196,237)
#D5B3D8
(213,179,216)
#C0A2C3
(192,162,195)
#AB91AE
(171,145,174)
#968099
(150,128,153)
#816F84
(129,111,132)
#6C5E6F
(108,94,111)
#574D5A
(87,77,90)
#423C45
(66,60,69)
#2D2B30
(45,43,48)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #EAC4ED

#EAC4ED
(234,196,237)
#EBC9EE
(235,201,238)
#ECCEEF
(236,206,239)
#EDD3F0
(237,211,240)
#EED8F1
(238,216,241)
#EFDDF2
(239,221,242)
#F0E2F3
(240,226,243)
#F1E7F4
(241,231,244)
#F2ECF5
(242,236,245)
#F3F1F6
(243,241,246)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC4ED; }

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

This text font color is #EAC4ED.

Background Color

.myBgColor { background-color: #EAC4ED; }

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

This div background color is #EAC4ED.

Border color

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

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

This div border color is #EAC4ED.

Opacity

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

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

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

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

This text has shadow with #EAC4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC4ED.

Preview

Color preview on black background

This text has color #EAC4ED on black background.


Color preview on white background

This text has color #EAC4ED on white background.


Black color preview on #EAC4ED background

This text has black color on #EAC4ED background.


White color preview on #EAC4ED background

This text has white color on #EAC4ED background.


Related colors

Complementary color

Complementary color for #hex is #153B12.


I love getcolorcode.com

Triadic colors

1 #EDEAC4 and #C4EDEA with #EAC4ED are triadic colors.

2 #EDC4EA and #C4EAED with #EAC4ED are triadic colors.