COLOR #EAC5DE

HEX: #EAC5DE RGB: (234,197,222)

Color info

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

RGB color model

#EAC5DE color RGB value is (234,197,222).

RGB: (234,197,222) (92%, 77%, 87%)

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 222 of 255 = 87%

234
197
222

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

Portions of RGB colors in percentages

R + G + B = 234 + 197 + 222 = 653 (100%)
R 234 of 653 ~ 35.83%
G 197 of 653 ~ 30.17%
B 222 of 653 ~ 34'%

%35.83
%30.17
%34

CMYK color model

#EAC5DE color CMYK value is (0,16,5,8).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 5.13%
  • key color value is 8.24%
CMYK: (0,16,5,8) C0M16Y5K8 (0%,16%,5%,8%) (0.00/0.16/0.05/0.08) 

CMYK percentages

%0
%15.81
%5.13
%8.24

Codes

Color #EAC5DE in popluar color models

EA C5 DE
RGB 234 197 222
HSL 319° 46.84% 84.51%
HSB/HSV 319° 15.81% 91.76%
CMYK 0.00% 15.81% 5.13%
8.24%

Color #EAC5DE in popluar number systems.

HEX EA C5 DE
Decimal 234 197 222
Binary 11101010 11000101 11011110
Octal 352 305 336

Shades and tints

Shades of #EAC5DE

#EAC5DE
(234,197,222)
#D5B4CA
(213,180,202)
#C0A3B6
(192,163,182)
#AB92A2
(171,146,162)
#96818E
(150,129,142)
#81707A
(129,112,122)
#6C5F66
(108,95,102)
#574E52
(87,78,82)
#423D3E
(66,61,62)
#2D2C2A
(45,44,42)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #EAC5DE

#EAC5DE
(234,197,222)
#EBCAE1
(235,202,225)
#ECCFE4
(236,207,228)
#EDD4E7
(237,212,231)
#EED9EA
(238,217,234)
#EFDEED
(239,222,237)
#F0E3F0
(240,227,240)
#F1E8F3
(241,232,243)
#F2EDF6
(242,237,246)
#F3F2F9
(243,242,249)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC5DE color. Also use rgb(234,197,222) instead hex code.

Text Font Color

.myTextColor { color: #EAC5DE; }

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

This text font color is #EAC5DE.

Background Color

.myBgColor { background-color: #EAC5DE; }

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

This div background color is #EAC5DE.

Border color

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

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

This div border color is #EAC5DE.

Opacity

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

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

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

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

This text has shadow with #EAC5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC5DE.

Preview

Color preview on black background

This text has color #EAC5DE on black background.


Color preview on white background

This text has color #EAC5DE on white background.


Black color preview on #EAC5DE background

This text has black color on #EAC5DE background.


White color preview on #EAC5DE background

This text has white color on #EAC5DE background.


Related colors

Complementary color

Complementary color for #hex is #153A21.


I love getcolorcode.com

Triadic colors

1 #DEEAC5 and #C5DEEA with #EAC5DE are triadic colors.

2 #DEC5EA and #C5EADE with #EAC5DE are triadic colors.