COLOR #EAD4F7

HEX: #EAD4F7 RGB: (234,212,247)

Color info

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

RGB color model

#EAD4F7 color RGB value is (234,212,247).

RGB: (234,212,247) (92%, 83%, 97%)

RGB channels and saturation

R 234 of 255 = 92%
G 212 of 255 = 83%
B 247 of 255 = 97%

234
212
247

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

Portions of RGB colors in percentages

R + G + B = 234 + 212 + 247 = 693 (100%)
R 234 of 693 ~ 33.77%
G 212 of 693 ~ 30.59%
B 247 of 693 ~ 35.64'%

%33.77
%30.59
%35.64

CMYK color model

#EAD4F7 color CMYK value is (5,14,0,3).

  • cyan value is 5.26%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (5,14,0,3)
C5M14Y0K3 (5%, 14%, 0%, 3%)
(0.05 / 0.14 / 0.00 / 0.03)

CMYK percentages

%5.26
%14.17
%0
%3.14

Codes

Color #EAD4F7 in popluar color models

EA D4 F7
RGB 234 212 247
HSL 278° 68.63% 90.00%
HSB/HSV 278° 14.17% 96.86%
CMYK 5.26% 14.17% 0.00%
3.14%

Color #EAD4F7 in popluar number systems.

HEX EA D4 F7
Decimal 234 212 247
Binary 11101010 11010100 11110111
Octal 352 324 367

Shades and tints

Shades of #EAD4F7

#EAD4F7
(234,212,247)
#D5C1E1
(213,193,225)
#C0AECB
(192,174,203)
#AB9BB5
(171,155,181)
#96889F
(150,136,159)
#817589
(129,117,137)
#6C6273
(108,98,115)
#574F5D
(87,79,93)
#423C47
(66,60,71)
#2D2931
(45,41,49)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #EAD4F7

#EAD4F7
(234,212,247)
#EBD7F7
(235,215,247)
#ECDAF7
(236,218,247)
#EDDDF7
(237,221,247)
#EEE0F7
(238,224,247)
#EFE3F7
(239,227,247)
#F0E6F7
(240,230,247)
#F1E9F7
(241,233,247)
#F2ECF7
(242,236,247)
#F3EFF7
(243,239,247)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD4F7 color. Also use rgb(234,212,247) instead hex code.

Text Font Color

.myTextColor { color: #EAD4F7; }

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

This text font color is #EAD4F7.

Background Color

.myBgColor { background-color: #EAD4F7; }

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

This div background color is #EAD4F7.

Border color

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

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

This div border color is #EAD4F7.

Opacity

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

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

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

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

This text has shadow with #EAD4F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD4F7.

Preview

Color preview on black background

This text has color #EAD4F7 on black background.


Color preview on white background

This text has color #EAD4F7 on white background.


Black color preview on #EAD4F7 background

This text has black color on #EAD4F7 background.


White color preview on #EAD4F7 background

This text has white color on #EAD4F7 background.


Related colors

Complementary color

Complementary color for #hex is #152B08.


I love getcolorcode.com

Triadic colors

1 #F7EAD4 and #D4F7EA with #EAD4F7 are triadic colors.

2 #F7D4EA and #D4EAF7 with #EAD4F7 are triadic colors.