COLOR #EAD7F7

HEX: #EAD7F7 RGB: (234,215,247)

Color info

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

RGB color model

#EAD7F7 color RGB value is (234,215,247).

RGB: (234,215,247) (92%, 84%, 97%)

RGB channels and saturation

R 234 of 255 = 92%
G 215 of 255 = 84%
B 247 of 255 = 97%

234
215
247

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

Portions of RGB colors in percentages

R + G + B = 234 + 215 + 247 = 696 (100%)
R 234 of 696 ~ 33.62%
G 215 of 696 ~ 30.89%
B 247 of 696 ~ 35.49'%

%33.62
%30.89
%35.49

CMYK color model

#EAD7F7 color CMYK value is (5,13,0,3).

  • cyan value is 5.26%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (5,13,0,3) C5M13Y0K3 (5%,13%,0%,3%) (0.05/0.13/0.00/0.03) 

CMYK percentages

%5.26
%12.96
%0
%3.14

Codes

Color #EAD7F7 in popluar color models

EA D7 F7
RGB 234 215 247
HSL 276° 66.67% 90.59%
HSB/HSV 276° 12.96% 96.86%
CMYK 5.26% 12.96% 0.00%
3.14%

Color #EAD7F7 in popluar number systems.

HEX EA D7 F7
Decimal 234 215 247
Binary 11101010 11010111 11110111
Octal 352 327 367

Shades and tints

Shades of #EAD7F7

#EAD7F7
(234,215,247)
#D5C4E1
(213,196,225)
#C0B1CB
(192,177,203)
#AB9EB5
(171,158,181)
#968B9F
(150,139,159)
#817889
(129,120,137)
#6C6573
(108,101,115)
#57525D
(87,82,93)
#423F47
(66,63,71)
#2D2C31
(45,44,49)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #EAD7F7

#EAD7F7
(234,215,247)
#EBDAF7
(235,218,247)
#ECDDF7
(236,221,247)
#EDE0F7
(237,224,247)
#EEE3F7
(238,227,247)
#EFE6F7
(239,230,247)
#F0E9F7
(240,233,247)
#F1ECF7
(241,236,247)
#F2EFF7
(242,239,247)
#F3F2F7
(243,242,247)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD7F7; }

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

This text font color is #EAD7F7.

Background Color

.myBgColor { background-color: #EAD7F7; }

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

This div background color is #EAD7F7.

Border color

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

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

This div border color is #EAD7F7.

Opacity

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

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

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

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

This text has shadow with #EAD7F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD7F7.

Preview

Color preview on black background

This text has color #EAD7F7 on black background.


Color preview on white background

This text has color #EAD7F7 on white background.


Black color preview on #EAD7F7 background

This text has black color on #EAD7F7 background.


White color preview on #EAD7F7 background

This text has white color on #EAD7F7 background.


Related colors

Complementary color

Complementary color for #hex is #152808.


I love getcolorcode.com

Triadic colors

1 #F7EAD7 and #D7F7EA with #EAD7F7 are triadic colors.

2 #F7D7EA and #D7EAF7 with #EAD7F7 are triadic colors.