COLOR #D59AB9

HEX: #D59AB9
RGB: (213,154,185)

Renk bilgisi

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

RGB renk modeli

#D59AB9 color RGB value is (213,154,185).

  • kırmız ton 213;
  • yeşil ton 154;
  • mavi ton 185.
RGB:
(213,154,185)
(84%,60%,73%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 154 of 255 = 60%
B 185 of 255 = 73%

213
154
185

R + G + B ~ 72%. #D59AB9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 154 + 185 = 552 (100%)
R 213 of 552 ~ 38.59%
G 154 of 552 ~ 27.9%
B 185 of 552 ~ 33.51%

%38.59
%27.9
%33.51

CMYK RENK MODELİ

#D59AB9 rengi CMYK tonu (0,28,13,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.70%
  • sarı tonu 13.15%
  • ana renk tonu 16.47%
CMYK:
(0,28,13,16)
C0M28Y13K16 
(0%,28%,13%,16%)
(0.00/0.28/0.13/0.16)	

CMYK yüzdeleri

%0
%27.7
%13.15
%16.47

Codes

Color #D59AB9 in popluar color models

D59AB9
RGB213154185
HSL328°41.26%71.96%
HSB/HSV328°27.70%83.53%
CMYK0.00%27.70%13.15%
16.47%

Color #D59AB9 in popluar number systems.

HEXD59AB9
Decimal213154185
Binary110101011001101010111001
Octal325232271

Shades and tints

Shades of #D59AB9

#D59AB9
(213,154,185)
#C28CA9
(194,140,169)
#AF7E99
(175,126,153)
#9C7089
(156,112,137)
#896279
(137,98,121)
#765469
(118,84,105)
#634659
(99,70,89)
#503849
(80,56,73)
#3D2A39
(61,42,57)
#2A1C29
(42,28,41)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #D59AB9

#D59AB9
(213,154,185)
#D8A3BF
(216,163,191)
#DBACC5
(219,172,197)
#DEB5CB
(222,181,203)
#E1BED1
(225,190,209)
#E4C7D7
(228,199,215)
#E7D0DD
(231,208,221)
#EAD9E3
(234,217,227)
#EDE2E9
(237,226,233)
#F0EBEF
(240,235,239)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59AB9 color. Also use rgb(213,154,185) instead hex code.

Text Font Color

.myTextColor { color: #D59AB9; }

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

This text font color is #D59AB9.


Background Color

.myBgColor { background-color: #D59AB9; }

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

This div background color is #D59AB9.


Border color

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

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

This div border color is #D59AB9.


Opacity

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

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

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

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

This text has shadow with #D59AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59AB9 on black background.


Color preview on white background

This text has color #D59AB9 on white background.



Black color preview on #D59AB9 background

This text has black color on #D59AB9 background.


White color preview on #D59AB9 background

This text has white color on #D59AB9 background.