COLOR #D9A5BD

HEX: #D9A5BD
RGB: (217,165,189)

Renk bilgisi

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

RGB renk modeli

#D9A5BD color RGB value is (217,165,189).

  • kırmız ton 217;
  • yeşil ton 165;
  • mavi ton 189.
RGB:
(217,165,189)
(85%,65%,74%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 165 of 255 = 65%
B 189 of 255 = 74%

217
165
189

R + G + B ~ 75%. #D9A5BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 165 + 189 = 571 (100%)
R 217 of 571 ~ 38%
G 165 of 571 ~ 28.9%
B 189 of 571 ~ 33.1%

%38
%28.9
%33.1

CMYK RENK MODELİ

#D9A5BD rengi CMYK tonu (0,24,13,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.96%
  • sarı tonu 12.90%
  • ana renk tonu 14.90%
CMYK:
(0,24,13,15)
C0M24Y13K15 
(0%,24%,13%,15%)
(0.00/0.24/0.13/0.15)	

CMYK yüzdeleri

%0
%23.96
%12.9
%14.9

Codes

Color #D9A5BD in popluar color models

D9A5BD
RGB217165189
HSL332°40.63%74.90%
HSB/HSV332°23.96%85.10%
CMYK0.00%23.96%12.90%
14.90%

Color #D9A5BD in popluar number systems.

HEXD9A5BD
Decimal217165189
Binary110110011010010110111101
Octal331245275

Shades and tints

Shades of #D9A5BD

#D9A5BD
(217,165,189)
#C696AC
(198,150,172)
#B3879B
(179,135,155)
#A0788A
(160,120,138)
#8D6979
(141,105,121)
#7A5A68
(122,90,104)
#674B57
(103,75,87)
#543C46
(84,60,70)
#412D35
(65,45,53)
#2E1E24
(46,30,36)
#1B0F13
(27,15,19)
#000000
(0,0,0)

Tints of #D9A5BD

#D9A5BD
(217,165,189)
#DCADC3
(220,173,195)
#DFB5C9
(223,181,201)
#E2BDCF
(226,189,207)
#E5C5D5
(229,197,213)
#E8CDDB
(232,205,219)
#EBD5E1
(235,213,225)
#EEDDE7
(238,221,231)
#F1E5ED
(241,229,237)
#F4EDF3
(244,237,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9A5BD color. Also use rgb(217,165,189) instead hex code.

Text Font Color

.myTextColor { color: #D9A5BD; }

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

This text font color is #D9A5BD.


Background Color

.myBgColor { background-color: #D9A5BD; }

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

This div background color is #D9A5BD.


Border color

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

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

This div border color is #D9A5BD.


Opacity

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

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

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

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

This text has shadow with #D9A5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A5BD on black background.


Color preview on white background

This text has color #D9A5BD on white background.



Black color preview on #D9A5BD background

This text has black color on #D9A5BD background.


White color preview on #D9A5BD background

This text has white color on #D9A5BD background.