COLOR #E6D7F2

HEX: #E6D7F2 RGB: (230,215,242)

Color info

#E6D7F2 contains red, green and blue colors in about the same proportion. Web safe color of #E6D7F2 is #CCCCFF (or #CCF).

RGB color model

#E6D7F2 color RGB value is (230,215,242).

RGB: (230,215,242) (90%, 84%, 95%)

RGB channels and saturation

R 230 of 255 = 90%
G 215 of 255 = 84%
B 242 of 255 = 95%

230
215
242

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

Portions of RGB colors in percentages

R + G + B = 230 + 215 + 242 = 687 (100%)
R 230 of 687 ~ 33.48%
G 215 of 687 ~ 31.3%
B 242 of 687 ~ 35.23'%

%33.48
%31.3
%35.23

CMYK color model

#E6D7F2 color CMYK value is (5,11,0,5).

  • cyan value is 4.96%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (5,11,0,5) C5M11Y0K5 (5%,11%,0%,5%) (0.05/0.11/0.00/0.05) 

CMYK percentages

%4.96
%11.16
%0
%5.1

Codes

Color #E6D7F2 in popluar color models

E6 D7 F2
RGB 230 215 242
HSL 273° 50.94% 89.61%
HSB/HSV 273° 11.16% 94.90%
CMYK 4.96% 11.16% 0.00%
5.10%

Color #E6D7F2 in popluar number systems.

HEX E6 D7 F2
Decimal 230 215 242
Binary 11100110 11010111 11110010
Octal 346 327 362

Shades and tints

Shades of #E6D7F2

#E6D7F2
(230,215,242)
#D2C4DC
(210,196,220)
#BEB1C6
(190,177,198)
#AA9EB0
(170,158,176)
#968B9A
(150,139,154)
#827884
(130,120,132)
#6E656E
(110,101,110)
#5A5258
(90,82,88)
#463F42
(70,63,66)
#322C2C
(50,44,44)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #E6D7F2

#E6D7F2
(230,215,242)
#E8DAF3
(232,218,243)
#EADDF4
(234,221,244)
#ECE0F5
(236,224,245)
#EEE3F6
(238,227,246)
#F0E6F7
(240,230,247)
#F2E9F8
(242,233,248)
#F4ECF9
(244,236,249)
#F6EFFA
(246,239,250)
#F8F2FB
(248,242,251)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D7F2 color. Also use rgb(230,215,242) instead hex code.

Text Font Color

.myTextColor { color: #E6D7F2; }

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

This text font color is #E6D7F2.

Background Color

.myBgColor { background-color: #E6D7F2; }

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

This div background color is #E6D7F2.

Border color

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

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

This div border color is #E6D7F2.

Opacity

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

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

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

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

This text has shadow with #E6D7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D7F2.

Preview

Color preview on black background

This text has color #E6D7F2 on black background.


Color preview on white background

This text has color #E6D7F2 on white background.


Black color preview on #E6D7F2 background

This text has black color on #E6D7F2 background.


White color preview on #E6D7F2 background

This text has white color on #E6D7F2 background.


Related colors

Complementary color

Complementary color for #hex is #19280D.


I love getcolorcode.com

Triadic colors

1 #F2E6D7 and #D7F2E6 with #E6D7F2 are triadic colors.

2 #F2D7E6 and #D7E6F2 with #E6D7F2 are triadic colors.