COLOR #D6ADED

HEX: #D6ADED RGB: (214,173,237)

Color info

#D6ADED contains mainly red and blue colors. Web safe color of #D6ADED is #CC99FF (or #C9F).

RGB color model

#D6ADED color RGB value is (214,173,237).

RGB: (214,173,237) (84%, 68%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 173 of 255 = 68%
B 237 of 255 = 93%

214
173
237

R + G + B ~ 82%. #D6ADED is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 173 + 237 = 624 (100%)
R 214 of 624 ~ 34.29%
G 173 of 624 ~ 27.72%
B 237 of 624 ~ 37.98'%

%34.29
%27.72
%37.98

CMYK color model

#D6ADED color CMYK value is (10,27,0,7).

  • cyan value is 9.70%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (10,27,0,7)
C10M27Y0K7 (10%, 27%, 0%, 7%)
(0.10 / 0.27 / 0.00 / 0.07)

CMYK percentages

%9.7
%27
%0
%7.06

Codes

Color #D6ADED in popluar color models

D6 AD ED
RGB 214 173 237
HSL 278° 64.00% 80.39%
HSB/HSV 278° 27.00% 92.94%
CMYK 9.70% 27.00% 0.00%
7.06%

Color #D6ADED in popluar number systems.

HEX D6 AD ED
Decimal 214 173 237
Binary 11010110 10101101 11101101
Octal 326 255 355

Shades and tints

Shades of #D6ADED

#D6ADED
(214,173,237)
#C39ED8
(195,158,216)
#B08FC3
(176,143,195)
#9D80AE
(157,128,174)
#8A7199
(138,113,153)
#776284
(119,98,132)
#64536F
(100,83,111)
#51445A
(81,68,90)
#3E3545
(62,53,69)
#2B2630
(43,38,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #D6ADED

#D6ADED
(214,173,237)
#D9B4EE
(217,180,238)
#DCBBEF
(220,187,239)
#DFC2F0
(223,194,240)
#E2C9F1
(226,201,241)
#E5D0F2
(229,208,242)
#E8D7F3
(232,215,243)
#EBDEF4
(235,222,244)
#EEE5F5
(238,229,245)
#F1ECF6
(241,236,246)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ADED color. Also use rgb(214,173,237) instead hex code.

Text Font Color

.myTextColor { color: #D6ADED; }

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

This text font color is #D6ADED.

Background Color

.myBgColor { background-color: #D6ADED; }

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

This div background color is #D6ADED.

Border color

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

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

This div border color is #D6ADED.

Opacity

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

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

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

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

This text has shadow with #D6ADED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6ADED.

Preview

Color preview on black background

This text has color #D6ADED on black background.


Color preview on white background

This text has color #D6ADED on white background.


Black color preview on #D6ADED background

This text has black color on #D6ADED background.


White color preview on #D6ADED background

This text has white color on #D6ADED background.


Related colors

Complementary color

Complementary color for #hex is #295212.


I love getcolorcode.com

Triadic colors

1 #EDD6AD and #ADEDD6 with #D6ADED are triadic colors.

2 #EDADD6 and #ADD6ED with #D6ADED are triadic colors.