COLOR #EAC9D4

HEX: #EAC9D4 RGB: (234,201,212)

Color info

#EAC9D4 contains red, green and blue colors in about the same proportion. Web safe color of #EAC9D4 is #FFCCCC (or #FCC).

RGB color model

#EAC9D4 color RGB value is (234,201,212).

RGB: (234,201,212) (92%, 79%, 83%)

RGB channels and saturation

R 234 of 255 = 92%
G 201 of 255 = 79%
B 212 of 255 = 83%

234
201
212

R + G + B ~ 85%. #EAC9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 201 + 212 = 647 (100%)
R 234 of 647 ~ 36.17%
G 201 of 647 ~ 31.07%
B 212 of 647 ~ 32.77'%

%36.17
%31.07
%32.77

CMYK color model

#EAC9D4 color CMYK value is (0,14,9,8).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 9.40%
  • key color value is 8.24%

CMYK: (0,14,9,8)
C0M14Y9K8 (0%, 14%, 9%, 8%)
(0.00 / 0.14 / 0.09 / 0.08)

CMYK percentages

%0
%14.1
%9.4
%8.24

Codes

Color #EAC9D4 in popluar color models

EA C9 D4
RGB 234 201 212
HSL 340° 44.00% 85.29%
HSB/HSV 340° 14.10% 91.76%
CMYK 0.00% 14.10% 9.40%
8.24%

Color #EAC9D4 in popluar number systems.

HEX EA C9 D4
Decimal 234 201 212
Binary 11101010 11001001 11010100
Octal 352 311 324

Shades and tints

Shades of #EAC9D4

#EAC9D4
(234,201,212)
#D5B7C1
(213,183,193)
#C0A5AE
(192,165,174)
#AB939B
(171,147,155)
#968188
(150,129,136)
#816F75
(129,111,117)
#6C5D62
(108,93,98)
#574B4F
(87,75,79)
#42393C
(66,57,60)
#2D2729
(45,39,41)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #EAC9D4

#EAC9D4
(234,201,212)
#EBCDD7
(235,205,215)
#ECD1DA
(236,209,218)
#EDD5DD
(237,213,221)
#EED9E0
(238,217,224)
#EFDDE3
(239,221,227)
#F0E1E6
(240,225,230)
#F1E5E9
(241,229,233)
#F2E9EC
(242,233,236)
#F3EDEF
(243,237,239)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC9D4 color. Also use rgb(234,201,212) instead hex code.

Text Font Color

.myTextColor { color: #EAC9D4; }

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

This text font color is #EAC9D4.

Background Color

.myBgColor { background-color: #EAC9D4; }

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

This div background color is #EAC9D4.

Border color

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

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

This div border color is #EAC9D4.

Opacity

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

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

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

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

This text has shadow with #EAC9D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC9D4.

Preview

Color preview on black background

This text has color #EAC9D4 on black background.


Color preview on white background

This text has color #EAC9D4 on white background.


Black color preview on #EAC9D4 background

This text has black color on #EAC9D4 background.


White color preview on #EAC9D4 background

This text has white color on #EAC9D4 background.


Related colors

Complementary color

Complementary color for #hex is #15362B.


I love getcolorcode.com

Triadic colors

1 #D4EAC9 and #C9D4EA with #EAC9D4 are triadic colors.

2 #D4C9EA and #C9EAD4 with #EAC9D4 are triadic colors.