COLOR #D5A9E1

HEX: #D5A9E1
RGB: (213,169,225)

Renk bilgisi

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

RGB renk modeli

#D5A9E1 color RGB value is (213,169,225).

  • kırmız ton 213;
  • yeşil ton 169;
  • mavi ton 225.
RGB:
(213,169,225)
(84%,66%,88%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 169 of 255 = 66%
B 225 of 255 = 88%

213
169
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 169 + 225 = 607 (100%)
R 213 of 607 ~ 35.09%
G 169 of 607 ~ 27.84%
B 225 of 607 ~ 37.07%

%35.09
%27.84
%37.07

CMYK RENK MODELİ

#D5A9E1 rengi CMYK tonu (5,25,0,12).

  • camgöbeği tonu 5.33%
  • eflatun tonu 24.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(5,25,0,12)
C5M25Y0K12 
(5%,25%,0%,12%)
(0.05/0.25/0.00/0.12)	

CMYK yüzdeleri

%5.33
%24.89
%0
%11.76

Codes

Color #D5A9E1 in popluar color models

D5A9E1
RGB213169225
HSL287°48.28%77.25%
HSB/HSV287°24.89%88.24%
CMYK5.33%24.89%0.00%
11.76%

Color #D5A9E1 in popluar number systems.

HEXD5A9E1
Decimal213169225
Binary110101011010100111100001
Octal325251341

Shades and tints

Shades of #D5A9E1

#D5A9E1
(213,169,225)
#C29ACD
(194,154,205)
#AF8BB9
(175,139,185)
#9C7CA5
(156,124,165)
#896D91
(137,109,145)
#765E7D
(118,94,125)
#634F69
(99,79,105)
#504055
(80,64,85)
#3D3141
(61,49,65)
#2A222D
(42,34,45)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #D5A9E1

#D5A9E1
(213,169,225)
#D8B0E3
(216,176,227)
#DBB7E5
(219,183,229)
#DEBEE7
(222,190,231)
#E1C5E9
(225,197,233)
#E4CCEB
(228,204,235)
#E7D3ED
(231,211,237)
#EADAEF
(234,218,239)
#EDE1F1
(237,225,241)
#F0E8F3
(240,232,243)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A9E1 color. Also use rgb(213,169,225) instead hex code.

Text Font Color

.myTextColor { color: #D5A9E1; }

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

This text font color is #D5A9E1.


Background Color

.myBgColor { background-color: #D5A9E1; }

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

This div background color is #D5A9E1.


Border color

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

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

This div border color is #D5A9E1.


Opacity

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

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

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

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

This text has shadow with #D5A9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A9E1 on black background.


Color preview on white background

This text has color #D5A9E1 on white background.



Black color preview on #D5A9E1 background

This text has black color on #D5A9E1 background.


White color preview on #D5A9E1 background

This text has white color on #D5A9E1 background.