COLOR #EAC6DB

HEX: #EAC6DB RGB: (234,198,219)

Color info

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

RGB color model

#EAC6DB color RGB value is (234,198,219).

RGB: (234,198,219) (92%, 78%, 86%)

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 219 of 255 = 86%

234
198
219

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

Portions of RGB colors in percentages

R + G + B = 234 + 198 + 219 = 651 (100%)
R 234 of 651 ~ 35.94%
G 198 of 651 ~ 30.41%
B 219 of 651 ~ 33.64'%

%35.94
%30.41
%33.64

CMYK color model

#EAC6DB color CMYK value is (0,15,6,8).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 6.41%
  • key color value is 8.24%

CMYK: (0,15,6,8)
C0M15Y6K8 (0%, 15%, 6%, 8%)
(0.00 / 0.15 / 0.06 / 0.08)

CMYK percentages

%0
%15.38
%6.41
%8.24

Codes

Color #EAC6DB in popluar color models

EA C6 DB
RGB 234 198 219
HSL 325° 46.15% 84.71%
HSB/HSV 325° 15.38% 91.76%
CMYK 0.00% 15.38% 6.41%
8.24%

Color #EAC6DB in popluar number systems.

HEX EA C6 DB
Decimal 234 198 219
Binary 11101010 11000110 11011011
Octal 352 306 333

Shades and tints

Shades of #EAC6DB

#EAC6DB
(234,198,219)
#D5B4C8
(213,180,200)
#C0A2B5
(192,162,181)
#AB90A2
(171,144,162)
#967E8F
(150,126,143)
#816C7C
(129,108,124)
#6C5A69
(108,90,105)
#574856
(87,72,86)
#423643
(66,54,67)
#2D2430
(45,36,48)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #EAC6DB

#EAC6DB
(234,198,219)
#EBCBDE
(235,203,222)
#ECD0E1
(236,208,225)
#EDD5E4
(237,213,228)
#EEDAE7
(238,218,231)
#EFDFEA
(239,223,234)
#F0E4ED
(240,228,237)
#F1E9F0
(241,233,240)
#F2EEF3
(242,238,243)
#F3F3F6
(243,243,246)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC6DB; }

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

This text font color is #EAC6DB.

Background Color

.myBgColor { background-color: #EAC6DB; }

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

This div background color is #EAC6DB.

Border color

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

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

This div border color is #EAC6DB.

Opacity

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

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

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

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

This text has shadow with #EAC6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC6DB.

Preview

Color preview on black background

This text has color #EAC6DB on black background.


Color preview on white background

This text has color #EAC6DB on white background.


Black color preview on #EAC6DB background

This text has black color on #EAC6DB background.


White color preview on #EAC6DB background

This text has white color on #EAC6DB background.


Related colors

Complementary color

Complementary color for #hex is #153924.


I love getcolorcode.com

Triadic colors

1 #DBEAC6 and #C6DBEA with #EAC6DB are triadic colors.

2 #DBC6EA and #C6EADB with #EAC6DB are triadic colors.