COLOR #D49696

HEX: #D49696
RGB: (212,150,150)

Renk bilgisi

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

RGB renk modeli

#D49696 color RGB value is (212,150,150).

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

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 150 of 255 = 59%
B 150 of 255 = 59%

212
150
150

R + G + B ~ 67%. #D49696 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 150 + 150 = 512 (100%)
R 212 of 512 ~ 41.41%
G 150 of 512 ~ 29.3%
B 150 of 512 ~ 29.3%

%41.41
%29.3
%29.3

CMYK RENK MODELİ

#D49696 rengi CMYK tonu (0,29,29,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.25%
  • sarı tonu 29.25%
  • ana renk tonu 16.86%
CMYK:
(0,29,29,17)
C0M29Y29K17 
(0%,29%,29%,17%)
(0.00/0.29/0.29/0.17)	

CMYK yüzdeleri

%0
%29.25
%29.25
%16.86

Codes

Color #D49696 in popluar color models

D49696
RGB212150150
HSL41.89%70.98%
HSB/HSV29.25%83.14%
CMYK0.00%29.25%29.25%
16.86%

Color #D49696 in popluar number systems.

HEXD49696
Decimal212150150
Binary110101001001011010010110
Octal324226226

Shades and tints

Shades of #D49696

#D49696
(212,150,150)
#C18989
(193,137,137)
#AE7C7C
(174,124,124)
#9B6F6F
(155,111,111)
#886262
(136,98,98)
#755555
(117,85,85)
#624848
(98,72,72)
#4F3B3B
(79,59,59)
#3C2E2E
(60,46,46)
#292121
(41,33,33)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #D49696

#D49696
(212,150,150)
#D79F9F
(215,159,159)
#DAA8A8
(218,168,168)
#DDB1B1
(221,177,177)
#E0BABA
(224,186,186)
#E3C3C3
(227,195,195)
#E6CCCC
(230,204,204)
#E9D5D5
(233,213,213)
#ECDEDE
(236,222,222)
#EFE7E7
(239,231,231)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49696; }

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

This text font color is #D49696.


Background Color

.myBgColor { background-color: #D49696; }

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

This div background color is #D49696.


Border color

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

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

This div border color is #D49696.


Opacity

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

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

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

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

This text has shadow with #D49696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49696 on black background.


Color preview on white background

This text has color #D49696 on white background.



Black color preview on #D49696 background

This text has black color on #D49696 background.


White color preview on #D49696 background

This text has white color on #D49696 background.