COLOR #D7CADB

HEX: #D7CADB
RGB: (215,202,219)

Color info

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

RGB color model

#D7CADB color RGB value is (215,202,219).

  • red value is 215;
  • green value is 202;
  • blue value is 219.
RGB:
(215,202,219)
(84%,79%,86%)

RGB channels and saturation

R 215 of 255 = 84%
G 202 of 255 = 79%
B 219 of 255 = 86%

215
202
219

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

Portions of RGB colors in percentages

R + G + B =
215 + 202 + 219 = 636 (100%)
R 215 of 636 ~ 33.81%
G 202 of 636 ~ 31.76%
B 219 of 636 ~ 34.43%

%33.81
%31.76
%34.43

CMYK color model

#D7CADB color CMYK value is (2,8,0,14).

  • cyan value is 1.83%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,8,0,14)
C2M8Y0K14 
(2%,8%,0%,14%)
(0.02/0.08/0.00/0.14)	

CMYK percentages

%1.83
%7.76
%0
%14.12

Codes

Color #D7CADB in popluar color models

D7CADB
RGB215202219
HSL286°19.10%82.55%
HSB/HSV286°7.76%85.88%
CMYK1.83%7.76%0.00%
14.12%

Color #D7CADB in popluar number systems.

HEXD7CADB
Decimal215202219
Binary110101111100101011011011
Octal327312333

Shades and tints

Shades of #D7CADB

#D7CADB
(215,202,219)
#C4B8C8
(196,184,200)
#B1A6B5
(177,166,181)
#9E94A2
(158,148,162)
#8B828F
(139,130,143)
#78707C
(120,112,124)
#655E69
(101,94,105)
#524C56
(82,76,86)
#3F3A43
(63,58,67)
#2C2830
(44,40,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #D7CADB

#D7CADB
(215,202,219)
#DACEDE
(218,206,222)
#DDD2E1
(221,210,225)
#E0D6E4
(224,214,228)
#E3DAE7
(227,218,231)
#E6DEEA
(230,222,234)
#E9E2ED
(233,226,237)
#ECE6F0
(236,230,240)
#EFEAF3
(239,234,243)
#F2EEF6
(242,238,246)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CADB; }

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

This text font color is #D7CADB.


Background Color

.myBgColor { background-color: #D7CADB; }

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

This div background color is #D7CADB.


Border color

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

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

This div border color is #D7CADB.


Opacity

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

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

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

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

This text has shadow with #D7CADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CADB on black background.


Color preview on white background

This text has color #D7CADB on white background.



Black color preview on #D7CADB background

This text has black color on #D7CADB background.


White color preview on #D7CADB background

This text has white color on #D7CADB background.