COLOR #D9C7EB

HEX: #D9C7EB RGB: (217,199,235)

Color info

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

RGB color model

#D9C7EB color RGB value is (217,199,235).

RGB: (217,199,235) (85%, 78%, 92%)

RGB channels and saturation

R 217 of 255 = 85%
G 199 of 255 = 78%
B 235 of 255 = 92%

217
199
235

R + G + B ~ 85%. #D9C7EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 199 + 235 = 651 (100%)
R 217 of 651 ~ 33.33%
G 199 of 651 ~ 30.57%
B 235 of 651 ~ 36.1'%

%33.33
%30.57
%36.1

CMYK color model

#D9C7EB color CMYK value is (8,15,0,8).

  • cyan value is 7.66%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (8,15,0,8)
C8M15Y0K8 (8%, 15%, 0%, 8%)
(0.08 / 0.15 / 0.00 / 0.08)

CMYK percentages

%7.66
%15.32
%0
%7.84

Codes

Color #D9C7EB in popluar color models

D9 C7 EB
RGB 217 199 235
HSL 270° 47.37% 85.10%
HSB/HSV 270° 15.32% 92.16%
CMYK 7.66% 15.32% 0.00%
7.84%

Color #D9C7EB in popluar number systems.

HEX D9 C7 EB
Decimal 217 199 235
Binary 11011001 11000111 11101011
Octal 331 307 353

Shades and tints

Shades of #D9C7EB

#D9C7EB
(217,199,235)
#C6B5D6
(198,181,214)
#B3A3C1
(179,163,193)
#A091AC
(160,145,172)
#8D7F97
(141,127,151)
#7A6D82
(122,109,130)
#675B6D
(103,91,109)
#544958
(84,73,88)
#413743
(65,55,67)
#2E252E
(46,37,46)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #D9C7EB

#D9C7EB
(217,199,235)
#DCCCEC
(220,204,236)
#DFD1ED
(223,209,237)
#E2D6EE
(226,214,238)
#E5DBEF
(229,219,239)
#E8E0F0
(232,224,240)
#EBE5F1
(235,229,241)
#EEEAF2
(238,234,242)
#F1EFF3
(241,239,243)
#F4F4F4
(244,244,244)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C7EB color. Also use rgb(217,199,235) instead hex code.

Text Font Color

.myTextColor { color: #D9C7EB; }

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

This text font color is #D9C7EB.

Background Color

.myBgColor { background-color: #D9C7EB; }

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

This div background color is #D9C7EB.

Border color

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

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

This div border color is #D9C7EB.

Opacity

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

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

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

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

This text has shadow with #D9C7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C7EB.

Preview

Color preview on black background

This text has color #D9C7EB on black background.


Color preview on white background

This text has color #D9C7EB on white background.


Black color preview on #D9C7EB background

This text has black color on #D9C7EB background.


White color preview on #D9C7EB background

This text has white color on #D9C7EB background.


Related colors

Complementary color

Complementary color for #hex is #263814.


I love getcolorcode.com

Triadic colors

1 #EBD9C7 and #C7EBD9 with #D9C7EB are triadic colors.

2 #EBC7D9 and #C7D9EB with #D9C7EB are triadic colors.