COLOR #EADBF0

HEX: #EADBF0
RGB: (234,219,240)

Color info

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

RGB color model

#EADBF0 color RGB value is (234,219,240).

  • red value is 234;
  • green value is 219;
  • blue value is 240.
RGB:
(234,219,240)
(92%,86%,94%)

RGB channels and saturation

R 234 of 255 = 92%
G 219 of 255 = 86%
B 240 of 255 = 94%

234
219
240

R + G + B ~ 91%. #EADBF0 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 219 + 240 = 693 (100%)
R 234 of 693 ~ 33.77%
G 219 of 693 ~ 31.6%
B 240 of 693 ~ 34.63%

%33.77
%31.6
%34.63

CMYK color model

#EADBF0 color CMYK value is (3,9,0,6).

  • cyan value is 2.50%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(3,9,0,6)
C3M9Y0K6 
(3%,9%,0%,6%)
(0.03/0.09/0.00/0.06)	

CMYK percentages

%2.5
%8.75
%0
%5.88

Codes

Color #EADBF0 in popluar color models

EADBF0
RGB234219240
HSL283°41.18%90.00%
HSB/HSV283°8.75%94.12%
CMYK2.50%8.75%0.00%
5.88%

Color #EADBF0 in popluar number systems.

HEXEADBF0
Decimal234219240
Binary111010101101101111110000
Octal352333360

Shades and tints

Shades of #EADBF0

#EADBF0
(234,219,240)
#D5C8DB
(213,200,219)
#C0B5C6
(192,181,198)
#ABA2B1
(171,162,177)
#968F9C
(150,143,156)
#817C87
(129,124,135)
#6C6972
(108,105,114)
#57565D
(87,86,93)
#424348
(66,67,72)
#2D3033
(45,48,51)
#181D1E
(24,29,30)
#000000
(0,0,0)

Tints of #EADBF0

#EADBF0
(234,219,240)
#EBDEF1
(235,222,241)
#ECE1F2
(236,225,242)
#EDE4F3
(237,228,243)
#EEE7F4
(238,231,244)
#EFEAF5
(239,234,245)
#F0EDF6
(240,237,246)
#F1F0F7
(241,240,247)
#F2F3F8
(242,243,248)
#F3F6F9
(243,246,249)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADBF0; }

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

This text font color is #EADBF0.


Background Color

.myBgColor { background-color: #EADBF0; }

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

This div background color is #EADBF0.


Border color

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

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

This div border color is #EADBF0.


Opacity

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

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

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

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

This text has shadow with #EADBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADBF0 on black background.


Color preview on white background

This text has color #EADBF0 on white background.



Black color preview on #EADBF0 background

This text has black color on #EADBF0 background.


White color preview on #EADBF0 background

This text has white color on #EADBF0 background.