COLOR #C49DB0

HEX: #C49DB0
RGB: (196,157,176)

Color info

#C49DB0 contains red, green and blue colors in about the same proportion. Web safe color of #C49DB0 is #CC9999 (or #C99).

RGB color model

#C49DB0 color RGB value is (196,157,176).

  • red value is 196;
  • green value is 157;
  • blue value is 176.
RGB:
(196,157,176)
(77%,62%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 157 of 255 = 62%
B 176 of 255 = 69%

196
157
176

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

Portions of RGB colors in percentages

R + G + B =
196 + 157 + 176 = 529 (100%)
R 196 of 529 ~ 37.05%
G 157 of 529 ~ 29.68%
B 176 of 529 ~ 33.27%

%37.05
%29.68
%33.27

CMYK color model

#C49DB0 color CMYK value is (0,20,10,23).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 10.20%
  • key color value is 23.14%
CMYK:
(0,20,10,23)
C0M20Y10K23 
(0%,20%,10%,23%)
(0.00/0.20/0.10/0.23)	

CMYK percentages

%0
%19.9
%10.2
%23.14

Codes

Color #C49DB0 in popluar color models

C49DB0
RGB196157176
HSL331°24.84%69.22%
HSB/HSV331°19.90%76.86%
CMYK0.00%19.90%10.20%
23.14%

Color #C49DB0 in popluar number systems.

HEXC49DB0
Decimal196157176
Binary110001001001110110110000
Octal304235260

Shades and tints

Shades of #C49DB0

#C49DB0
(196,157,176)
#B38FA0
(179,143,160)
#A28190
(162,129,144)
#917380
(145,115,128)
#806570
(128,101,112)
#6F5760
(111,87,96)
#5E4950
(94,73,80)
#4D3B40
(77,59,64)
#3C2D30
(60,45,48)
#2B1F20
(43,31,32)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #C49DB0

#C49DB0
(196,157,176)
#C9A5B7
(201,165,183)
#CEADBE
(206,173,190)
#D3B5C5
(211,181,197)
#D8BDCC
(216,189,204)
#DDC5D3
(221,197,211)
#E2CDDA
(226,205,218)
#E7D5E1
(231,213,225)
#ECDDE8
(236,221,232)
#F1E5EF
(241,229,239)
#F6EDF6
(246,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49DB0; }

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

This text font color is #C49DB0.


Background Color

.myBgColor { background-color: #C49DB0; }

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

This div background color is #C49DB0.


Border color

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

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

This div border color is #C49DB0.


Opacity

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

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

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

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

This text has shadow with #C49DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49DB0 on black background.


Color preview on white background

This text has color #C49DB0 on white background.



Black color preview on #C49DB0 background

This text has black color on #C49DB0 background.


White color preview on #C49DB0 background

This text has white color on #C49DB0 background.