COLOR #E7D0FB

HEX: #E7D0FB RGB: (231,208,251)

Color info

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

RGB color model

#E7D0FB color RGB value is (231,208,251).

RGB: (231,208,251) (91%, 82%, 98%)

RGB channels and saturation

R 231 of 255 = 91%
G 208 of 255 = 82%
B 251 of 255 = 98%

231
208
251

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

Portions of RGB colors in percentages

R + G + B = 231 + 208 + 251 = 690 (100%)
R 231 of 690 ~ 33.48%
G 208 of 690 ~ 30.14%
B 251 of 690 ~ 36.38'%

%33.48
%30.14
%36.38

CMYK color model

#E7D0FB color CMYK value is (8,17,0,2).

  • cyan value is 7.97%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (8,17,0,2)
C8M17Y0K2 (8%, 17%, 0%, 2%)
(0.08 / 0.17 / 0.00 / 0.02)

CMYK percentages

%7.97
%17.13
%0
%1.57

Codes

Color #E7D0FB in popluar color models

E7 D0 FB
RGB 231 208 251
HSL 272° 84.31% 90.00%
HSB/HSV 272° 17.13% 98.43%
CMYK 7.97% 17.13% 0.00%
1.57%

Color #E7D0FB in popluar number systems.

HEX E7 D0 FB
Decimal 231 208 251
Binary 11100111 11010000 11111011
Octal 347 320 373

Shades and tints

Shades of #E7D0FB

#E7D0FB
(231,208,251)
#D2BEE5
(210,190,229)
#BDACCF
(189,172,207)
#A89AB9
(168,154,185)
#9388A3
(147,136,163)
#7E768D
(126,118,141)
#696477
(105,100,119)
#545261
(84,82,97)
#3F404B
(63,64,75)
#2A2E35
(42,46,53)
#151C1F
(21,28,31)
#000000
(0,0,0)

Tints of #E7D0FB

#E7D0FB
(231,208,251)
#E9D4FB
(233,212,251)
#EBD8FB
(235,216,251)
#EDDCFB
(237,220,251)
#EFE0FB
(239,224,251)
#F1E4FB
(241,228,251)
#F3E8FB
(243,232,251)
#F5ECFB
(245,236,251)
#F7F0FB
(247,240,251)
#F9F4FB
(249,244,251)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D0FB color. Also use rgb(231,208,251) instead hex code.

Text Font Color

.myTextColor { color: #E7D0FB; }

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

This text font color is #E7D0FB.

Background Color

.myBgColor { background-color: #E7D0FB; }

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

This div background color is #E7D0FB.

Border color

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

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

This div border color is #E7D0FB.

Opacity

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

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

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

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

This text has shadow with #E7D0FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D0FB.

Preview

Color preview on black background

This text has color #E7D0FB on black background.


Color preview on white background

This text has color #E7D0FB on white background.


Black color preview on #E7D0FB background

This text has black color on #E7D0FB background.


White color preview on #E7D0FB background

This text has white color on #E7D0FB background.


Related colors

Complementary color

Complementary color for #hex is #182F04.


I love getcolorcode.com

Triadic colors

1 #FBE7D0 and #D0FBE7 with #E7D0FB are triadic colors.

2 #FBD0E7 and #D0E7FB with #E7D0FB are triadic colors.