COLOR #D6ABD3

HEX: #D6ABD3 RGB: (214,171,211)

Color info

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

RGB color model

#D6ABD3 color RGB value is (214,171,211).

RGB: (214,171,211) (84%, 67%, 83%)

RGB channels and saturation

R 214 of 255 = 84%
G 171 of 255 = 67%
B 211 of 255 = 83%

214
171
211

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

Portions of RGB colors in percentages

R + G + B = 214 + 171 + 211 = 596 (100%)
R 214 of 596 ~ 35.91%
G 171 of 596 ~ 28.69%
B 211 of 596 ~ 35.4'%

%35.91
%28.69
%35.4

CMYK color model

#D6ABD3 color CMYK value is (0,20,1,16).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 1.40%
  • key color value is 16.08%

CMYK: (0,20,1,16)
C0M20Y1K16 (0%, 20%, 1%, 16%)
(0.00 / 0.20 / 0.01 / 0.16)

CMYK percentages

%0
%20.09
%1.4
%16.08

Codes

Color #D6ABD3 in popluar color models

D6 AB D3
RGB 214 171 211
HSL 304° 34.40% 75.49%
HSB/HSV 304° 20.09% 83.92%
CMYK 0.00% 20.09% 1.40%
16.08%

Color #D6ABD3 in popluar number systems.

HEX D6 AB D3
Decimal 214 171 211
Binary 11010110 10101011 11010011
Octal 326 253 323

Shades and tints

Shades of #D6ABD3

#D6ABD3
(214,171,211)
#C39CC0
(195,156,192)
#B08DAD
(176,141,173)
#9D7E9A
(157,126,154)
#8A6F87
(138,111,135)
#776074
(119,96,116)
#645161
(100,81,97)
#51424E
(81,66,78)
#3E333B
(62,51,59)
#2B2428
(43,36,40)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #D6ABD3

#D6ABD3
(214,171,211)
#D9B2D7
(217,178,215)
#DCB9DB
(220,185,219)
#DFC0DF
(223,192,223)
#E2C7E3
(226,199,227)
#E5CEE7
(229,206,231)
#E8D5EB
(232,213,235)
#EBDCEF
(235,220,239)
#EEE3F3
(238,227,243)
#F1EAF7
(241,234,247)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ABD3 color. Also use rgb(214,171,211) instead hex code.

Text Font Color

.myTextColor { color: #D6ABD3; }

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

This text font color is #D6ABD3.

Background Color

.myBgColor { background-color: #D6ABD3; }

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

This div background color is #D6ABD3.

Border color

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

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

This div border color is #D6ABD3.

Opacity

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

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

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

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

This text has shadow with #D6ABD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6ABD3.

Preview

Color preview on black background

This text has color #D6ABD3 on black background.


Color preview on white background

This text has color #D6ABD3 on white background.


Black color preview on #D6ABD3 background

This text has black color on #D6ABD3 background.


White color preview on #D6ABD3 background

This text has white color on #D6ABD3 background.


Related colors

Complementary color

Complementary color for #hex is #29542C.


I love getcolorcode.com

Triadic colors

1 #D3D6AB and #ABD3D6 with #D6ABD3 are triadic colors.

2 #D3ABD6 and #ABD6D3 with #D6ABD3 are triadic colors.