COLOR #EADAE6

HEX: #EADAE6 RGB: (234,218,230)

Color info

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

RGB color model

#EADAE6 color RGB value is (234,218,230).

RGB: (234,218,230) (92%, 85%, 90%)

RGB channels and saturation

R 234 of 255 = 92%
G 218 of 255 = 85%
B 230 of 255 = 90%

234
218
230

R + G + B ~ 89%. #EADAE6 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 218 + 230 = 682 (100%)
R 234 of 682 ~ 34.31%
G 218 of 682 ~ 31.96%
B 230 of 682 ~ 33.72'%

%34.31
%31.96
%33.72

CMYK color model

#EADAE6 color CMYK value is (0,7,2,8).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 1.71%
  • key color value is 8.24%

CMYK: (0,7,2,8)
C0M7Y2K8 (0%, 7%, 2%, 8%)
(0.00 / 0.07 / 0.02 / 0.08)

CMYK percentages

%0
%6.84
%1.71
%8.24

Codes

Color #EADAE6 in popluar color models

EA DA E6
RGB 234 218 230
HSL 315° 27.59% 88.63%
HSB/HSV 315° 6.84% 91.76%
CMYK 0.00% 6.84% 1.71%
8.24%

Color #EADAE6 in popluar number systems.

HEX EA DA E6
Decimal 234 218 230
Binary 11101010 11011010 11100110
Octal 352 332 346

Shades and tints

Shades of #EADAE6

#EADAE6
(234,218,230)
#D5C7D2
(213,199,210)
#C0B4BE
(192,180,190)
#ABA1AA
(171,161,170)
#968E96
(150,142,150)
#817B82
(129,123,130)
#6C686E
(108,104,110)
#57555A
(87,85,90)
#424246
(66,66,70)
#2D2F32
(45,47,50)
#181C1E
(24,28,30)
#000000
(0,0,0)

Tints of #EADAE6

#EADAE6
(234,218,230)
#EBDDE8
(235,221,232)
#ECE0EA
(236,224,234)
#EDE3EC
(237,227,236)
#EEE6EE
(238,230,238)
#EFE9F0
(239,233,240)
#F0ECF2
(240,236,242)
#F1EFF4
(241,239,244)
#F2F2F6
(242,242,246)
#F3F5F8
(243,245,248)
#F4F8FA
(244,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADAE6 color. Also use rgb(234,218,230) instead hex code.

Text Font Color

.myTextColor { color: #EADAE6; }

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

This text font color is #EADAE6.

Background Color

.myBgColor { background-color: #EADAE6; }

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

This div background color is #EADAE6.

Border color

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

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

This div border color is #EADAE6.

Opacity

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

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

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

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

This text has shadow with #EADAE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EADAE6.

Preview

Color preview on black background

This text has color #EADAE6 on black background.


Color preview on white background

This text has color #EADAE6 on white background.


Black color preview on #EADAE6 background

This text has black color on #EADAE6 background.


White color preview on #EADAE6 background

This text has white color on #EADAE6 background.


Related colors

Complementary color

Complementary color for #hex is #152519.


I love getcolorcode.com

Triadic colors

1 #E6EADA and #DAE6EA with #EADAE6 are triadic colors.

2 #E6DAEA and #DAEAE6 with #EADAE6 are triadic colors.