COLOR #C29ADA

HEX: #C29ADA
RGB: (194,154,218)

Color info

#C29ADA contains mainly red and blue colors. Web safe color of #C29ADA is #CC99CC (or #C9C).

RGB color model

#C29ADA color RGB value is (194,154,218).

  • red value is 194;
  • green value is 154;
  • blue value is 218.
RGB:
(194,154,218)
(76%,60%,85%)

RGB channels and saturation

R 194 of 255 = 76%
G 154 of 255 = 60%
B 218 of 255 = 85%

194
154
218

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

Portions of RGB colors in percentages

R + G + B =
194 + 154 + 218 = 566 (100%)
R 194 of 566 ~ 34.28%
G 154 of 566 ~ 27.21%
B 218 of 566 ~ 38.52%

%34.28
%27.21
%38.52

CMYK color model

#C29ADA color CMYK value is (11,29,0,15).

  • cyan value is 11.01%
  • magenta value is 29.36%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(11,29,0,15)
C11M29Y0K15 
(11%,29%,0%,15%)
(0.11/0.29/0.00/0.15)	

CMYK percentages

%11.01
%29.36
%0
%14.51

Codes

Color #C29ADA in popluar color models

C29ADA
RGB194154218
HSL278°46.38%72.94%
HSB/HSV278°29.36%85.49%
CMYK11.01%29.36%0.00%
14.51%

Color #C29ADA in popluar number systems.

HEXC29ADA
Decimal194154218
Binary110000101001101011011010
Octal302232332

Shades and tints

Shades of #C29ADA

#C29ADA
(194,154,218)
#B18CC7
(177,140,199)
#A07EB4
(160,126,180)
#8F70A1
(143,112,161)
#7E628E
(126,98,142)
#6D547B
(109,84,123)
#5C4668
(92,70,104)
#4B3855
(75,56,85)
#3A2A42
(58,42,66)
#291C2F
(41,28,47)
#180E1C
(24,14,28)
#000000
(0,0,0)

Tints of #C29ADA

#C29ADA
(194,154,218)
#C7A3DD
(199,163,221)
#CCACE0
(204,172,224)
#D1B5E3
(209,181,227)
#D6BEE6
(214,190,230)
#DBC7E9
(219,199,233)
#E0D0EC
(224,208,236)
#E5D9EF
(229,217,239)
#EAE2F2
(234,226,242)
#EFEBF5
(239,235,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29ADA color. Also use rgb(194,154,218) instead hex code.

Text Font Color

.myTextColor { color: #C29ADA; }

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

This text font color is #C29ADA.


Background Color

.myBgColor { background-color: #C29ADA; }

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

This div background color is #C29ADA.


Border color

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

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

This div border color is #C29ADA.


Opacity

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

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

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

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

This text has shadow with #C29ADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29ADA on black background.


Color preview on white background

This text has color #C29ADA on white background.



Black color preview on #C29ADA background

This text has black color on #C29ADA background.


White color preview on #C29ADA background

This text has white color on #C29ADA background.