COLOR #D5ABD8

HEX: #D5ABD8
RGB: (213,171,216)

Renk bilgisi

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

RGB renk modeli

#D5ABD8 color RGB value is (213,171,216).

  • kırmız ton 213;
  • yeşil ton 171;
  • mavi ton 216.
RGB:
(213,171,216)
(84%,67%,85%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 171 of 255 = 67%
B 216 of 255 = 85%

213
171
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 171 + 216 = 600 (100%)
R 213 of 600 ~ 35.5%
G 171 of 600 ~ 28.5%
B 216 of 600 ~ 36%

%35.5
%28.5
%36

CMYK RENK MODELİ

#D5ABD8 rengi CMYK tonu (1,21,0,15).

  • camgöbeği tonu 1.39%
  • eflatun tonu 20.83%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(1,21,0,15)
C1M21Y0K15 
(1%,21%,0%,15%)
(0.01/0.21/0.00/0.15)	

CMYK yüzdeleri

%1.39
%20.83
%0
%15.29

Codes

Color #D5ABD8 in popluar color models

D5ABD8
RGB213171216
HSL296°36.59%75.88%
HSB/HSV296°20.83%84.71%
CMYK1.39%20.83%0.00%
15.29%

Color #D5ABD8 in popluar number systems.

HEXD5ABD8
Decimal213171216
Binary110101011010101111011000
Octal325253330

Shades and tints

Shades of #D5ABD8

#D5ABD8
(213,171,216)
#C29CC5
(194,156,197)
#AF8DB2
(175,141,178)
#9C7E9F
(156,126,159)
#896F8C
(137,111,140)
#766079
(118,96,121)
#635166
(99,81,102)
#504253
(80,66,83)
#3D3340
(61,51,64)
#2A242D
(42,36,45)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #D5ABD8

#D5ABD8
(213,171,216)
#D8B2DB
(216,178,219)
#DBB9DE
(219,185,222)
#DEC0E1
(222,192,225)
#E1C7E4
(225,199,228)
#E4CEE7
(228,206,231)
#E7D5EA
(231,213,234)
#EADCED
(234,220,237)
#EDE3F0
(237,227,240)
#F0EAF3
(240,234,243)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ABD8 color. Also use rgb(213,171,216) instead hex code.

Text Font Color

.myTextColor { color: #D5ABD8; }

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

This text font color is #D5ABD8.


Background Color

.myBgColor { background-color: #D5ABD8; }

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

This div background color is #D5ABD8.


Border color

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

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

This div border color is #D5ABD8.


Opacity

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

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

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

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

This text has shadow with #D5ABD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ABD8 on black background.


Color preview on white background

This text has color #D5ABD8 on white background.



Black color preview on #D5ABD8 background

This text has black color on #D5ABD8 background.


White color preview on #D5ABD8 background

This text has white color on #D5ABD8 background.