COLOR #D59DC5

HEX: #D59DC5
RGB: (213,157,197)

Renk bilgisi

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

RGB renk modeli

#D59DC5 color RGB value is (213,157,197).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 157 of 255 = 62%
B 197 of 255 = 77%

213
157
197

R + G + B ~ 74%. #D59DC5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 157 + 197 = 567 (100%)
R 213 of 567 ~ 37.57%
G 157 of 567 ~ 27.69%
B 197 of 567 ~ 34.74%

%37.57
%27.69
%34.74

CMYK RENK MODELİ

#D59DC5 rengi CMYK tonu (0,26,8,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.29%
  • sarı tonu 7.51%
  • ana renk tonu 16.47%
CMYK:
(0,26,8,16)
C0M26Y8K16 
(0%,26%,8%,16%)
(0.00/0.26/0.08/0.16)	

CMYK yüzdeleri

%0
%26.29
%7.51
%16.47

Codes

Color #D59DC5 in popluar color models

D59DC5
RGB213157197
HSL317°40.00%72.55%
HSB/HSV317°26.29%83.53%
CMYK0.00%26.29%7.51%
16.47%

Color #D59DC5 in popluar number systems.

HEXD59DC5
Decimal213157197
Binary110101011001110111000101
Octal325235305

Shades and tints

Shades of #D59DC5

#D59DC5
(213,157,197)
#C28FB4
(194,143,180)
#AF81A3
(175,129,163)
#9C7392
(156,115,146)
#896581
(137,101,129)
#765770
(118,87,112)
#63495F
(99,73,95)
#503B4E
(80,59,78)
#3D2D3D
(61,45,61)
#2A1F2C
(42,31,44)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #D59DC5

#D59DC5
(213,157,197)
#D8A5CA
(216,165,202)
#DBADCF
(219,173,207)
#DEB5D4
(222,181,212)
#E1BDD9
(225,189,217)
#E4C5DE
(228,197,222)
#E7CDE3
(231,205,227)
#EAD5E8
(234,213,232)
#EDDDED
(237,221,237)
#F0E5F2
(240,229,242)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59DC5; }

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

This text font color is #D59DC5.


Background Color

.myBgColor { background-color: #D59DC5; }

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

This div background color is #D59DC5.


Border color

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

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

This div border color is #D59DC5.


Opacity

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

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

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

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

This text has shadow with #D59DC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59DC5 on black background.


Color preview on white background

This text has color #D59DC5 on white background.



Black color preview on #D59DC5 background

This text has black color on #D59DC5 background.


White color preview on #D59DC5 background

This text has white color on #D59DC5 background.