COLOR #C29AD5

HEX: #C29AD5
RGB: (194,154,213)

Color info

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

RGB color model

#C29AD5 color RGB value is (194,154,213).

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

RGB channels and saturation

R 194 of 255 = 76%
G 154 of 255 = 60%
B 213 of 255 = 84%

194
154
213

R + G + B ~ 73%. #C29AD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 154 + 213 = 561 (100%)
R 194 of 561 ~ 34.58%
G 154 of 561 ~ 27.45%
B 213 of 561 ~ 37.97%

%34.58
%27.45
%37.97

CMYK color model

#C29AD5 color CMYK value is (9,28,0,16).

  • cyan value is 8.92%
  • magenta value is 27.70%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(9,28,0,16)
C9M28Y0K16 
(9%,28%,0%,16%)
(0.09/0.28/0.00/0.16)	

CMYK percentages

%8.92
%27.7
%0
%16.47

Codes

Color #C29AD5 in popluar color models

C29AD5
RGB194154213
HSL281°41.26%71.96%
HSB/HSV281°27.70%83.53%
CMYK8.92%27.70%0.00%
16.47%

Color #C29AD5 in popluar number systems.

HEXC29AD5
Decimal194154213
Binary110000101001101011010101
Octal302232325

Shades and tints

Shades of #C29AD5

#C29AD5
(194,154,213)
#B18CC2
(177,140,194)
#A07EAF
(160,126,175)
#8F709C
(143,112,156)
#7E6289
(126,98,137)
#6D5476
(109,84,118)
#5C4663
(92,70,99)
#4B3850
(75,56,80)
#3A2A3D
(58,42,61)
#291C2A
(41,28,42)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #C29AD5

#C29AD5
(194,154,213)
#C7A3D8
(199,163,216)
#CCACDB
(204,172,219)
#D1B5DE
(209,181,222)
#D6BEE1
(214,190,225)
#DBC7E4
(219,199,228)
#E0D0E7
(224,208,231)
#E5D9EA
(229,217,234)
#EAE2ED
(234,226,237)
#EFEBF0
(239,235,240)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29AD5; }

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

This text font color is #C29AD5.


Background Color

.myBgColor { background-color: #C29AD5; }

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

This div background color is #C29AD5.


Border color

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

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

This div border color is #C29AD5.


Opacity

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

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

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

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

This text has shadow with #C29AD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29AD5 on black background.


Color preview on white background

This text has color #C29AD5 on white background.



Black color preview on #C29AD5 background

This text has black color on #C29AD5 background.


White color preview on #C29AD5 background

This text has white color on #C29AD5 background.