COLOR #EAD3D6

HEX: #EAD3D6 RGB: (234,211,214)

Color info

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

RGB color model

#EAD3D6 color RGB value is (234,211,214).

RGB: (234,211,214) (92%, 83%, 84%)

RGB channels and saturation

R 234 of 255 = 92%
G 211 of 255 = 83%
B 214 of 255 = 84%

234
211
214

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

Portions of RGB colors in percentages

R + G + B = 234 + 211 + 214 = 659 (100%)
R 234 of 659 ~ 35.51%
G 211 of 659 ~ 32.02%
B 214 of 659 ~ 32.47'%

%35.51
%32.02
%32.47

CMYK color model

#EAD3D6 color CMYK value is (0,10,9,8).

  • cyan value is 0.00%
  • magenta value is 9.83%
  • yellow value is 8.55%
  • key color value is 8.24%

CMYK: (0,10,9,8)
C0M10Y9K8 (0%, 10%, 9%, 8%)
(0.00 / 0.10 / 0.09 / 0.08)

CMYK percentages

%0
%9.83
%8.55
%8.24

Codes

Color #EAD3D6 in popluar color models

EA D3 D6
RGB 234 211 214
HSL 352° 35.38% 87.25%
HSB/HSV 352° 9.83% 91.76%
CMYK 0.00% 9.83% 8.55%
8.24%

Color #EAD3D6 in popluar number systems.

HEX EA D3 D6
Decimal 234 211 214
Binary 11101010 11010011 11010110
Octal 352 323 326

Shades and tints

Shades of #EAD3D6

#EAD3D6
(234,211,214)
#D5C0C3
(213,192,195)
#C0ADB0
(192,173,176)
#AB9A9D
(171,154,157)
#96878A
(150,135,138)
#817477
(129,116,119)
#6C6164
(108,97,100)
#574E51
(87,78,81)
#423B3E
(66,59,62)
#2D282B
(45,40,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #EAD3D6

#EAD3D6
(234,211,214)
#EBD7D9
(235,215,217)
#ECDBDC
(236,219,220)
#EDDFDF
(237,223,223)
#EEE3E2
(238,227,226)
#EFE7E5
(239,231,229)
#F0EBE8
(240,235,232)
#F1EFEB
(241,239,235)
#F2F3EE
(242,243,238)
#F3F7F1
(243,247,241)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD3D6 color. Also use rgb(234,211,214) instead hex code.

Text Font Color

.myTextColor { color: #EAD3D6; }

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

This text font color is #EAD3D6.

Background Color

.myBgColor { background-color: #EAD3D6; }

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

This div background color is #EAD3D6.

Border color

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

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

This div border color is #EAD3D6.

Opacity

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

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

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

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

This text has shadow with #EAD3D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD3D6.

Preview

Color preview on black background

This text has color #EAD3D6 on black background.


Color preview on white background

This text has color #EAD3D6 on white background.


Black color preview on #EAD3D6 background

This text has black color on #EAD3D6 background.


White color preview on #EAD3D6 background

This text has white color on #EAD3D6 background.


Related colors

Complementary color

Complementary color for #hex is #152C29.


I love getcolorcode.com

Triadic colors

1 #D6EAD3 and #D3D6EA with #EAD3D6 are triadic colors.

2 #D6D3EA and #D3EAD6 with #EAD3D6 are triadic colors.