COLOR #C49DCE

HEX: #C49DCE
RGB: (196,157,206)

Color info

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

RGB color model

#C49DCE color RGB value is (196,157,206).

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

RGB channels and saturation

R 196 of 255 = 77%
G 157 of 255 = 62%
B 206 of 255 = 81%

196
157
206

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

Portions of RGB colors in percentages

R + G + B =
196 + 157 + 206 = 559 (100%)
R 196 of 559 ~ 35.06%
G 157 of 559 ~ 28.09%
B 206 of 559 ~ 36.85%

%35.06
%28.09
%36.85

CMYK color model

#C49DCE color CMYK value is (5,24,0,19).

  • cyan value is 4.85%
  • magenta value is 23.79%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(5,24,0,19)
C5M24Y0K19 
(5%,24%,0%,19%)
(0.05/0.24/0.00/0.19)	

CMYK percentages

%4.85
%23.79
%0
%19.22

Codes

Color #C49DCE in popluar color models

C49DCE
RGB196157206
HSL288°33.33%71.18%
HSB/HSV288°23.79%80.78%
CMYK4.85%23.79%0.00%
19.22%

Color #C49DCE in popluar number systems.

HEXC49DCE
Decimal196157206
Binary110001001001110111001110
Octal304235316

Shades and tints

Shades of #C49DCE

#C49DCE
(196,157,206)
#B38FBC
(179,143,188)
#A281AA
(162,129,170)
#917398
(145,115,152)
#806586
(128,101,134)
#6F5774
(111,87,116)
#5E4962
(94,73,98)
#4D3B50
(77,59,80)
#3C2D3E
(60,45,62)
#2B1F2C
(43,31,44)
#1A111A
(26,17,26)
#000000
(0,0,0)

Tints of #C49DCE

#C49DCE
(196,157,206)
#C9A5D2
(201,165,210)
#CEADD6
(206,173,214)
#D3B5DA
(211,181,218)
#D8BDDE
(216,189,222)
#DDC5E2
(221,197,226)
#E2CDE6
(226,205,230)
#E7D5EA
(231,213,234)
#ECDDEE
(236,221,238)
#F1E5F2
(241,229,242)
#F6EDF6
(246,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49DCE; }

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

This text font color is #C49DCE.


Background Color

.myBgColor { background-color: #C49DCE; }

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

This div background color is #C49DCE.


Border color

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

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

This div border color is #C49DCE.


Opacity

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

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

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

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

This text has shadow with #C49DCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49DCE on black background.


Color preview on white background

This text has color #C49DCE on white background.



Black color preview on #C49DCE background

This text has black color on #C49DCE background.


White color preview on #C49DCE background

This text has white color on #C49DCE background.