COLOR #EADAEB

HEX: #EADAEB
RGB: (234,218,235)

Color info

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

RGB color model

#EADAEB color RGB value is (234,218,235).

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

RGB channels and saturation

R 234 of 255 = 92%
G 218 of 255 = 85%
B 235 of 255 = 92%

234
218
235

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

Portions of RGB colors in percentages

R + G + B =
234 + 218 + 235 = 687 (100%)
R 234 of 687 ~ 34.06%
G 218 of 687 ~ 31.73%
B 235 of 687 ~ 34.21%

%34.06
%31.73
%34.21

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(0,7,0,8)
C0M7Y0K8 
(0%,7%,0%,8%)
(0.00/0.07/0.00/0.08)	

CMYK percentages

%0.43
%7.23
%0
%7.84

Codes

Color #EADAEB in popluar color models

EADAEB
RGB234218235
HSL296°29.82%88.82%
HSB/HSV296°7.23%92.16%
CMYK0.43%7.23%0.00%
7.84%

Color #EADAEB in popluar number systems.

HEXEADAEB
Decimal234218235
Binary111010101101101011101011
Octal352332353

Shades and tints

Shades of #EADAEB

#EADAEB
(234,218,235)
#D5C7D6
(213,199,214)
#C0B4C1
(192,180,193)
#ABA1AC
(171,161,172)
#968E97
(150,142,151)
#817B82
(129,123,130)
#6C686D
(108,104,109)
#575558
(87,85,88)
#424243
(66,66,67)
#2D2F2E
(45,47,46)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #EADAEB

#EADAEB
(234,218,235)
#EBDDEC
(235,221,236)
#ECE0ED
(236,224,237)
#EDE3EE
(237,227,238)
#EEE6EF
(238,230,239)
#EFE9F0
(239,233,240)
#F0ECF1
(240,236,241)
#F1EFF2
(241,239,242)
#F2F2F3
(242,242,243)
#F3F5F4
(243,245,244)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADAEB; }

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

This text font color is #EADAEB.


Background Color

.myBgColor { background-color: #EADAEB; }

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

This div background color is #EADAEB.


Border color

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

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

This div border color is #EADAEB.


Opacity

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

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

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

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

This text has shadow with #EADAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADAEB on black background.


Color preview on white background

This text has color #EADAEB on white background.



Black color preview on #EADAEB background

This text has black color on #EADAEB background.


White color preview on #EADAEB background

This text has white color on #EADAEB background.