COLOR #C49DD6

HEX: #C49DD6
RGB: (196,157,214)

Color info

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

RGB color model

#C49DD6 color RGB value is (196,157,214).

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

RGB channels and saturation

R 196 of 255 = 77%
G 157 of 255 = 62%
B 214 of 255 = 84%

196
157
214

R + G + B ~ 74%. #C49DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 157 + 214 = 567 (100%)
R 196 of 567 ~ 34.57%
G 157 of 567 ~ 27.69%
B 214 of 567 ~ 37.74%

%34.57
%27.69
%37.74

CMYK color model

#C49DD6 color CMYK value is (8,27,0,16).

  • cyan value is 8.41%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(8,27,0,16)
C8M27Y0K16 
(8%,27%,0%,16%)
(0.08/0.27/0.00/0.16)	

CMYK percentages

%8.41
%26.64
%0
%16.08

Codes

Color #C49DD6 in popluar color models

C49DD6
RGB196157214
HSL281°41.01%72.75%
HSB/HSV281°26.64%83.92%
CMYK8.41%26.64%0.00%
16.08%

Color #C49DD6 in popluar number systems.

HEXC49DD6
Decimal196157214
Binary110001001001110111010110
Octal304235326

Shades and tints

Shades of #C49DD6

#C49DD6
(196,157,214)
#B38FC3
(179,143,195)
#A281B0
(162,129,176)
#91739D
(145,115,157)
#80658A
(128,101,138)
#6F5777
(111,87,119)
#5E4964
(94,73,100)
#4D3B51
(77,59,81)
#3C2D3E
(60,45,62)
#2B1F2B
(43,31,43)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #C49DD6

#C49DD6
(196,157,214)
#C9A5D9
(201,165,217)
#CEADDC
(206,173,220)
#D3B5DF
(211,181,223)
#D8BDE2
(216,189,226)
#DDC5E5
(221,197,229)
#E2CDE8
(226,205,232)
#E7D5EB
(231,213,235)
#ECDDEE
(236,221,238)
#F1E5F1
(241,229,241)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49DD6; }

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

This text font color is #C49DD6.


Background Color

.myBgColor { background-color: #C49DD6; }

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

This div background color is #C49DD6.


Border color

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

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

This div border color is #C49DD6.


Opacity

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

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

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

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

This text has shadow with #C49DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49DD6 on black background.


Color preview on white background

This text has color #C49DD6 on white background.



Black color preview on #C49DD6 background

This text has black color on #C49DD6 background.


White color preview on #C49DD6 background

This text has white color on #C49DD6 background.