COLOR #D3AFDB

HEX: #D3AFDB RGB: (211,175,219)

Color info

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

RGB color model

#D3AFDB color RGB value is (211,175,219).

RGB: (211,175,219) (83%, 69%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 175 of 255 = 69%
B 219 of 255 = 86%

211
175
219

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

Portions of RGB colors in percentages

R + G + B = 211 + 175 + 219 = 605 (100%)
R 211 of 605 ~ 34.88%
G 175 of 605 ~ 28.93%
B 219 of 605 ~ 36.2'%

%34.88
%28.93
%36.2

CMYK color model

#D3AFDB color CMYK value is (4,20,0,14).

  • cyan value is 3.65%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (4,20,0,14)
C4M20Y0K14 (4%, 20%, 0%, 14%)
(0.04 / 0.20 / 0.00 / 0.14)

CMYK percentages

%3.65
%20.09
%0
%14.12

Codes

Color #D3AFDB in popluar color models

D3 AF DB
RGB 211 175 219
HSL 289° 37.93% 77.25%
HSB/HSV 289° 20.09% 85.88%
CMYK 3.65% 20.09% 0.00%
14.12%

Color #D3AFDB in popluar number systems.

HEX D3 AF DB
Decimal 211 175 219
Binary 11010011 10101111 11011011
Octal 323 257 333

Shades and tints

Shades of #D3AFDB

#D3AFDB
(211,175,219)
#C0A0C8
(192,160,200)
#AD91B5
(173,145,181)
#9A82A2
(154,130,162)
#87738F
(135,115,143)
#74647C
(116,100,124)
#615569
(97,85,105)
#4E4656
(78,70,86)
#3B3743
(59,55,67)
#282830
(40,40,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #D3AFDB

#D3AFDB
(211,175,219)
#D7B6DE
(215,182,222)
#DBBDE1
(219,189,225)
#DFC4E4
(223,196,228)
#E3CBE7
(227,203,231)
#E7D2EA
(231,210,234)
#EBD9ED
(235,217,237)
#EFE0F0
(239,224,240)
#F3E7F3
(243,231,243)
#F7EEF6
(247,238,246)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AFDB color. Also use rgb(211,175,219) instead hex code.

Text Font Color

.myTextColor { color: #D3AFDB; }

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

This text font color is #D3AFDB.

Background Color

.myBgColor { background-color: #D3AFDB; }

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

This div background color is #D3AFDB.

Border color

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

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

This div border color is #D3AFDB.

Opacity

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

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

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

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

This text has shadow with #D3AFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3AFDB.

Preview

Color preview on black background

This text has color #D3AFDB on black background.


Color preview on white background

This text has color #D3AFDB on white background.


Black color preview on #D3AFDB background

This text has black color on #D3AFDB background.


White color preview on #D3AFDB background

This text has white color on #D3AFDB background.


Related colors

Complementary color

Complementary color for #hex is #2C5024.


I love getcolorcode.com

Triadic colors

1 #DBD3AF and #AFDBD3 with #D3AFDB are triadic colors.

2 #DBAFD3 and #AFD3DB with #D3AFDB are triadic colors.