COLOR #D7D1E9

HEX: #D7D1E9 RGB: (215,209,233)

Color info

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

RGB color model

#D7D1E9 color RGB value is (215,209,233).

RGB: (215,209,233) (84%, 82%, 91%)

RGB channels and saturation

R 215 of 255 = 84%
G 209 of 255 = 82%
B 233 of 255 = 91%

215
209
233

R + G + B ~ 86%. #D7D1E9 is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 209 + 233 = 657 (100%)
R 215 of 657 ~ 32.72%
G 209 of 657 ~ 31.81%
B 233 of 657 ~ 35.46'%

%32.72
%31.81
%35.46

CMYK color model

#D7D1E9 color CMYK value is (8,10,0,9).

  • cyan value is 7.73%
  • magenta value is 10.30%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (8,10,0,9) C8M10Y0K9 (8%,10%,0%,9%) (0.08/0.10/0.00/0.09) 

CMYK percentages

%7.73
%10.3
%0
%8.63

Codes

Color #D7D1E9 in popluar color models

D7 D1 E9
RGB 215 209 233
HSL 255° 35.29% 86.67%
HSB/HSV 255° 10.30% 91.37%
CMYK 7.73% 10.30% 0.00%
8.63%

Color #D7D1E9 in popluar number systems.

HEX D7 D1 E9
Decimal 215 209 233
Binary 11010111 11010001 11101001
Octal 327 321 351

Shades and tints

Shades of #D7D1E9

#D7D1E9
(215,209,233)
#C4BED4
(196,190,212)
#B1ABBF
(177,171,191)
#9E98AA
(158,152,170)
#8B8595
(139,133,149)
#787280
(120,114,128)
#655F6B
(101,95,107)
#524C56
(82,76,86)
#3F3941
(63,57,65)
#2C262C
(44,38,44)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #D7D1E9

#D7D1E9
(215,209,233)
#DAD5EB
(218,213,235)
#DDD9ED
(221,217,237)
#E0DDEF
(224,221,239)
#E3E1F1
(227,225,241)
#E6E5F3
(230,229,243)
#E9E9F5
(233,233,245)
#ECEDF7
(236,237,247)
#EFF1F9
(239,241,249)
#F2F5FB
(242,245,251)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D1E9 color. Also use rgb(215,209,233) instead hex code.

Text Font Color

.myTextColor { color: #D7D1E9; }

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

This text font color is #D7D1E9.

Background Color

.myBgColor { background-color: #D7D1E9; }

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

This div background color is #D7D1E9.

Border color

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

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

This div border color is #D7D1E9.

Opacity

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

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

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

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

This text has shadow with #D7D1E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D1E9.

Preview

Color preview on black background

This text has color #D7D1E9 on black background.


Color preview on white background

This text has color #D7D1E9 on white background.


Black color preview on #D7D1E9 background

This text has black color on #D7D1E9 background.


White color preview on #D7D1E9 background

This text has white color on #D7D1E9 background.


Related colors

Complementary color

Complementary color for #hex is #282E16.


I love getcolorcode.com

Triadic colors

1 #E9D7D1 and #D1E9D7 with #D7D1E9 are triadic colors.

2 #E9D1D7 and #D1D7E9 with #D7D1E9 are triadic colors.