COLOR #D5ADD0

HEX: #D5ADD0
RGB: (213,173,208)

Renk bilgisi

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

RGB renk modeli

#D5ADD0 color RGB value is (213,173,208).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 173 of 255 = 68%
B 208 of 255 = 82%

213
173
208

R + G + B ~ 78%. #D5ADD0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 173 + 208 = 594 (100%)
R 213 of 594 ~ 35.86%
G 173 of 594 ~ 29.12%
B 208 of 594 ~ 35.02%

%35.86
%29.12
%35.02

CMYK RENK MODELİ

#D5ADD0 rengi CMYK tonu (0,19,2,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.78%
  • sarı tonu 2.35%
  • ana renk tonu 16.47%
CMYK:
(0,19,2,16)
C0M19Y2K16 
(0%,19%,2%,16%)
(0.00/0.19/0.02/0.16)	

CMYK yüzdeleri

%0
%18.78
%2.35
%16.47

Codes

Color #D5ADD0 in popluar color models

D5ADD0
RGB213173208
HSL308°32.26%75.69%
HSB/HSV308°18.78%83.53%
CMYK0.00%18.78%2.35%
16.47%

Color #D5ADD0 in popluar number systems.

HEXD5ADD0
Decimal213173208
Binary110101011010110111010000
Octal325255320

Shades and tints

Shades of #D5ADD0

#D5ADD0
(213,173,208)
#C29EBE
(194,158,190)
#AF8FAC
(175,143,172)
#9C809A
(156,128,154)
#897188
(137,113,136)
#766276
(118,98,118)
#635364
(99,83,100)
#504452
(80,68,82)
#3D3540
(61,53,64)
#2A262E
(42,38,46)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #D5ADD0

#D5ADD0
(213,173,208)
#D8B4D4
(216,180,212)
#DBBBD8
(219,187,216)
#DEC2DC
(222,194,220)
#E1C9E0
(225,201,224)
#E4D0E4
(228,208,228)
#E7D7E8
(231,215,232)
#EADEEC
(234,222,236)
#EDE5F0
(237,229,240)
#F0ECF4
(240,236,244)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ADD0; }

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

This text font color is #D5ADD0.


Background Color

.myBgColor { background-color: #D5ADD0; }

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

This div background color is #D5ADD0.


Border color

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

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

This div border color is #D5ADD0.


Opacity

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

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

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

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

This text has shadow with #D5ADD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ADD0 on black background.


Color preview on white background

This text has color #D5ADD0 on white background.



Black color preview on #D5ADD0 background

This text has black color on #D5ADD0 background.


White color preview on #D5ADD0 background

This text has white color on #D5ADD0 background.