COLOR #D6ADE8

HEX: #D6ADE8 RGB: (214,173,232)

Color info

#D6ADE8 contains red, green and blue colors in about the same proportion. Web safe color of #D6ADE8 is #CC99FF (or #C9F).

RGB color model

#D6ADE8 color RGB value is (214,173,232).

RGB: (214,173,232) (84%, 68%, 91%)

RGB channels and saturation

R 214 of 255 = 84%
G 173 of 255 = 68%
B 232 of 255 = 91%

214
173
232

R + G + B ~ 81%. #D6ADE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 173 + 232 = 619 (100%)
R 214 of 619 ~ 34.57%
G 173 of 619 ~ 27.95%
B 232 of 619 ~ 37.48'%

%34.57
%27.95
%37.48

CMYK color model

#D6ADE8 color CMYK value is (8,25,0,9).

  • cyan value is 7.76%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (8,25,0,9)
C8M25Y0K9 (8%, 25%, 0%, 9%)
(0.08 / 0.25 / 0.00 / 0.09)

CMYK percentages

%7.76
%25.43
%0
%9.02

Codes

Color #D6ADE8 in popluar color models

D6 AD E8
RGB 214 173 232
HSL 282° 56.19% 79.41%
HSB/HSV 282° 25.43% 90.98%
CMYK 7.76% 25.43% 0.00%
9.02%

Color #D6ADE8 in popluar number systems.

HEX D6 AD E8
Decimal 214 173 232
Binary 11010110 10101101 11101000
Octal 326 255 350

Shades and tints

Shades of #D6ADE8

#D6ADE8
(214,173,232)
#C39ED3
(195,158,211)
#B08FBE
(176,143,190)
#9D80A9
(157,128,169)
#8A7194
(138,113,148)
#77627F
(119,98,127)
#64536A
(100,83,106)
#514455
(81,68,85)
#3E3540
(62,53,64)
#2B262B
(43,38,43)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #D6ADE8

#D6ADE8
(214,173,232)
#D9B4EA
(217,180,234)
#DCBBEC
(220,187,236)
#DFC2EE
(223,194,238)
#E2C9F0
(226,201,240)
#E5D0F2
(229,208,242)
#E8D7F4
(232,215,244)
#EBDEF6
(235,222,246)
#EEE5F8
(238,229,248)
#F1ECFA
(241,236,250)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ADE8; }

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

This text font color is #D6ADE8.

Background Color

.myBgColor { background-color: #D6ADE8; }

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

This div background color is #D6ADE8.

Border color

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

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

This div border color is #D6ADE8.

Opacity

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

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

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

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

This text has shadow with #D6ADE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6ADE8.

Preview

Color preview on black background

This text has color #D6ADE8 on black background.


Color preview on white background

This text has color #D6ADE8 on white background.


Black color preview on #D6ADE8 background

This text has black color on #D6ADE8 background.


White color preview on #D6ADE8 background

This text has white color on #D6ADE8 background.


Related colors

Complementary color

Complementary color for #hex is #295217.


I love getcolorcode.com

Triadic colors

1 #E8D6AD and #ADE8D6 with #D6ADE8 are triadic colors.

2 #E8ADD6 and #ADD6E8 with #D6ADE8 are triadic colors.