COLOR #C29DCA

HEX: #C29DCA
RGB: (194,157,202)

Color info

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

RGB color model

#C29DCA color RGB value is (194,157,202).

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

RGB channels and saturation

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

194
157
202

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

Portions of RGB colors in percentages

R + G + B =
194 + 157 + 202 = 553 (100%)
R 194 of 553 ~ 35.08%
G 157 of 553 ~ 28.39%
B 202 of 553 ~ 36.53%

%35.08
%28.39
%36.53

CMYK color model

#C29DCA color CMYK value is (4,22,0,21).

  • cyan value is 3.96%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,22,0,21)
C4M22Y0K21 
(4%,22%,0%,21%)
(0.04/0.22/0.00/0.21)	

CMYK percentages

%3.96
%22.28
%0
%20.78

Codes

Color #C29DCA in popluar color models

C29DCA
RGB194157202
HSL289°29.80%70.39%
HSB/HSV289°22.28%79.22%
CMYK3.96%22.28%0.00%
20.78%

Color #C29DCA in popluar number systems.

HEXC29DCA
Decimal194157202
Binary110000101001110111001010
Octal302235312

Shades and tints

Shades of #C29DCA

#C29DCA
(194,157,202)
#B18FB8
(177,143,184)
#A081A6
(160,129,166)
#8F7394
(143,115,148)
#7E6582
(126,101,130)
#6D5770
(109,87,112)
#5C495E
(92,73,94)
#4B3B4C
(75,59,76)
#3A2D3A
(58,45,58)
#291F28
(41,31,40)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #C29DCA

#C29DCA
(194,157,202)
#C7A5CE
(199,165,206)
#CCADD2
(204,173,210)
#D1B5D6
(209,181,214)
#D6BDDA
(214,189,218)
#DBC5DE
(219,197,222)
#E0CDE2
(224,205,226)
#E5D5E6
(229,213,230)
#EADDEA
(234,221,234)
#EFE5EE
(239,229,238)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29DCA; }

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

This text font color is #C29DCA.


Background Color

.myBgColor { background-color: #C29DCA; }

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

This div background color is #C29DCA.


Border color

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

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

This div border color is #C29DCA.


Opacity

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

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

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

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

This text has shadow with #C29DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29DCA on black background.


Color preview on white background

This text has color #C29DCA on white background.



Black color preview on #C29DCA background

This text has black color on #C29DCA background.


White color preview on #C29DCA background

This text has white color on #C29DCA background.