COLOR #E7FACD

HEX: #E7FACD RGB: (231,250,205)

Color info

#E7FACD contains red, green and blue colors in about the same proportion. Web safe color of #E7FACD is #FFFFCC (or #FFC).

RGB color model

#E7FACD color RGB value is (231,250,205).

RGB: (231,250,205) (91%, 98%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 250 of 255 = 98%
B 205 of 255 = 80%

231
250
205

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

Portions of RGB colors in percentages

R + G + B = 231 + 250 + 205 = 686 (100%)
R 231 of 686 ~ 33.67%
G 250 of 686 ~ 36.44%
B 205 of 686 ~ 29.88'%

%33.67
%36.44
%29.88

CMYK color model

#E7FACD color CMYK value is (8,0,18,2).

  • cyan value is 7.60%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 1.96%

CMYK: (8,0,18,2)
C8M0Y18K2 (8%, 0%, 18%, 2%)
(0.08 / 0.00 / 0.18 / 0.02)

CMYK percentages

%7.6
%0
%18
%1.96

Codes

Color #E7FACD in popluar color models

E7 FA CD
RGB 231 250 205
HSL 85° 81.82% 89.22%
HSB/HSV 85° 18.00% 98.04%
CMYK 7.60% 0.00% 18.00%
1.96%

Color #E7FACD in popluar number systems.

HEX E7 FA CD
Decimal 231 250 205
Binary 11100111 11111010 11001101
Octal 347 372 315

Shades and tints

Shades of #E7FACD

#E7FACD
(231,250,205)
#D2E4BB
(210,228,187)
#BDCEA9
(189,206,169)
#A8B897
(168,184,151)
#93A285
(147,162,133)
#7E8C73
(126,140,115)
#697661
(105,118,97)
#54604F
(84,96,79)
#3F4A3D
(63,74,61)
#2A342B
(42,52,43)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #E7FACD

#E7FACD
(231,250,205)
#E9FAD1
(233,250,209)
#EBFAD5
(235,250,213)
#EDFAD9
(237,250,217)
#EFFADD
(239,250,221)
#F1FAE1
(241,250,225)
#F3FAE5
(243,250,229)
#F5FAE9
(245,250,233)
#F7FAED
(247,250,237)
#F9FAF1
(249,250,241)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FACD color. Also use rgb(231,250,205) instead hex code.

Text Font Color

.myTextColor { color: #E7FACD; }

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

This text font color is #E7FACD.

Background Color

.myBgColor { background-color: #E7FACD; }

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

This div background color is #E7FACD.

Border color

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

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

This div border color is #E7FACD.

Opacity

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

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

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

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

This text has shadow with #E7FACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7FACD.

Preview

Color preview on black background

This text has color #E7FACD on black background.


Color preview on white background

This text has color #E7FACD on white background.


Black color preview on #E7FACD background

This text has black color on #E7FACD background.


White color preview on #E7FACD background

This text has white color on #E7FACD background.


Related colors

Complementary color

Complementary color for #hex is #180532.


I love getcolorcode.com

Triadic colors

1 #CDE7FA and #FACDE7 with #E7FACD are triadic colors.

2 #CDFAE7 and #FAE7CD with #E7FACD are triadic colors.