COLOR #D5ADD9

HEX: #D5ADD9
RGB: (213,173,217)

Renk bilgisi

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

RGB renk modeli

#D5ADD9 color RGB value is (213,173,217).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 173 of 255 = 68%
B 217 of 255 = 85%

213
173
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 173 + 217 = 603 (100%)
R 213 of 603 ~ 35.32%
G 173 of 603 ~ 28.69%
B 217 of 603 ~ 35.99%

%35.32
%28.69
%35.99

CMYK RENK MODELİ

#D5ADD9 rengi CMYK tonu (2,20,0,15).

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

CMYK yüzdeleri

%1.84
%20.28
%0
%14.9

Codes

Color #D5ADD9 in popluar color models

D5ADD9
RGB213173217
HSL295°36.67%76.47%
HSB/HSV295°20.28%85.10%
CMYK1.84%20.28%0.00%
14.90%

Color #D5ADD9 in popluar number systems.

HEXD5ADD9
Decimal213173217
Binary110101011010110111011001
Octal325255331

Shades and tints

Shades of #D5ADD9

#D5ADD9
(213,173,217)
#C29EC6
(194,158,198)
#AF8FB3
(175,143,179)
#9C80A0
(156,128,160)
#89718D
(137,113,141)
#76627A
(118,98,122)
#635367
(99,83,103)
#504454
(80,68,84)
#3D3541
(61,53,65)
#2A262E
(42,38,46)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #D5ADD9

#D5ADD9
(213,173,217)
#D8B4DC
(216,180,220)
#DBBBDF
(219,187,223)
#DEC2E2
(222,194,226)
#E1C9E5
(225,201,229)
#E4D0E8
(228,208,232)
#E7D7EB
(231,215,235)
#EADEEE
(234,222,238)
#EDE5F1
(237,229,241)
#F0ECF4
(240,236,244)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ADD9; }

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

This text font color is #D5ADD9.


Background Color

.myBgColor { background-color: #D5ADD9; }

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

This div background color is #D5ADD9.


Border color

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

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

This div border color is #D5ADD9.


Opacity

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

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

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

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

This text has shadow with #D5ADD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ADD9 on black background.


Color preview on white background

This text has color #D5ADD9 on white background.



Black color preview on #D5ADD9 background

This text has black color on #D5ADD9 background.


White color preview on #D5ADD9 background

This text has white color on #D5ADD9 background.