COLOR #EAC6DF

HEX: #EAC6DF RGB: (234,198,223)

Color info

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

RGB color model

#EAC6DF color RGB value is (234,198,223).

RGB: (234,198,223) (92%, 78%, 87%)

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 223 of 255 = 87%

234
198
223

R + G + B ~ 86%. #EAC6DF is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 198 + 223 = 655 (100%)
R 234 of 655 ~ 35.73%
G 198 of 655 ~ 30.23%
B 223 of 655 ~ 34.05'%

%35.73
%30.23
%34.05

CMYK color model

#EAC6DF color CMYK value is (0,15,5,8).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 4.70%
  • key color value is 8.24%
CMYK: (0,15,5,8) C0M15Y5K8 (0%,15%,5%,8%) (0.00/0.15/0.05/0.08) 

CMYK percentages

%0
%15.38
%4.7
%8.24

Codes

Color #EAC6DF in popluar color models

EA C6 DF
RGB 234 198 223
HSL 318° 46.15% 84.71%
HSB/HSV 318° 15.38% 91.76%
CMYK 0.00% 15.38% 4.70%
8.24%

Color #EAC6DF in popluar number systems.

HEX EA C6 DF
Decimal 234 198 223
Binary 11101010 11000110 11011111
Octal 352 306 337

Shades and tints

Shades of #EAC6DF

#EAC6DF
(234,198,223)
#D5B4CB
(213,180,203)
#C0A2B7
(192,162,183)
#AB90A3
(171,144,163)
#967E8F
(150,126,143)
#816C7B
(129,108,123)
#6C5A67
(108,90,103)
#574853
(87,72,83)
#42363F
(66,54,63)
#2D242B
(45,36,43)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #EAC6DF

#EAC6DF
(234,198,223)
#EBCBE1
(235,203,225)
#ECD0E3
(236,208,227)
#EDD5E5
(237,213,229)
#EEDAE7
(238,218,231)
#EFDFE9
(239,223,233)
#F0E4EB
(240,228,235)
#F1E9ED
(241,233,237)
#F2EEEF
(242,238,239)
#F3F3F1
(243,243,241)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC6DF color. Also use rgb(234,198,223) instead hex code.

Text Font Color

.myTextColor { color: #EAC6DF; }

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

This text font color is #EAC6DF.

Background Color

.myBgColor { background-color: #EAC6DF; }

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

This div background color is #EAC6DF.

Border color

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

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

This div border color is #EAC6DF.

Opacity

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

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

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

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

This text has shadow with #EAC6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC6DF.

Preview

Color preview on black background

This text has color #EAC6DF on black background.


Color preview on white background

This text has color #EAC6DF on white background.


Black color preview on #EAC6DF background

This text has black color on #EAC6DF background.


White color preview on #EAC6DF background

This text has white color on #EAC6DF background.


Related colors

Complementary color

Complementary color for #hex is #153920.


I love getcolorcode.com

Triadic colors

1 #DFEAC6 and #C6DFEA with #EAC6DF are triadic colors.

2 #DFC6EA and #C6EADF with #EAC6DF are triadic colors.