COLOR #EAC9CC

HEX: #EAC9CC RGB: (234,201,204)

Color info

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

RGB color model

#EAC9CC color RGB value is (234,201,204).

RGB: (234,201,204) (92%, 79%, 80%)

RGB channels and saturation

R 234 of 255 = 92%
G 201 of 255 = 79%
B 204 of 255 = 80%

234
201
204

R + G + B ~ 84%. #EAC9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 201 + 204 = 639 (100%)
R 234 of 639 ~ 36.62%
G 201 of 639 ~ 31.46%
B 204 of 639 ~ 31.92'%

%36.62
%31.46
%31.92

CMYK color model

#EAC9CC color CMYK value is (0,14,13,8).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 12.82%
  • key color value is 8.24%
CMYK: (0,14,13,8) C0M14Y13K8 (0%,14%,13%,8%) (0.00/0.14/0.13/0.08) 

CMYK percentages

%0
%14.1
%12.82
%8.24

Codes

Color #EAC9CC in popluar color models

EA C9 CC
RGB 234 201 204
HSL 355° 44.00% 85.29%
HSB/HSV 355° 14.10% 91.76%
CMYK 0.00% 14.10% 12.82%
8.24%

Color #EAC9CC in popluar number systems.

HEX EA C9 CC
Decimal 234 201 204
Binary 11101010 11001001 11001100
Octal 352 311 314

Shades and tints

Shades of #EAC9CC

#EAC9CC
(234,201,204)
#D5B7BA
(213,183,186)
#C0A5A8
(192,165,168)
#AB9396
(171,147,150)
#968184
(150,129,132)
#816F72
(129,111,114)
#6C5D60
(108,93,96)
#574B4E
(87,75,78)
#42393C
(66,57,60)
#2D272A
(45,39,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #EAC9CC

#EAC9CC
(234,201,204)
#EBCDD0
(235,205,208)
#ECD1D4
(236,209,212)
#EDD5D8
(237,213,216)
#EED9DC
(238,217,220)
#EFDDE0
(239,221,224)
#F0E1E4
(240,225,228)
#F1E5E8
(241,229,232)
#F2E9EC
(242,233,236)
#F3EDF0
(243,237,240)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC9CC; }

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

This text font color is #EAC9CC.

Background Color

.myBgColor { background-color: #EAC9CC; }

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

This div background color is #EAC9CC.

Border color

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

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

This div border color is #EAC9CC.

Opacity

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

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

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

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

This text has shadow with #EAC9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC9CC.

Preview

Color preview on black background

This text has color #EAC9CC on black background.


Color preview on white background

This text has color #EAC9CC on white background.


Black color preview on #EAC9CC background

This text has black color on #EAC9CC background.


White color preview on #EAC9CC background

This text has white color on #EAC9CC background.


Related colors

Complementary color

Complementary color for #hex is #153633.


I love getcolorcode.com

Triadic colors

1 #CCEAC9 and #C9CCEA with #EAC9CC are triadic colors.

2 #CCC9EA and #C9EACC with #EAC9CC are triadic colors.