COLOR #D59DBD

HEX: #D59DBD
RGB: (213,157,189)

Renk bilgisi

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

RGB renk modeli

#D59DBD color RGB value is (213,157,189).

  • kırmız ton 213;
  • yeşil ton 157;
  • mavi ton 189.
RGB:
(213,157,189)
(84%,62%,74%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 157 of 255 = 62%
B 189 of 255 = 74%

213
157
189

R + G + B ~ 73%. #D59DBD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 157 + 189 = 559 (100%)
R 213 of 559 ~ 38.1%
G 157 of 559 ~ 28.09%
B 189 of 559 ~ 33.81%

%38.1
%28.09
%33.81

CMYK RENK MODELİ

#D59DBD rengi CMYK tonu (0,26,11,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.29%
  • sarı tonu 11.27%
  • ana renk tonu 16.47%
CMYK:
(0,26,11,16)
C0M26Y11K16 
(0%,26%,11%,16%)
(0.00/0.26/0.11/0.16)	

CMYK yüzdeleri

%0
%26.29
%11.27
%16.47

Codes

Color #D59DBD in popluar color models

D59DBD
RGB213157189
HSL326°40.00%72.55%
HSB/HSV326°26.29%83.53%
CMYK0.00%26.29%11.27%
16.47%

Color #D59DBD in popluar number systems.

HEXD59DBD
Decimal213157189
Binary110101011001110110111101
Octal325235275

Shades and tints

Shades of #D59DBD

#D59DBD
(213,157,189)
#C28FAC
(194,143,172)
#AF819B
(175,129,155)
#9C738A
(156,115,138)
#896579
(137,101,121)
#765768
(118,87,104)
#634957
(99,73,87)
#503B46
(80,59,70)
#3D2D35
(61,45,53)
#2A1F24
(42,31,36)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #D59DBD

#D59DBD
(213,157,189)
#D8A5C3
(216,165,195)
#DBADC9
(219,173,201)
#DEB5CF
(222,181,207)
#E1BDD5
(225,189,213)
#E4C5DB
(228,197,219)
#E7CDE1
(231,205,225)
#EAD5E7
(234,213,231)
#EDDDED
(237,221,237)
#F0E5F3
(240,229,243)
#F3EDF9
(243,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59DBD color. Also use rgb(213,157,189) instead hex code.

Text Font Color

.myTextColor { color: #D59DBD; }

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

This text font color is #D59DBD.


Background Color

.myBgColor { background-color: #D59DBD; }

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

This div background color is #D59DBD.


Border color

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

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

This div border color is #D59DBD.


Opacity

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

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

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

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

This text has shadow with #D59DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59DBD on black background.


Color preview on white background

This text has color #D59DBD on white background.



Black color preview on #D59DBD background

This text has black color on #D59DBD background.


White color preview on #D59DBD background

This text has white color on #D59DBD background.