COLOR #EADAED

HEX: #EADAED
RGB: (234,218,237)

Color info

#EADAED contains red, green and blue colors in about the same proportion. Web safe color of #EADAED is #FFCCFF (or #FCF).

RGB color model

#EADAED color RGB value is (234,218,237).

  • red value is 234;
  • green value is 218;
  • blue value is 237.
RGB:
(234,218,237)
(92%,85%,93%)

RGB channels and saturation

R 234 of 255 = 92%
G 218 of 255 = 85%
B 237 of 255 = 93%

234
218
237

R + G + B ~ 90%. #EADAED is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 218 + 237 = 689 (100%)
R 234 of 689 ~ 33.96%
G 218 of 689 ~ 31.64%
B 237 of 689 ~ 34.4%

%33.96
%31.64
%34.4

CMYK color model

#EADAED color CMYK value is (1,8,0,7).

  • cyan value is 1.27%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(1,8,0,7)
C1M8Y0K7 
(1%,8%,0%,7%)
(0.01/0.08/0.00/0.07)	

CMYK percentages

%1.27
%8.02
%0
%7.06

Codes

Color #EADAED in popluar color models

EADAED
RGB234218237
HSL291°34.55%89.22%
HSB/HSV291°8.02%92.94%
CMYK1.27%8.02%0.00%
7.06%

Color #EADAED in popluar number systems.

HEXEADAED
Decimal234218237
Binary111010101101101011101101
Octal352332355

Shades and tints

Shades of #EADAED

#EADAED
(234,218,237)
#D5C7D8
(213,199,216)
#C0B4C3
(192,180,195)
#ABA1AE
(171,161,174)
#968E99
(150,142,153)
#817B84
(129,123,132)
#6C686F
(108,104,111)
#57555A
(87,85,90)
#424245
(66,66,69)
#2D2F30
(45,47,48)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #EADAED

#EADAED
(234,218,237)
#EBDDEE
(235,221,238)
#ECE0EF
(236,224,239)
#EDE3F0
(237,227,240)
#EEE6F1
(238,230,241)
#EFE9F2
(239,233,242)
#F0ECF3
(240,236,243)
#F1EFF4
(241,239,244)
#F2F2F5
(242,242,245)
#F3F5F6
(243,245,246)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADAED; }

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

This text font color is #EADAED.


Background Color

.myBgColor { background-color: #EADAED; }

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

This div background color is #EADAED.


Border color

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

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

This div border color is #EADAED.


Opacity

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

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

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

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

This text has shadow with #EADAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADAED on black background.


Color preview on white background

This text has color #EADAED on white background.



Black color preview on #EADAED background

This text has black color on #EADAED background.


White color preview on #EADAED background

This text has white color on #EADAED background.