COLOR #D49493

HEX: #D49493
RGB: (212,148,147)

Renk bilgisi

#D49493 contains mainly red color. #D49493 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#D49493 color RGB value is (212,148,147).

  • kırmız ton 212;
  • yeşil ton 148;
  • mavi ton 147.
RGB:
(212,148,147)
(83%,58%,58%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 148 of 255 = 58%
B 147 of 255 = 58%

212
148
147

R + G + B ~ 66%. #D49493 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 148 + 147 = 507 (100%)
R 212 of 507 ~ 41.81%
G 148 of 507 ~ 29.19%
B 147 of 507 ~ 28.99%

%41.81
%29.19
%28.99

CMYK RENK MODELİ

#D49493 rengi CMYK tonu (0,30,31,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.19%
  • sarı tonu 30.66%
  • ana renk tonu 16.86%
CMYK:
(0,30,31,17)
C0M30Y31K17 
(0%,30%,31%,17%)
(0.00/0.30/0.31/0.17)	

CMYK yüzdeleri

%0
%30.19
%30.66
%16.86

Codes

Color #D49493 in popluar color models

D49493
RGB212148147
HSL43.05%70.39%
HSB/HSV30.66%83.14%
CMYK0.00%30.19%30.66%
16.86%

Color #D49493 in popluar number systems.

HEXD49493
Decimal212148147
Binary110101001001010010010011
Octal324224223

Shades and tints

Shades of #D49493

#D49493
(212,148,147)
#C18786
(193,135,134)
#AE7A79
(174,122,121)
#9B6D6C
(155,109,108)
#88605F
(136,96,95)
#755352
(117,83,82)
#624645
(98,70,69)
#4F3938
(79,57,56)
#3C2C2B
(60,44,43)
#291F1E
(41,31,30)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #D49493

#D49493
(212,148,147)
#D79D9C
(215,157,156)
#DAA6A5
(218,166,165)
#DDAFAE
(221,175,174)
#E0B8B7
(224,184,183)
#E3C1C0
(227,193,192)
#E6CAC9
(230,202,201)
#E9D3D2
(233,211,210)
#ECDCDB
(236,220,219)
#EFE5E4
(239,229,228)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49493 color. Also use rgb(212,148,147) instead hex code.

Text Font Color

.myTextColor { color: #D49493; }

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

This text font color is #D49493.


Background Color

.myBgColor { background-color: #D49493; }

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

This div background color is #D49493.


Border color

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

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

This div border color is #D49493.


Opacity

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

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

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

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

This text has shadow with #D49493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49493 on black background.


Color preview on white background

This text has color #D49493 on white background.



Black color preview on #D49493 background

This text has black color on #D49493 background.


White color preview on #D49493 background

This text has white color on #D49493 background.