COLOR #C49ED3

HEX: #C49ED3
RGB: (196,158,211)

Color info

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

RGB color model

#C49ED3 color RGB value is (196,158,211).

  • red value is 196;
  • green value is 158;
  • blue value is 211.
RGB:
(196,158,211)
(77%,62%,83%)

RGB channels and saturation

R 196 of 255 = 77%
G 158 of 255 = 62%
B 211 of 255 = 83%

196
158
211

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

Portions of RGB colors in percentages

R + G + B =
196 + 158 + 211 = 565 (100%)
R 196 of 565 ~ 34.69%
G 158 of 565 ~ 27.96%
B 211 of 565 ~ 37.35%

%34.69
%27.96
%37.35

CMYK color model

#C49ED3 color CMYK value is (7,25,0,17).

  • cyan value is 7.11%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(7,25,0,17)
C7M25Y0K17 
(7%,25%,0%,17%)
(0.07/0.25/0.00/0.17)	

CMYK percentages

%7.11
%25.12
%0
%17.25

Codes

Color #C49ED3 in popluar color models

C49ED3
RGB196158211
HSL283°37.59%72.35%
HSB/HSV283°25.12%82.75%
CMYK7.11%25.12%0.00%
17.25%

Color #C49ED3 in popluar number systems.

HEXC49ED3
Decimal196158211
Binary110001001001111011010011
Octal304236323

Shades and tints

Shades of #C49ED3

#C49ED3
(196,158,211)
#B390C0
(179,144,192)
#A282AD
(162,130,173)
#91749A
(145,116,154)
#806687
(128,102,135)
#6F5874
(111,88,116)
#5E4A61
(94,74,97)
#4D3C4E
(77,60,78)
#3C2E3B
(60,46,59)
#2B2028
(43,32,40)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #C49ED3

#C49ED3
(196,158,211)
#C9A6D7
(201,166,215)
#CEAEDB
(206,174,219)
#D3B6DF
(211,182,223)
#D8BEE3
(216,190,227)
#DDC6E7
(221,198,231)
#E2CEEB
(226,206,235)
#E7D6EF
(231,214,239)
#ECDEF3
(236,222,243)
#F1E6F7
(241,230,247)
#F6EEFB
(246,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49ED3 color. Also use rgb(196,158,211) instead hex code.

Text Font Color

.myTextColor { color: #C49ED3; }

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

This text font color is #C49ED3.


Background Color

.myBgColor { background-color: #C49ED3; }

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

This div background color is #C49ED3.


Border color

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

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

This div border color is #C49ED3.


Opacity

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

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

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

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

This text has shadow with #C49ED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49ED3 on black background.


Color preview on white background

This text has color #C49ED3 on white background.



Black color preview on #C49ED3 background

This text has black color on #C49ED3 background.


White color preview on #C49ED3 background

This text has white color on #C49ED3 background.