COLOR #D0CBDB

HEX: #D0CBDB
RGB: (208,203,219)

Color info

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

RGB color model

#D0CBDB color RGB value is (208,203,219).

  • red value is 208;
  • green value is 203;
  • blue value is 219.
RGB:
(208,203,219)
(82%,80%,86%)

RGB channels and saturation

R 208 of 255 = 82%
G 203 of 255 = 80%
B 219 of 255 = 86%

208
203
219

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

Portions of RGB colors in percentages

R + G + B =
208 + 203 + 219 = 630 (100%)
R 208 of 630 ~ 33.02%
G 203 of 630 ~ 32.22%
B 219 of 630 ~ 34.76%

%33.02
%32.22
%34.76

CMYK color model

#D0CBDB color CMYK value is (5,7,0,14).

  • cyan value is 5.02%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,7,0,14)
C5M7Y0K14 
(5%,7%,0%,14%)
(0.05/0.07/0.00/0.14)	

CMYK percentages

%5.02
%7.31
%0
%14.12

Codes

Color #D0CBDB in popluar color models

D0CBDB
RGB208203219
HSL259°18.18%82.75%
HSB/HSV259°7.31%85.88%
CMYK5.02%7.31%0.00%
14.12%

Color #D0CBDB in popluar number systems.

HEXD0CBDB
Decimal208203219
Binary110100001100101111011011
Octal320313333

Shades and tints

Shades of #D0CBDB

#D0CBDB
(208,203,219)
#BEB9C8
(190,185,200)
#ACA7B5
(172,167,181)
#9A95A2
(154,149,162)
#88838F
(136,131,143)
#76717C
(118,113,124)
#645F69
(100,95,105)
#524D56
(82,77,86)
#403B43
(64,59,67)
#2E2930
(46,41,48)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #D0CBDB

#D0CBDB
(208,203,219)
#D4CFDE
(212,207,222)
#D8D3E1
(216,211,225)
#DCD7E4
(220,215,228)
#E0DBE7
(224,219,231)
#E4DFEA
(228,223,234)
#E8E3ED
(232,227,237)
#ECE7F0
(236,231,240)
#F0EBF3
(240,235,243)
#F4EFF6
(244,239,246)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CBDB color. Also use rgb(208,203,219) instead hex code.

Text Font Color

.myTextColor { color: #D0CBDB; }

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

This text font color is #D0CBDB.


Background Color

.myBgColor { background-color: #D0CBDB; }

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

This div background color is #D0CBDB.


Border color

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

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

This div border color is #D0CBDB.


Opacity

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

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

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

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

This text has shadow with #D0CBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CBDB on black background.


Color preview on white background

This text has color #D0CBDB on white background.



Black color preview on #D0CBDB background

This text has black color on #D0CBDB background.


White color preview on #D0CBDB background

This text has white color on #D0CBDB background.