COLOR #C49DAE

HEX: #C49DAE
RGB: (196,157,174)

Renk bilgisi

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

RGB renk modeli

#C49DAE color RGB value is (196,157,174).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 157 of 255 = 62%
B 174 of 255 = 68%

196
157
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 157 + 174 = 527 (100%)
R 196 of 527 ~ 37.19%
G 157 of 527 ~ 29.79%
B 174 of 527 ~ 33.02%

%37.19
%29.79
%33.02

CMYK RENK MODELİ

#C49DAE rengi CMYK tonu (0,20,11,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.90%
  • sarı tonu 11.22%
  • ana renk tonu 23.14%
CMYK:
(0,20,11,23)
C0M20Y11K23 
(0%,20%,11%,23%)
(0.00/0.20/0.11/0.23)	

CMYK yüzdeleri

%0
%19.9
%11.22
%23.14

Codes

Color #C49DAE in popluar color models

C49DAE
RGB196157174
HSL334°24.84%69.22%
HSB/HSV334°19.90%76.86%
CMYK0.00%19.90%11.22%
23.14%

Color #C49DAE in popluar number systems.

HEXC49DAE
Decimal196157174
Binary110001001001110110101110
Octal304235256

Shades and tints

Shades of #C49DAE

#C49DAE
(196,157,174)
#B38F9F
(179,143,159)
#A28190
(162,129,144)
#917381
(145,115,129)
#806572
(128,101,114)
#6F5763
(111,87,99)
#5E4954
(94,73,84)
#4D3B45
(77,59,69)
#3C2D36
(60,45,54)
#2B1F27
(43,31,39)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #C49DAE

#C49DAE
(196,157,174)
#C9A5B5
(201,165,181)
#CEADBC
(206,173,188)
#D3B5C3
(211,181,195)
#D8BDCA
(216,189,202)
#DDC5D1
(221,197,209)
#E2CDD8
(226,205,216)
#E7D5DF
(231,213,223)
#ECDDE6
(236,221,230)
#F1E5ED
(241,229,237)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49DAE; }

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

This text font color is #C49DAE.


Background Color

.myBgColor { background-color: #C49DAE; }

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

This div background color is #C49DAE.


Border color

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

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

This div border color is #C49DAE.


Opacity

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

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

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

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

This text has shadow with #C49DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49DAE on black background.


Color preview on white background

This text has color #C49DAE on white background.



Black color preview on #C49DAE background

This text has black color on #C49DAE background.


White color preview on #C49DAE background

This text has white color on #C49DAE background.