COLOR #D7CCDB

HEX: #D7CCDB RGB: (215,204,219)

Color info

#D7CCDB contains red, green and blue colors in about the same proportion. Web safe color of #D7CCDB is #CCCCCC (or #CCC).

RGB color model

#D7CCDB color RGB value is (215,204,219).

RGB: (215,204,219) (84%, 80%, 86%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 219 of 255 = 86%

215
204
219

R + G + B ~ 83%. #D7CCDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 204 + 219 = 638 (100%)
R 215 of 638 ~ 33.7%
G 204 of 638 ~ 31.97%
B 219 of 638 ~ 34.33'%

%33.7
%31.97
%34.33

CMYK color model

#D7CCDB color CMYK value is (2,7,0,14).

  • cyan value is 1.83%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (2,7,0,14) C2M7Y0K14 (2%,7%,0%,14%) (0.02/0.07/0.00/0.14) 

CMYK percentages

%1.83
%6.85
%0
%14.12

Codes

Color #D7CCDB in popluar color models

D7 CC DB
RGB 215 204 219
HSL 284° 17.24% 82.94%
HSB/HSV 284° 6.85% 85.88%
CMYK 1.83% 6.85% 0.00%
14.12%

Color #D7CCDB in popluar number systems.

HEX D7 CC DB
Decimal 215 204 219
Binary 11010111 11001100 11011011
Octal 327 314 333

Shades and tints

Shades of #D7CCDB

#D7CCDB
(215,204,219)
#C4BAC8
(196,186,200)
#B1A8B5
(177,168,181)
#9E96A2
(158,150,162)
#8B848F
(139,132,143)
#78727C
(120,114,124)
#656069
(101,96,105)
#524E56
(82,78,86)
#3F3C43
(63,60,67)
#2C2A30
(44,42,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #D7CCDB

#D7CCDB
(215,204,219)
#DAD0DE
(218,208,222)
#DDD4E1
(221,212,225)
#E0D8E4
(224,216,228)
#E3DCE7
(227,220,231)
#E6E0EA
(230,224,234)
#E9E4ED
(233,228,237)
#ECE8F0
(236,232,240)
#EFECF3
(239,236,243)
#F2F0F6
(242,240,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CCDB color. Also use rgb(215,204,219) instead hex code.

Text Font Color

.myTextColor { color: #D7CCDB; }

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

This text font color is #D7CCDB.

Background Color

.myBgColor { background-color: #D7CCDB; }

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

This div background color is #D7CCDB.

Border color

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

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

This div border color is #D7CCDB.

Opacity

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

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

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

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

This text has shadow with #D7CCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CCDB.

Preview

Color preview on black background

This text has color #D7CCDB on black background.


Color preview on white background

This text has color #D7CCDB on white background.


Black color preview on #D7CCDB background

This text has black color on #D7CCDB background.


White color preview on #D7CCDB background

This text has white color on #D7CCDB background.


Related colors

Complementary color

Complementary color for #hex is #283324.


I love getcolorcode.com

Triadic colors

1 #DBD7CC and #CCDBD7 with #D7CCDB are triadic colors.

2 #DBCCD7 and #CCD7DB with #D7CCDB are triadic colors.