COLOR #C29FCD

HEX: #C29FCD
RGB: (194,159,205)

Color info

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

RGB color model

#C29FCD color RGB value is (194,159,205).

  • red value is 194;
  • green value is 159;
  • blue value is 205.
RGB:
(194,159,205)
(76%,62%,80%)

RGB channels and saturation

R 194 of 255 = 76%
G 159 of 255 = 62%
B 205 of 255 = 80%

194
159
205

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

Portions of RGB colors in percentages

R + G + B =
194 + 159 + 205 = 558 (100%)
R 194 of 558 ~ 34.77%
G 159 of 558 ~ 28.49%
B 205 of 558 ~ 36.74%

%34.77
%28.49
%36.74

CMYK color model

#C29FCD color CMYK value is (5,22,0,20).

  • cyan value is 5.37%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(5,22,0,20)
C5M22Y0K20 
(5%,22%,0%,20%)
(0.05/0.22/0.00/0.20)	

CMYK percentages

%5.37
%22.44
%0
%19.61

Codes

Color #C29FCD in popluar color models

C29FCD
RGB194159205
HSL286°31.51%71.37%
HSB/HSV286°22.44%80.39%
CMYK5.37%22.44%0.00%
19.61%

Color #C29FCD in popluar number systems.

HEXC29FCD
Decimal194159205
Binary110000101001111111001101
Octal302237315

Shades and tints

Shades of #C29FCD

#C29FCD
(194,159,205)
#B191BB
(177,145,187)
#A083A9
(160,131,169)
#8F7597
(143,117,151)
#7E6785
(126,103,133)
#6D5973
(109,89,115)
#5C4B61
(92,75,97)
#4B3D4F
(75,61,79)
#3A2F3D
(58,47,61)
#29212B
(41,33,43)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #C29FCD

#C29FCD
(194,159,205)
#C7A7D1
(199,167,209)
#CCAFD5
(204,175,213)
#D1B7D9
(209,183,217)
#D6BFDD
(214,191,221)
#DBC7E1
(219,199,225)
#E0CFE5
(224,207,229)
#E5D7E9
(229,215,233)
#EADFED
(234,223,237)
#EFE7F1
(239,231,241)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29FCD color. Also use rgb(194,159,205) instead hex code.

Text Font Color

.myTextColor { color: #C29FCD; }

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

This text font color is #C29FCD.


Background Color

.myBgColor { background-color: #C29FCD; }

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

This div background color is #C29FCD.


Border color

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

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

This div border color is #C29FCD.


Opacity

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

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

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

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

This text has shadow with #C29FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29FCD on black background.


Color preview on white background

This text has color #C29FCD on white background.



Black color preview on #C29FCD background

This text has black color on #C29FCD background.


White color preview on #C29FCD background

This text has white color on #C29FCD background.