COLOR #D6A5CB

HEX: #D6A5CB
RGB: (214,165,203)

Color info

#D6A5CB contains red, green and blue colors in about the same proportion. Web safe color of #D6A5CB is #CC99CC (or #C9C).

RGB color model

#D6A5CB color RGB value is (214,165,203).

  • red value is 214;
  • green value is 165;
  • blue value is 203.
RGB:
(214,165,203)
(84%,65%,80%)

RGB channels and saturation

R 214 of 255 = 84%
G 165 of 255 = 65%
B 203 of 255 = 80%

214
165
203

R + G + B ~ 76%. #D6A5CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 165 + 203 = 582 (100%)
R 214 of 582 ~ 36.77%
G 165 of 582 ~ 28.35%
B 203 of 582 ~ 34.88%

%36.77
%28.35
%34.88

CMYK color model

#D6A5CB color CMYK value is (0,23,5,16).

  • cyan value is 0.00%
  • magenta value is 22.90%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(0,23,5,16)
C0M23Y5K16 
(0%,23%,5%,16%)
(0.00/0.23/0.05/0.16)	

CMYK percentages

%0
%22.9
%5.14
%16.08

Codes

Color #D6A5CB in popluar color models

D6A5CB
RGB214165203
HSL313°37.40%74.31%
HSB/HSV313°22.90%83.92%
CMYK0.00%22.90%5.14%
16.08%

Color #D6A5CB in popluar number systems.

HEXD6A5CB
Decimal214165203
Binary110101101010010111001011
Octal326245313

Shades and tints

Shades of #D6A5CB

#D6A5CB
(214,165,203)
#C396B9
(195,150,185)
#B087A7
(176,135,167)
#9D7895
(157,120,149)
#8A6983
(138,105,131)
#775A71
(119,90,113)
#644B5F
(100,75,95)
#513C4D
(81,60,77)
#3E2D3B
(62,45,59)
#2B1E29
(43,30,41)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #D6A5CB

#D6A5CB
(214,165,203)
#D9ADCF
(217,173,207)
#DCB5D3
(220,181,211)
#DFBDD7
(223,189,215)
#E2C5DB
(226,197,219)
#E5CDDF
(229,205,223)
#E8D5E3
(232,213,227)
#EBDDE7
(235,221,231)
#EEE5EB
(238,229,235)
#F1EDEF
(241,237,239)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A5CB color. Also use rgb(214,165,203) instead hex code.

Text Font Color

.myTextColor { color: #D6A5CB; }

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

This text font color is #D6A5CB.


Background Color

.myBgColor { background-color: #D6A5CB; }

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

This div background color is #D6A5CB.


Border color

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

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

This div border color is #D6A5CB.


Opacity

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

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

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

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

This text has shadow with #D6A5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A5CB on black background.


Color preview on white background

This text has color #D6A5CB on white background.



Black color preview on #D6A5CB background

This text has black color on #D6A5CB background.


White color preview on #D6A5CB background

This text has white color on #D6A5CB background.