COLOR #D8ADD9

HEX: #D8ADD9
RGB: (216,173,217)

Renk bilgisi

#D8ADD9 contains red, green and blue colors in about the same proportion. #D8ADD9 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D8ADD9 color RGB value is (216,173,217).

  • kırmız ton 216;
  • yeşil ton 173;
  • mavi ton 217.
RGB:
(216,173,217)
(85%,68%,85%)

RGB bağlantıları ve doygunluk

R 216 of 255 = 85%
G 173 of 255 = 68%
B 217 of 255 = 85%

216
173
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
216 + 173 + 217 = 606 (100%)
R 216 of 606 ~ 35.64%
G 173 of 606 ~ 28.55%
B 217 of 606 ~ 35.81%

%35.64
%28.55
%35.81

CMYK RENK MODELİ

#D8ADD9 rengi CMYK tonu (0,20,0,15).

  • camgöbeği tonu 0.46%
  • eflatun tonu 20.28%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(0,20,0,15)
C0M20Y0K15 
(0%,20%,0%,15%)
(0.00/0.20/0.00/0.15)	

CMYK yüzdeleri

%0.46
%20.28
%0
%14.9

Codes

Color #D8ADD9 in popluar color models

D8ADD9
RGB216173217
HSL299°36.67%76.47%
HSB/HSV299°20.28%85.10%
CMYK0.46%20.28%0.00%
14.90%

Color #D8ADD9 in popluar number systems.

HEXD8ADD9
Decimal216173217
Binary110110001010110111011001
Octal330255331

Shades and tints

Shades of #D8ADD9

#D8ADD9
(216,173,217)
#C59EC6
(197,158,198)
#B28FB3
(178,143,179)
#9F80A0
(159,128,160)
#8C718D
(140,113,141)
#79627A
(121,98,122)
#665367
(102,83,103)
#534454
(83,68,84)
#403541
(64,53,65)
#2D262E
(45,38,46)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #D8ADD9

#D8ADD9
(216,173,217)
#DBB4DC
(219,180,220)
#DEBBDF
(222,187,223)
#E1C2E2
(225,194,226)
#E4C9E5
(228,201,229)
#E7D0E8
(231,208,232)
#EAD7EB
(234,215,235)
#EDDEEE
(237,222,238)
#F0E5F1
(240,229,241)
#F3ECF4
(243,236,244)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8ADD9 color. Also use rgb(216,173,217) instead hex code.

Text Font Color

.myTextColor { color: #D8ADD9; }

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

This text font color is #D8ADD9.


Background Color

.myBgColor { background-color: #D8ADD9; }

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

This div background color is #D8ADD9.


Border color

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

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

This div border color is #D8ADD9.


Opacity

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

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

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

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

This text has shadow with #D8ADD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ADD9 on black background.


Color preview on white background

This text has color #D8ADD9 on white background.



Black color preview on #D8ADD9 background

This text has black color on #D8ADD9 background.


White color preview on #D8ADD9 background

This text has white color on #D8ADD9 background.