COLOR #C49DC9

HEX: #C49DC9
RGB: (196,157,201)

Color info

#C49DC9 contains red, green and blue colors in about the same proportion. Web safe color of #C49DC9 is #CC99CC (or #C9C).

RGB color model

#C49DC9 color RGB value is (196,157,201).

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

RGB channels and saturation

R 196 of 255 = 77%
G 157 of 255 = 62%
B 201 of 255 = 79%

196
157
201

R + G + B ~ 73%. #C49DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 157 + 201 = 554 (100%)
R 196 of 554 ~ 35.38%
G 157 of 554 ~ 28.34%
B 201 of 554 ~ 36.28%

%35.38
%28.34
%36.28

CMYK color model

#C49DC9 color CMYK value is (2,22,0,21).

  • cyan value is 2.49%
  • magenta value is 21.89%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(2,22,0,21)
C2M22Y0K21 
(2%,22%,0%,21%)
(0.02/0.22/0.00/0.21)	

CMYK percentages

%2.49
%21.89
%0
%21.18

Codes

Color #C49DC9 in popluar color models

C49DC9
RGB196157201
HSL293°28.95%70.20%
HSB/HSV293°21.89%78.82%
CMYK2.49%21.89%0.00%
21.18%

Color #C49DC9 in popluar number systems.

HEXC49DC9
Decimal196157201
Binary110001001001110111001001
Octal304235311

Shades and tints

Shades of #C49DC9

#C49DC9
(196,157,201)
#B38FB7
(179,143,183)
#A281A5
(162,129,165)
#917393
(145,115,147)
#806581
(128,101,129)
#6F576F
(111,87,111)
#5E495D
(94,73,93)
#4D3B4B
(77,59,75)
#3C2D39
(60,45,57)
#2B1F27
(43,31,39)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #C49DC9

#C49DC9
(196,157,201)
#C9A5CD
(201,165,205)
#CEADD1
(206,173,209)
#D3B5D5
(211,181,213)
#D8BDD9
(216,189,217)
#DDC5DD
(221,197,221)
#E2CDE1
(226,205,225)
#E7D5E5
(231,213,229)
#ECDDE9
(236,221,233)
#F1E5ED
(241,229,237)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49DC9; }

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

This text font color is #C49DC9.


Background Color

.myBgColor { background-color: #C49DC9; }

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

This div background color is #C49DC9.


Border color

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

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

This div border color is #C49DC9.


Opacity

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

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

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

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

This text has shadow with #C49DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49DC9 on black background.


Color preview on white background

This text has color #C49DC9 on white background.



Black color preview on #C49DC9 background

This text has black color on #C49DC9 background.


White color preview on #C49DC9 background

This text has white color on #C49DC9 background.