COLOR #D6AEDC

HEX: #D6AEDC
RGB: (214,174,220)

Color info

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

RGB color model

#D6AEDC color RGB value is (214,174,220).

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

RGB channels and saturation

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

214
174
220

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

Portions of RGB colors in percentages

R + G + B =
214 + 174 + 220 = 608 (100%)
R 214 of 608 ~ 35.2%
G 174 of 608 ~ 28.62%
B 220 of 608 ~ 36.18%

%35.2
%28.62
%36.18

CMYK color model

#D6AEDC color CMYK value is (3,21,0,14).

  • cyan value is 2.73%
  • magenta value is 20.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,21,0,14)
C3M21Y0K14 
(3%,21%,0%,14%)
(0.03/0.21/0.00/0.14)	

CMYK percentages

%2.73
%20.91
%0
%13.73

Codes

Color #D6AEDC in popluar color models

D6AEDC
RGB214174220
HSL292°39.66%77.25%
HSB/HSV292°20.91%86.27%
CMYK2.73%20.91%0.00%
13.73%

Color #D6AEDC in popluar number systems.

HEXD6AEDC
Decimal214174220
Binary110101101010111011011100
Octal326256334

Shades and tints

Shades of #D6AEDC

#D6AEDC
(214,174,220)
#C39FC8
(195,159,200)
#B090B4
(176,144,180)
#9D81A0
(157,129,160)
#8A728C
(138,114,140)
#776378
(119,99,120)
#645464
(100,84,100)
#514550
(81,69,80)
#3E363C
(62,54,60)
#2B2728
(43,39,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #D6AEDC

#D6AEDC
(214,174,220)
#D9B5DF
(217,181,223)
#DCBCE2
(220,188,226)
#DFC3E5
(223,195,229)
#E2CAE8
(226,202,232)
#E5D1EB
(229,209,235)
#E8D8EE
(232,216,238)
#EBDFF1
(235,223,241)
#EEE6F4
(238,230,244)
#F1EDF7
(241,237,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AEDC; }

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

This text font color is #D6AEDC.


Background Color

.myBgColor { background-color: #D6AEDC; }

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

This div background color is #D6AEDC.


Border color

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

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

This div border color is #D6AEDC.


Opacity

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

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

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

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

This text has shadow with #D6AEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AEDC on black background.


Color preview on white background

This text has color #D6AEDC on white background.



Black color preview on #D6AEDC background

This text has black color on #D6AEDC background.


White color preview on #D6AEDC background

This text has white color on #D6AEDC background.