COLOR #D7ABDB

HEX: #D7ABDB RGB: (215,171,219)

Color info

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

RGB color model

#D7ABDB color RGB value is (215,171,219).

RGB: (215,171,219) (84%, 67%, 86%)

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 219 of 255 = 86%

215
171
219

R + G + B ~ 79%. #D7ABDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 171 + 219 = 605 (100%)
R 215 of 605 ~ 35.54%
G 171 of 605 ~ 28.26%
B 219 of 605 ~ 36.2'%

%35.54
%28.26
%36.2

CMYK color model

#D7ABDB color CMYK value is (2,22,0,14).

  • cyan value is 1.83%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (2,22,0,14)
C2M22Y0K14 (2%, 22%, 0%, 14%)
(0.02 / 0.22 / 0.00 / 0.14)

CMYK percentages

%1.83
%21.92
%0
%14.12

Codes

Color #D7ABDB in popluar color models

D7 AB DB
RGB 215 171 219
HSL 295° 40.00% 76.47%
HSB/HSV 295° 21.92% 85.88%
CMYK 1.83% 21.92% 0.00%
14.12%

Color #D7ABDB in popluar number systems.

HEX D7 AB DB
Decimal 215 171 219
Binary 11010111 10101011 11011011
Octal 327 253 333

Shades and tints

Shades of #D7ABDB

#D7ABDB
(215,171,219)
#C49CC8
(196,156,200)
#B18DB5
(177,141,181)
#9E7EA2
(158,126,162)
#8B6F8F
(139,111,143)
#78607C
(120,96,124)
#655169
(101,81,105)
#524256
(82,66,86)
#3F3343
(63,51,67)
#2C2430
(44,36,48)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #D7ABDB

#D7ABDB
(215,171,219)
#DAB2DE
(218,178,222)
#DDB9E1
(221,185,225)
#E0C0E4
(224,192,228)
#E3C7E7
(227,199,231)
#E6CEEA
(230,206,234)
#E9D5ED
(233,213,237)
#ECDCF0
(236,220,240)
#EFE3F3
(239,227,243)
#F2EAF6
(242,234,246)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ABDB; }

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

This text font color is #D7ABDB.

Background Color

.myBgColor { background-color: #D7ABDB; }

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

This div background color is #D7ABDB.

Border color

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

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

This div border color is #D7ABDB.

Opacity

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

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

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

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

This text has shadow with #D7ABDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ABDB.

Preview

Color preview on black background

This text has color #D7ABDB on black background.


Color preview on white background

This text has color #D7ABDB on white background.


Black color preview on #D7ABDB background

This text has black color on #D7ABDB background.


White color preview on #D7ABDB background

This text has white color on #D7ABDB background.


Related colors

Complementary color

Complementary color for #hex is #285424.


I love getcolorcode.com

Triadic colors

1 #DBD7AB and #ABDBD7 with #D7ABDB are triadic colors.

2 #DBABD7 and #ABD7DB with #D7ABDB are triadic colors.