COLOR #D3AEDB

HEX: #D3AEDB RGB: (211,174,219)

Color info

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

RGB color model

#D3AEDB color RGB value is (211,174,219).

RGB: (211,174,219) (83%, 68%, 86%)

RGB channels and saturation

R 211 of 255 = 83%
G 174 of 255 = 68%
B 219 of 255 = 86%

211
174
219

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

Portions of RGB colors in percentages

R + G + B = 211 + 174 + 219 = 604 (100%)
R 211 of 604 ~ 34.93%
G 174 of 604 ~ 28.81%
B 219 of 604 ~ 36.26'%

%34.93
%28.81
%36.26

CMYK color model

#D3AEDB color CMYK value is (4,21,0,14).

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

CMYK: (4,21,0,14)
C4M21Y0K14 (4%, 21%, 0%, 14%)
(0.04 / 0.21 / 0.00 / 0.14)

CMYK percentages

%3.65
%20.55
%0
%14.12

Codes

Color #D3AEDB in popluar color models

D3 AE DB
RGB 211 174 219
HSL 289° 38.46% 77.06%
HSB/HSV 289° 20.55% 85.88%
CMYK 3.65% 20.55% 0.00%
14.12%

Color #D3AEDB in popluar number systems.

HEX D3 AE DB
Decimal 211 174 219
Binary 11010011 10101110 11011011
Octal 323 256 333

Shades and tints

Shades of #D3AEDB

#D3AEDB
(211,174,219)
#C09FC8
(192,159,200)
#AD90B5
(173,144,181)
#9A81A2
(154,129,162)
#87728F
(135,114,143)
#74637C
(116,99,124)
#615469
(97,84,105)
#4E4556
(78,69,86)
#3B3643
(59,54,67)
#282730
(40,39,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #D3AEDB

#D3AEDB
(211,174,219)
#D7B5DE
(215,181,222)
#DBBCE1
(219,188,225)
#DFC3E4
(223,195,228)
#E3CAE7
(227,202,231)
#E7D1EA
(231,209,234)
#EBD8ED
(235,216,237)
#EFDFF0
(239,223,240)
#F3E6F3
(243,230,243)
#F7EDF6
(247,237,246)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AEDB; }

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

This text font color is #D3AEDB.

Background Color

.myBgColor { background-color: #D3AEDB; }

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

This div background color is #D3AEDB.

Border color

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

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

This div border color is #D3AEDB.

Opacity

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

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

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

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

This text has shadow with #D3AEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3AEDB.

Preview

Color preview on black background

This text has color #D3AEDB on black background.


Color preview on white background

This text has color #D3AEDB on white background.


Black color preview on #D3AEDB background

This text has black color on #D3AEDB background.


White color preview on #D3AEDB background

This text has white color on #D3AEDB background.


Related colors

Complementary color

Complementary color for #hex is #2C5124.


I love getcolorcode.com

Triadic colors

1 #DBD3AE and #AEDBD3 with #D3AEDB are triadic colors.

2 #DBAED3 and #AED3DB with #D3AEDB are triadic colors.