COLOR #D49DB8

HEX: #D49DB8
RGB: (212,157,184)

Renk bilgisi

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

RGB renk modeli

#D49DB8 color RGB value is (212,157,184).

  • kırmız ton 212;
  • yeşil ton 157;
  • mavi ton 184.
RGB:
(212,157,184)
(83%,62%,72%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 157 of 255 = 62%
B 184 of 255 = 72%

212
157
184

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 157 + 184 = 553 (100%)
R 212 of 553 ~ 38.34%
G 157 of 553 ~ 28.39%
B 184 of 553 ~ 33.27%

%38.34
%28.39
%33.27

CMYK RENK MODELİ

#D49DB8 rengi CMYK tonu (0,26,13,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.94%
  • sarı tonu 13.21%
  • ana renk tonu 16.86%
CMYK:
(0,26,13,17)
C0M26Y13K17 
(0%,26%,13%,17%)
(0.00/0.26/0.13/0.17)	

CMYK yüzdeleri

%0
%25.94
%13.21
%16.86

Codes

Color #D49DB8 in popluar color models

D49DB8
RGB212157184
HSL331°39.01%72.35%
HSB/HSV331°25.94%83.14%
CMYK0.00%25.94%13.21%
16.86%

Color #D49DB8 in popluar number systems.

HEXD49DB8
Decimal212157184
Binary110101001001110110111000
Octal324235270

Shades and tints

Shades of #D49DB8

#D49DB8
(212,157,184)
#C18FA8
(193,143,168)
#AE8198
(174,129,152)
#9B7388
(155,115,136)
#886578
(136,101,120)
#755768
(117,87,104)
#624958
(98,73,88)
#4F3B48
(79,59,72)
#3C2D38
(60,45,56)
#291F28
(41,31,40)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #D49DB8

#D49DB8
(212,157,184)
#D7A5BE
(215,165,190)
#DAADC4
(218,173,196)
#DDB5CA
(221,181,202)
#E0BDD0
(224,189,208)
#E3C5D6
(227,197,214)
#E6CDDC
(230,205,220)
#E9D5E2
(233,213,226)
#ECDDE8
(236,221,232)
#EFE5EE
(239,229,238)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49DB8 color. Also use rgb(212,157,184) instead hex code.

Text Font Color

.myTextColor { color: #D49DB8; }

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

This text font color is #D49DB8.


Background Color

.myBgColor { background-color: #D49DB8; }

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

This div background color is #D49DB8.


Border color

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

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

This div border color is #D49DB8.


Opacity

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

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

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

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

This text has shadow with #D49DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49DB8 on black background.


Color preview on white background

This text has color #D49DB8 on white background.



Black color preview on #D49DB8 background

This text has black color on #D49DB8 background.


White color preview on #D49DB8 background

This text has white color on #D49DB8 background.