COLOR #C49DB9

HEX: #C49DB9
RGB: (196,157,185)

Renk bilgisi

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

RGB renk modeli

#C49DB9 color RGB value is (196,157,185).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 157 of 255 = 62%
B 185 of 255 = 73%

196
157
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 157 + 185 = 538 (100%)
R 196 of 538 ~ 36.43%
G 157 of 538 ~ 29.18%
B 185 of 538 ~ 34.39%

%36.43
%29.18
%34.39

CMYK RENK MODELİ

#C49DB9 rengi CMYK tonu (0,20,6,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.90%
  • sarı tonu 5.61%
  • ana renk tonu 23.14%
CMYK:
(0,20,6,23)
C0M20Y6K23 
(0%,20%,6%,23%)
(0.00/0.20/0.06/0.23)	

CMYK yüzdeleri

%0
%19.9
%5.61
%23.14

Codes

Color #C49DB9 in popluar color models

C49DB9
RGB196157185
HSL317°24.84%69.22%
HSB/HSV317°19.90%76.86%
CMYK0.00%19.90%5.61%
23.14%

Color #C49DB9 in popluar number systems.

HEXC49DB9
Decimal196157185
Binary110001001001110110111001
Octal304235271

Shades and tints

Shades of #C49DB9

#C49DB9
(196,157,185)
#B38FA9
(179,143,169)
#A28199
(162,129,153)
#917389
(145,115,137)
#806579
(128,101,121)
#6F5769
(111,87,105)
#5E4959
(94,73,89)
#4D3B49
(77,59,73)
#3C2D39
(60,45,57)
#2B1F29
(43,31,41)
#1A1119
(26,17,25)
#000000
(0,0,0)

Tints of #C49DB9

#C49DB9
(196,157,185)
#C9A5BF
(201,165,191)
#CEADC5
(206,173,197)
#D3B5CB
(211,181,203)
#D8BDD1
(216,189,209)
#DDC5D7
(221,197,215)
#E2CDDD
(226,205,221)
#E7D5E3
(231,213,227)
#ECDDE9
(236,221,233)
#F1E5EF
(241,229,239)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49DB9; }

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

This text font color is #C49DB9.


Background Color

.myBgColor { background-color: #C49DB9; }

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

This div background color is #C49DB9.


Border color

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

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

This div border color is #C49DB9.


Opacity

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

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

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

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

This text has shadow with #C49DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49DB9 on black background.


Color preview on white background

This text has color #C49DB9 on white background.



Black color preview on #C49DB9 background

This text has black color on #C49DB9 background.


White color preview on #C49DB9 background

This text has white color on #C49DB9 background.