COLOR #EAC1C4

HEX: #EAC1C4
RGB: (234,193,196)

Color info

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

RGB color model

#EAC1C4 color RGB value is (234,193,196).

  • red value is 234;
  • green value is 193;
  • blue value is 196.
RGB:
(234,193,196)
(92%,76%,77%)

RGB channels and saturation

R 234 of 255 = 92%
G 193 of 255 = 76%
B 196 of 255 = 77%

234
193
196

R + G + B ~ 82%. #EAC1C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 193 + 196 = 623 (100%)
R 234 of 623 ~ 37.56%
G 193 of 623 ~ 30.98%
B 196 of 623 ~ 31.46%

%37.56
%30.98
%31.46

CMYK color model

#EAC1C4 color CMYK value is (0,18,16,8).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(0,18,16,8)
C0M18Y16K8 
(0%,18%,16%,8%)
(0.00/0.18/0.16/0.08)	

CMYK percentages

%0
%17.52
%16.24
%8.24

Codes

Color #EAC1C4 in popluar color models

EAC1C4
RGB234193196
HSL356°49.40%83.73%
HSB/HSV356°17.52%91.76%
CMYK0.00%17.52%16.24%
8.24%

Color #EAC1C4 in popluar number systems.

HEXEAC1C4
Decimal234193196
Binary111010101100000111000100
Octal352301304

Shades and tints

Shades of #EAC1C4

#EAC1C4
(234,193,196)
#D5B0B3
(213,176,179)
#C09FA2
(192,159,162)
#AB8E91
(171,142,145)
#967D80
(150,125,128)
#816C6F
(129,108,111)
#6C5B5E
(108,91,94)
#574A4D
(87,74,77)
#42393C
(66,57,60)
#2D282B
(45,40,43)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #EAC1C4

#EAC1C4
(234,193,196)
#EBC6C9
(235,198,201)
#ECCBCE
(236,203,206)
#EDD0D3
(237,208,211)
#EED5D8
(238,213,216)
#EFDADD
(239,218,221)
#F0DFE2
(240,223,226)
#F1E4E7
(241,228,231)
#F2E9EC
(242,233,236)
#F3EEF1
(243,238,241)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC1C4; }

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

This text font color is #EAC1C4.


Background Color

.myBgColor { background-color: #EAC1C4; }

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

This div background color is #EAC1C4.


Border color

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

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

This div border color is #EAC1C4.


Opacity

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

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

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

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

This text has shadow with #EAC1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC1C4 on black background.


Color preview on white background

This text has color #EAC1C4 on white background.



Black color preview on #EAC1C4 background

This text has black color on #EAC1C4 background.


White color preview on #EAC1C4 background

This text has white color on #EAC1C4 background.