COLOR #D59D9B

HEX: #D59D9B
RGB: (213,157,155)

Renk bilgisi

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

RGB renk modeli

#D59D9B color RGB value is (213,157,155).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 157 of 255 = 62%
B 155 of 255 = 61%

213
157
155

R + G + B ~ 69%. #D59D9B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 157 + 155 = 525 (100%)
R 213 of 525 ~ 40.57%
G 157 of 525 ~ 29.9%
B 155 of 525 ~ 29.52%

%40.57
%29.9
%29.52

CMYK RENK MODELİ

#D59D9B rengi CMYK tonu (0,26,27,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.29%
  • sarı tonu 27.23%
  • ana renk tonu 16.47%
CMYK:
(0,26,27,16)
C0M26Y27K16 
(0%,26%,27%,16%)
(0.00/0.26/0.27/0.16)	

CMYK yüzdeleri

%0
%26.29
%27.23
%16.47

Codes

Color #D59D9B in popluar color models

D59D9B
RGB213157155
HSL40.85%72.16%
HSB/HSV27.23%83.53%
CMYK0.00%26.29%27.23%
16.47%

Color #D59D9B in popluar number systems.

HEXD59D9B
Decimal213157155
Binary110101011001110110011011
Octal325235233

Shades and tints

Shades of #D59D9B

#D59D9B
(213,157,155)
#C28F8D
(194,143,141)
#AF817F
(175,129,127)
#9C7371
(156,115,113)
#896563
(137,101,99)
#765755
(118,87,85)
#634947
(99,73,71)
#503B39
(80,59,57)
#3D2D2B
(61,45,43)
#2A1F1D
(42,31,29)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #D59D9B

#D59D9B
(213,157,155)
#D8A5A4
(216,165,164)
#DBADAD
(219,173,173)
#DEB5B6
(222,181,182)
#E1BDBF
(225,189,191)
#E4C5C8
(228,197,200)
#E7CDD1
(231,205,209)
#EAD5DA
(234,213,218)
#EDDDE3
(237,221,227)
#F0E5EC
(240,229,236)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59D9B; }

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

This text font color is #D59D9B.


Background Color

.myBgColor { background-color: #D59D9B; }

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

This div background color is #D59D9B.


Border color

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

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

This div border color is #D59D9B.


Opacity

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

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

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

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

This text has shadow with #D59D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59D9B on black background.


Color preview on white background

This text has color #D59D9B on white background.



Black color preview on #D59D9B background

This text has black color on #D59D9B background.


White color preview on #D59D9B background

This text has white color on #D59D9B background.