COLOR #D6AEDB

HEX: #D6AEDB
RGB: (214,174,219)

Color info

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

RGB color model

#D6AEDB color RGB value is (214,174,219).

  • red value is 214;
  • green value is 174;
  • blue value is 219.
RGB:
(214,174,219)
(84%,68%,86%)

RGB channels and saturation

R 214 of 255 = 84%
G 174 of 255 = 68%
B 219 of 255 = 86%

214
174
219

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

Portions of RGB colors in percentages

R + G + B =
214 + 174 + 219 = 607 (100%)
R 214 of 607 ~ 35.26%
G 174 of 607 ~ 28.67%
B 219 of 607 ~ 36.08%

%35.26
%28.67
%36.08

CMYK color model

#D6AEDB color CMYK value is (2,21,0,14).

  • cyan value is 2.28%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(2,21,0,14)
C2M21Y0K14 
(2%,21%,0%,14%)
(0.02/0.21/0.00/0.14)	

CMYK percentages

%2.28
%20.55
%0
%14.12

Codes

Color #D6AEDB in popluar color models

D6AEDB
RGB214174219
HSL293°38.46%77.06%
HSB/HSV293°20.55%85.88%
CMYK2.28%20.55%0.00%
14.12%

Color #D6AEDB in popluar number systems.

HEXD6AEDB
Decimal214174219
Binary110101101010111011011011
Octal326256333

Shades and tints

Shades of #D6AEDB

#D6AEDB
(214,174,219)
#C39FC8
(195,159,200)
#B090B5
(176,144,181)
#9D81A2
(157,129,162)
#8A728F
(138,114,143)
#77637C
(119,99,124)
#645469
(100,84,105)
#514556
(81,69,86)
#3E3643
(62,54,67)
#2B2730
(43,39,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #D6AEDB

#D6AEDB
(214,174,219)
#D9B5DE
(217,181,222)
#DCBCE1
(220,188,225)
#DFC3E4
(223,195,228)
#E2CAE7
(226,202,231)
#E5D1EA
(229,209,234)
#E8D8ED
(232,216,237)
#EBDFF0
(235,223,240)
#EEE6F3
(238,230,243)
#F1EDF6
(241,237,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AEDB; }

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

This text font color is #D6AEDB.


Background Color

.myBgColor { background-color: #D6AEDB; }

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

This div background color is #D6AEDB.


Border color

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

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

This div border color is #D6AEDB.


Opacity

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

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

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

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

This text has shadow with #D6AEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AEDB on black background.


Color preview on white background

This text has color #D6AEDB on white background.



Black color preview on #D6AEDB background

This text has black color on #D6AEDB background.


White color preview on #D6AEDB background

This text has white color on #D6AEDB background.