COLOR #D49FAB

HEX: #D49FAB
RGB: (212,159,171)

Renk bilgisi

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

RGB renk modeli

#D49FAB color RGB value is (212,159,171).

  • kırmız ton 212;
  • yeşil ton 159;
  • mavi ton 171.
RGB:
(212,159,171)
(83%,62%,67%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 159 of 255 = 62%
B 171 of 255 = 67%

212
159
171

R + G + B ~ 71%. #D49FAB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 159 + 171 = 542 (100%)
R 212 of 542 ~ 39.11%
G 159 of 542 ~ 29.34%
B 171 of 542 ~ 31.55%

%39.11
%29.34
%31.55

CMYK RENK MODELİ

#D49FAB rengi CMYK tonu (0,25,19,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 19.34%
  • ana renk tonu 16.86%
CMYK:
(0,25,19,17)
C0M25Y19K17 
(0%,25%,19%,17%)
(0.00/0.25/0.19/0.17)	

CMYK yüzdeleri

%0
%25
%19.34
%16.86

Codes

Color #D49FAB in popluar color models

D49FAB
RGB212159171
HSL346°38.13%72.75%
HSB/HSV346°25.00%83.14%
CMYK0.00%25.00%19.34%
16.86%

Color #D49FAB in popluar number systems.

HEXD49FAB
Decimal212159171
Binary110101001001111110101011
Octal324237253

Shades and tints

Shades of #D49FAB

#D49FAB
(212,159,171)
#C1919C
(193,145,156)
#AE838D
(174,131,141)
#9B757E
(155,117,126)
#88676F
(136,103,111)
#755960
(117,89,96)
#624B51
(98,75,81)
#4F3D42
(79,61,66)
#3C2F33
(60,47,51)
#292124
(41,33,36)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #D49FAB

#D49FAB
(212,159,171)
#D7A7B2
(215,167,178)
#DAAFB9
(218,175,185)
#DDB7C0
(221,183,192)
#E0BFC7
(224,191,199)
#E3C7CE
(227,199,206)
#E6CFD5
(230,207,213)
#E9D7DC
(233,215,220)
#ECDFE3
(236,223,227)
#EFE7EA
(239,231,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49FAB color. Also use rgb(212,159,171) instead hex code.

Text Font Color

.myTextColor { color: #D49FAB; }

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

This text font color is #D49FAB.


Background Color

.myBgColor { background-color: #D49FAB; }

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

This div background color is #D49FAB.


Border color

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

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

This div border color is #D49FAB.


Opacity

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

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

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

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

This text has shadow with #D49FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49FAB on black background.


Color preview on white background

This text has color #D49FAB on white background.



Black color preview on #D49FAB background

This text has black color on #D49FAB background.


White color preview on #D49FAB background

This text has white color on #D49FAB background.