COLOR #D9ADD8

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

217
173
216

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

Yüzdelerle RGB renk parçaları

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

%35.81
%28.55
%35.64

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.28%
  • sarı tonu 0.46%
  • 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
%20.28
%0.46
%14.9

Codes

Color #D9ADD8 in popluar color models

D9ADD8
RGB217173216
HSL301°36.67%76.47%
HSB/HSV301°20.28%85.10%
CMYK0.00%20.28%0.46%
14.90%

Color #D9ADD8 in popluar number systems.

HEXD9ADD8
Decimal217173216
Binary110110011010110111011000
Octal331255330

Shades and tints

Shades of #D9ADD8

#D9ADD8
(217,173,216)
#C69EC5
(198,158,197)
#B38FB2
(179,143,178)
#A0809F
(160,128,159)
#8D718C
(141,113,140)
#7A6279
(122,98,121)
#675366
(103,83,102)
#544453
(84,68,83)
#413540
(65,53,64)
#2E262D
(46,38,45)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #D9ADD8

#D9ADD8
(217,173,216)
#DCB4DB
(220,180,219)
#DFBBDE
(223,187,222)
#E2C2E1
(226,194,225)
#E5C9E4
(229,201,228)
#E8D0E7
(232,208,231)
#EBD7EA
(235,215,234)
#EEDEED
(238,222,237)
#F1E5F0
(241,229,240)
#F4ECF3
(244,236,243)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ADD8; }

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

This text font color is #D9ADD8.


Background Color

.myBgColor { background-color: #D9ADD8; }

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

This div background color is #D9ADD8.


Border color

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

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

This div border color is #D9ADD8.


Opacity

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

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

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

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

This text has shadow with #D9ADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ADD8 on black background.


Color preview on white background

This text has color #D9ADD8 on white background.



Black color preview on #D9ADD8 background

This text has black color on #D9ADD8 background.


White color preview on #D9ADD8 background

This text has white color on #D9ADD8 background.