COLOR #EAC3D5

HEX: #EAC3D5
RGB: (234,195,213)

Color info

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

RGB color model

#EAC3D5 color RGB value is (234,195,213).

  • red value is 234;
  • green value is 195;
  • blue value is 213.
RGB:
(234,195,213)
(92%,76%,84%)

RGB channels and saturation

R 234 of 255 = 92%
G 195 of 255 = 76%
B 213 of 255 = 84%

234
195
213

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

Portions of RGB colors in percentages

R + G + B =
234 + 195 + 213 = 642 (100%)
R 234 of 642 ~ 36.45%
G 195 of 642 ~ 30.37%
B 213 of 642 ~ 33.18%

%36.45
%30.37
%33.18

CMYK color model

#EAC3D5 color CMYK value is (0,17,9,8).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 8.97%
  • key color value is 8.24%
CMYK:
(0,17,9,8)
C0M17Y9K8 
(0%,17%,9%,8%)
(0.00/0.17/0.09/0.08)	

CMYK percentages

%0
%16.67
%8.97
%8.24

Codes

Color #EAC3D5 in popluar color models

EAC3D5
RGB234195213
HSL332°48.15%84.12%
HSB/HSV332°16.67%91.76%
CMYK0.00%16.67%8.97%
8.24%

Color #EAC3D5 in popluar number systems.

HEXEAC3D5
Decimal234195213
Binary111010101100001111010101
Octal352303325

Shades and tints

Shades of #EAC3D5

#EAC3D5
(234,195,213)
#D5B2C2
(213,178,194)
#C0A1AF
(192,161,175)
#AB909C
(171,144,156)
#967F89
(150,127,137)
#816E76
(129,110,118)
#6C5D63
(108,93,99)
#574C50
(87,76,80)
#423B3D
(66,59,61)
#2D2A2A
(45,42,42)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #EAC3D5

#EAC3D5
(234,195,213)
#EBC8D8
(235,200,216)
#ECCDDB
(236,205,219)
#EDD2DE
(237,210,222)
#EED7E1
(238,215,225)
#EFDCE4
(239,220,228)
#F0E1E7
(240,225,231)
#F1E6EA
(241,230,234)
#F2EBED
(242,235,237)
#F3F0F0
(243,240,240)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC3D5 color. Also use rgb(234,195,213) instead hex code.

Text Font Color

.myTextColor { color: #EAC3D5; }

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

This text font color is #EAC3D5.


Background Color

.myBgColor { background-color: #EAC3D5; }

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

This div background color is #EAC3D5.


Border color

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

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

This div border color is #EAC3D5.


Opacity

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

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

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

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

This text has shadow with #EAC3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC3D5 on black background.


Color preview on white background

This text has color #EAC3D5 on white background.



Black color preview on #EAC3D5 background

This text has black color on #EAC3D5 background.


White color preview on #EAC3D5 background

This text has white color on #EAC3D5 background.