COLOR #D5ABDB

HEX: #D5ABDB
RGB: (213,171,219)

Renk bilgisi

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

RGB renk modeli

#D5ABDB color RGB value is (213,171,219).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 171 of 255 = 67%
B 219 of 255 = 86%

213
171
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 171 + 219 = 603 (100%)
R 213 of 603 ~ 35.32%
G 171 of 603 ~ 28.36%
B 219 of 603 ~ 36.32%

%35.32
%28.36
%36.32

CMYK RENK MODELİ

#D5ABDB rengi CMYK tonu (3,22,0,14).

  • camgöbeği tonu 2.74%
  • eflatun tonu 21.92%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(3,22,0,14)
C3M22Y0K14 
(3%,22%,0%,14%)
(0.03/0.22/0.00/0.14)	

CMYK yüzdeleri

%2.74
%21.92
%0
%14.12

Codes

Color #D5ABDB in popluar color models

D5ABDB
RGB213171219
HSL293°40.00%76.47%
HSB/HSV293°21.92%85.88%
CMYK2.74%21.92%0.00%
14.12%

Color #D5ABDB in popluar number systems.

HEXD5ABDB
Decimal213171219
Binary110101011010101111011011
Octal325253333

Shades and tints

Shades of #D5ABDB

#D5ABDB
(213,171,219)
#C29CC8
(194,156,200)
#AF8DB5
(175,141,181)
#9C7EA2
(156,126,162)
#896F8F
(137,111,143)
#76607C
(118,96,124)
#635169
(99,81,105)
#504256
(80,66,86)
#3D3343
(61,51,67)
#2A2430
(42,36,48)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #D5ABDB

#D5ABDB
(213,171,219)
#D8B2DE
(216,178,222)
#DBB9E1
(219,185,225)
#DEC0E4
(222,192,228)
#E1C7E7
(225,199,231)
#E4CEEA
(228,206,234)
#E7D5ED
(231,213,237)
#EADCF0
(234,220,240)
#EDE3F3
(237,227,243)
#F0EAF6
(240,234,246)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ABDB; }

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

This text font color is #D5ABDB.


Background Color

.myBgColor { background-color: #D5ABDB; }

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

This div background color is #D5ABDB.


Border color

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

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

This div border color is #D5ABDB.


Opacity

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

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

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

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

This text has shadow with #D5ABDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ABDB on black background.


Color preview on white background

This text has color #D5ABDB on white background.



Black color preview on #D5ABDB background

This text has black color on #D5ABDB background.


White color preview on #D5ABDB background

This text has white color on #D5ABDB background.