COLOR #CDB6D6

HEX: #CDB6D6
RGB: (205,182,214)

Color info

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

RGB color model

#CDB6D6 color RGB value is (205,182,214).

  • red value is 205;
  • green value is 182;
  • blue value is 214.
RGB:
(205,182,214)
(80%,71%,84%)

RGB channels and saturation

R 205 of 255 = 80%
G 182 of 255 = 71%
B 214 of 255 = 84%

205
182
214

R + G + B ~ 78%. #CDB6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 182 + 214 = 601 (100%)
R 205 of 601 ~ 34.11%
G 182 of 601 ~ 30.28%
B 214 of 601 ~ 35.61%

%34.11
%30.28
%35.61

CMYK color model

#CDB6D6 color CMYK value is (4,15,0,16).

  • cyan value is 4.21%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(4,15,0,16)
C4M15Y0K16 
(4%,15%,0%,16%)
(0.04/0.15/0.00/0.16)	

CMYK percentages

%4.21
%14.95
%0
%16.08

Codes

Color #CDB6D6 in popluar color models

CDB6D6
RGB205182214
HSL283°28.07%77.65%
HSB/HSV283°14.95%83.92%
CMYK4.21%14.95%0.00%
16.08%

Color #CDB6D6 in popluar number systems.

HEXCDB6D6
Decimal205182214
Binary110011011011011011010110
Octal315266326

Shades and tints

Shades of #CDB6D6

#CDB6D6
(205,182,214)
#BBA6C3
(187,166,195)
#A996B0
(169,150,176)
#97869D
(151,134,157)
#85768A
(133,118,138)
#736677
(115,102,119)
#615664
(97,86,100)
#4F4651
(79,70,81)
#3D363E
(61,54,62)
#2B262B
(43,38,43)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #CDB6D6

#CDB6D6
(205,182,214)
#D1BCD9
(209,188,217)
#D5C2DC
(213,194,220)
#D9C8DF
(217,200,223)
#DDCEE2
(221,206,226)
#E1D4E5
(225,212,229)
#E5DAE8
(229,218,232)
#E9E0EB
(233,224,235)
#EDE6EE
(237,230,238)
#F1ECF1
(241,236,241)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDB6D6 color. Also use rgb(205,182,214) instead hex code.

Text Font Color

.myTextColor { color: #CDB6D6; }

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

This text font color is #CDB6D6.


Background Color

.myBgColor { background-color: #CDB6D6; }

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

This div background color is #CDB6D6.


Border color

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

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

This div border color is #CDB6D6.


Opacity

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

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

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

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

This text has shadow with #CDB6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB6D6 on black background.


Color preview on white background

This text has color #CDB6D6 on white background.



Black color preview on #CDB6D6 background

This text has black color on #CDB6D6 background.


White color preview on #CDB6D6 background

This text has white color on #CDB6D6 background.