COLOR #C49DAA

HEX: #C49DAA
RGB: (196,157,170)

Renk bilgisi

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

RGB renk modeli

#C49DAA color RGB value is (196,157,170).

  • kırmız ton 196;
  • yeşil ton 157;
  • mavi ton 170.
RGB:
(196,157,170)
(77%,62%,67%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 157 of 255 = 62%
B 170 of 255 = 67%

196
157
170

R + G + B ~ 69%. #C49DAA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 157 + 170 = 523 (100%)
R 196 of 523 ~ 37.48%
G 157 of 523 ~ 30.02%
B 170 of 523 ~ 32.5%

%37.48
%30.02
%32.5

CMYK RENK MODELİ

#C49DAA rengi CMYK tonu (0,20,13,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.90%
  • sarı tonu 13.27%
  • ana renk tonu 23.14%
CMYK:
(0,20,13,23)
C0M20Y13K23 
(0%,20%,13%,23%)
(0.00/0.20/0.13/0.23)	

CMYK yüzdeleri

%0
%19.9
%13.27
%23.14

Codes

Color #C49DAA in popluar color models

C49DAA
RGB196157170
HSL340°24.84%69.22%
HSB/HSV340°19.90%76.86%
CMYK0.00%19.90%13.27%
23.14%

Color #C49DAA in popluar number systems.

HEXC49DAA
Decimal196157170
Binary110001001001110110101010
Octal304235252

Shades and tints

Shades of #C49DAA

#C49DAA
(196,157,170)
#B38F9B
(179,143,155)
#A2818C
(162,129,140)
#91737D
(145,115,125)
#80656E
(128,101,110)
#6F575F
(111,87,95)
#5E4950
(94,73,80)
#4D3B41
(77,59,65)
#3C2D32
(60,45,50)
#2B1F23
(43,31,35)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #C49DAA

#C49DAA
(196,157,170)
#C9A5B1
(201,165,177)
#CEADB8
(206,173,184)
#D3B5BF
(211,181,191)
#D8BDC6
(216,189,198)
#DDC5CD
(221,197,205)
#E2CDD4
(226,205,212)
#E7D5DB
(231,213,219)
#ECDDE2
(236,221,226)
#F1E5E9
(241,229,233)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49DAA color. Also use rgb(196,157,170) instead hex code.

Text Font Color

.myTextColor { color: #C49DAA; }

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

This text font color is #C49DAA.


Background Color

.myBgColor { background-color: #C49DAA; }

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

This div background color is #C49DAA.


Border color

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

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

This div border color is #C49DAA.


Opacity

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

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

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

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

This text has shadow with #C49DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49DAA on black background.


Color preview on white background

This text has color #C49DAA on white background.



Black color preview on #C49DAA background

This text has black color on #C49DAA background.


White color preview on #C49DAA background

This text has white color on #C49DAA background.