COLOR #D3ADE3

HEX: #D3ADE3 RGB: (211,173,227)

Color info

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

RGB color model

#D3ADE3 color RGB value is (211,173,227).

RGB: (211,173,227) (83%, 68%, 89%)

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 227 of 255 = 89%

211
173
227

R + G + B ~ 80%. #D3ADE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 173 + 227 = 611 (100%)
R 211 of 611 ~ 34.53%
G 173 of 611 ~ 28.31%
B 227 of 611 ~ 37.15'%

%34.53
%28.31
%37.15

CMYK color model

#D3ADE3 color CMYK value is (7,24,0,11).

  • cyan value is 7.05%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (7,24,0,11)
C7M24Y0K11 (7%, 24%, 0%, 11%)
(0.07 / 0.24 / 0.00 / 0.11)

CMYK percentages

%7.05
%23.79
%0
%10.98

Codes

Color #D3ADE3 in popluar color models

D3 AD E3
RGB 211 173 227
HSL 282° 49.09% 78.43%
HSB/HSV 282° 23.79% 89.02%
CMYK 7.05% 23.79% 0.00%
10.98%

Color #D3ADE3 in popluar number systems.

HEX D3 AD E3
Decimal 211 173 227
Binary 11010011 10101101 11100011
Octal 323 255 343

Shades and tints

Shades of #D3ADE3

#D3ADE3
(211,173,227)
#C09ECF
(192,158,207)
#AD8FBB
(173,143,187)
#9A80A7
(154,128,167)
#877193
(135,113,147)
#74627F
(116,98,127)
#61536B
(97,83,107)
#4E4457
(78,68,87)
#3B3543
(59,53,67)
#28262F
(40,38,47)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #D3ADE3

#D3ADE3
(211,173,227)
#D7B4E5
(215,180,229)
#DBBBE7
(219,187,231)
#DFC2E9
(223,194,233)
#E3C9EB
(227,201,235)
#E7D0ED
(231,208,237)
#EBD7EF
(235,215,239)
#EFDEF1
(239,222,241)
#F3E5F3
(243,229,243)
#F7ECF5
(247,236,245)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ADE3 color. Also use rgb(211,173,227) instead hex code.

Text Font Color

.myTextColor { color: #D3ADE3; }

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

This text font color is #D3ADE3.

Background Color

.myBgColor { background-color: #D3ADE3; }

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

This div background color is #D3ADE3.

Border color

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

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

This div border color is #D3ADE3.

Opacity

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

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

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

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

This text has shadow with #D3ADE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3ADE3.

Preview

Color preview on black background

This text has color #D3ADE3 on black background.


Color preview on white background

This text has color #D3ADE3 on white background.


Black color preview on #D3ADE3 background

This text has black color on #D3ADE3 background.


White color preview on #D3ADE3 background

This text has white color on #D3ADE3 background.


Related colors

Complementary color

Complementary color for #hex is #2C521C.


I love getcolorcode.com

Triadic colors

1 #E3D3AD and #ADE3D3 with #D3ADE3 are triadic colors.

2 #E3ADD3 and #ADD3E3 with #D3ADE3 are triadic colors.