COLOR #C29DC9

HEX: #C29DC9
RGB: (194,157,201)

Color info

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

RGB color model

#C29DC9 color RGB value is (194,157,201).

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

RGB channels and saturation

R 194 of 255 = 76%
G 157 of 255 = 62%
B 201 of 255 = 79%

194
157
201

R + G + B ~ 72%. #C29DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 157 + 201 = 552 (100%)
R 194 of 552 ~ 35.14%
G 157 of 552 ~ 28.44%
B 201 of 552 ~ 36.41%

%35.14
%28.44
%36.41

CMYK color model

#C29DC9 color CMYK value is (3,22,0,21).

  • cyan value is 3.48%
  • magenta value is 21.89%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(3,22,0,21)
C3M22Y0K21 
(3%,22%,0%,21%)
(0.03/0.22/0.00/0.21)	

CMYK percentages

%3.48
%21.89
%0
%21.18

Codes

Color #C29DC9 in popluar color models

C29DC9
RGB194157201
HSL290°28.95%70.20%
HSB/HSV290°21.89%78.82%
CMYK3.48%21.89%0.00%
21.18%

Color #C29DC9 in popluar number systems.

HEXC29DC9
Decimal194157201
Binary110000101001110111001001
Octal302235311

Shades and tints

Shades of #C29DC9

#C29DC9
(194,157,201)
#B18FB7
(177,143,183)
#A081A5
(160,129,165)
#8F7393
(143,115,147)
#7E6581
(126,101,129)
#6D576F
(109,87,111)
#5C495D
(92,73,93)
#4B3B4B
(75,59,75)
#3A2D39
(58,45,57)
#291F27
(41,31,39)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #C29DC9

#C29DC9
(194,157,201)
#C7A5CD
(199,165,205)
#CCADD1
(204,173,209)
#D1B5D5
(209,181,213)
#D6BDD9
(214,189,217)
#DBC5DD
(219,197,221)
#E0CDE1
(224,205,225)
#E5D5E5
(229,213,229)
#EADDE9
(234,221,233)
#EFE5ED
(239,229,237)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29DC9; }

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

This text font color is #C29DC9.


Background Color

.myBgColor { background-color: #C29DC9; }

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

This div background color is #C29DC9.


Border color

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

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

This div border color is #C29DC9.


Opacity

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

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

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

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

This text has shadow with #C29DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29DC9 on black background.


Color preview on white background

This text has color #C29DC9 on white background.



Black color preview on #C29DC9 background

This text has black color on #C29DC9 background.


White color preview on #C29DC9 background

This text has white color on #C29DC9 background.