COLOR #C49DA5

HEX: #C49DA5
RGB: (196,157,165)

Renk bilgisi

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

RGB renk modeli

#C49DA5 color RGB value is (196,157,165).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 157 of 255 = 62%
B 165 of 255 = 65%

196
157
165

R + G + B ~ 68%. #C49DA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 157 + 165 = 518 (100%)
R 196 of 518 ~ 37.84%
G 157 of 518 ~ 30.31%
B 165 of 518 ~ 31.85%

%37.84
%30.31
%31.85

CMYK RENK MODELİ

#C49DA5 rengi CMYK tonu (0,20,16,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.90%
  • sarı tonu 15.82%
  • ana renk tonu 23.14%
CMYK:
(0,20,16,23)
C0M20Y16K23 
(0%,20%,16%,23%)
(0.00/0.20/0.16/0.23)	

CMYK yüzdeleri

%0
%19.9
%15.82
%23.14

Codes

Color #C49DA5 in popluar color models

C49DA5
RGB196157165
HSL348°24.84%69.22%
HSB/HSV348°19.90%76.86%
CMYK0.00%19.90%15.82%
23.14%

Color #C49DA5 in popluar number systems.

HEXC49DA5
Decimal196157165
Binary110001001001110110100101
Octal304235245

Shades and tints

Shades of #C49DA5

#C49DA5
(196,157,165)
#B38F96
(179,143,150)
#A28187
(162,129,135)
#917378
(145,115,120)
#806569
(128,101,105)
#6F575A
(111,87,90)
#5E494B
(94,73,75)
#4D3B3C
(77,59,60)
#3C2D2D
(60,45,45)
#2B1F1E
(43,31,30)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #C49DA5

#C49DA5
(196,157,165)
#C9A5AD
(201,165,173)
#CEADB5
(206,173,181)
#D3B5BD
(211,181,189)
#D8BDC5
(216,189,197)
#DDC5CD
(221,197,205)
#E2CDD5
(226,205,213)
#E7D5DD
(231,213,221)
#ECDDE5
(236,221,229)
#F1E5ED
(241,229,237)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49DA5; }

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

This text font color is #C49DA5.


Background Color

.myBgColor { background-color: #C49DA5; }

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

This div background color is #C49DA5.


Border color

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

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

This div border color is #C49DA5.


Opacity

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

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

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

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

This text has shadow with #C49DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49DA5 on black background.


Color preview on white background

This text has color #C49DA5 on white background.



Black color preview on #C49DA5 background

This text has black color on #C49DA5 background.


White color preview on #C49DA5 background

This text has white color on #C49DA5 background.