COLOR #D7A5CB

HEX: #D7A5CB
RGB: (215,165,203)

Color info

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

RGB color model

#D7A5CB color RGB value is (215,165,203).

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

RGB channels and saturation

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

215
165
203

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

Portions of RGB colors in percentages

R + G + B =
215 + 165 + 203 = 583 (100%)
R 215 of 583 ~ 36.88%
G 165 of 583 ~ 28.3%
B 203 of 583 ~ 34.82%

%36.88
%28.3
%34.82

CMYK color model

#D7A5CB color CMYK value is (0,23,6,16).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 5.58%
  • key color value is 15.69%
CMYK:
(0,23,6,16)
C0M23Y6K16 
(0%,23%,6%,16%)
(0.00/0.23/0.06/0.16)	

CMYK percentages

%0
%23.26
%5.58
%15.69

Codes

Color #D7A5CB in popluar color models

D7A5CB
RGB215165203
HSL314°38.46%74.51%
HSB/HSV314°23.26%84.31%
CMYK0.00%23.26%5.58%
15.69%

Color #D7A5CB in popluar number systems.

HEXD7A5CB
Decimal215165203
Binary110101111010010111001011
Octal327245313

Shades and tints

Shades of #D7A5CB

#D7A5CB
(215,165,203)
#C496B9
(196,150,185)
#B187A7
(177,135,167)
#9E7895
(158,120,149)
#8B6983
(139,105,131)
#785A71
(120,90,113)
#654B5F
(101,75,95)
#523C4D
(82,60,77)
#3F2D3B
(63,45,59)
#2C1E29
(44,30,41)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #D7A5CB

#D7A5CB
(215,165,203)
#DAADCF
(218,173,207)
#DDB5D3
(221,181,211)
#E0BDD7
(224,189,215)
#E3C5DB
(227,197,219)
#E6CDDF
(230,205,223)
#E9D5E3
(233,213,227)
#ECDDE7
(236,221,231)
#EFE5EB
(239,229,235)
#F2EDEF
(242,237,239)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A5CB; }

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

This text font color is #D7A5CB.


Background Color

.myBgColor { background-color: #D7A5CB; }

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

This div background color is #D7A5CB.


Border color

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

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

This div border color is #D7A5CB.


Opacity

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

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

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

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

This text has shadow with #D7A5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A5CB on black background.


Color preview on white background

This text has color #D7A5CB on white background.



Black color preview on #D7A5CB background

This text has black color on #D7A5CB background.


White color preview on #D7A5CB background

This text has white color on #D7A5CB background.