COLOR #C29DD5

HEX: #C29DD5
RGB: (194,157,213)

Color info

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

RGB color model

#C29DD5 color RGB value is (194,157,213).

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

RGB channels and saturation

R 194 of 255 = 76%
G 157 of 255 = 62%
B 213 of 255 = 84%

194
157
213

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

Portions of RGB colors in percentages

R + G + B =
194 + 157 + 213 = 564 (100%)
R 194 of 564 ~ 34.4%
G 157 of 564 ~ 27.84%
B 213 of 564 ~ 37.77%

%34.4
%27.84
%37.77

CMYK color model

#C29DD5 color CMYK value is (9,26,0,16).

  • cyan value is 8.92%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(9,26,0,16)
C9M26Y0K16 
(9%,26%,0%,16%)
(0.09/0.26/0.00/0.16)	

CMYK percentages

%8.92
%26.29
%0
%16.47

Codes

Color #C29DD5 in popluar color models

C29DD5
RGB194157213
HSL280°40.00%72.55%
HSB/HSV280°26.29%83.53%
CMYK8.92%26.29%0.00%
16.47%

Color #C29DD5 in popluar number systems.

HEXC29DD5
Decimal194157213
Binary110000101001110111010101
Octal302235325

Shades and tints

Shades of #C29DD5

#C29DD5
(194,157,213)
#B18FC2
(177,143,194)
#A081AF
(160,129,175)
#8F739C
(143,115,156)
#7E6589
(126,101,137)
#6D5776
(109,87,118)
#5C4963
(92,73,99)
#4B3B50
(75,59,80)
#3A2D3D
(58,45,61)
#291F2A
(41,31,42)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #C29DD5

#C29DD5
(194,157,213)
#C7A5D8
(199,165,216)
#CCADDB
(204,173,219)
#D1B5DE
(209,181,222)
#D6BDE1
(214,189,225)
#DBC5E4
(219,197,228)
#E0CDE7
(224,205,231)
#E5D5EA
(229,213,234)
#EADDED
(234,221,237)
#EFE5F0
(239,229,240)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29DD5; }

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

This text font color is #C29DD5.


Background Color

.myBgColor { background-color: #C29DD5; }

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

This div background color is #C29DD5.


Border color

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

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

This div border color is #C29DD5.


Opacity

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

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

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

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

This text has shadow with #C29DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29DD5 on black background.


Color preview on white background

This text has color #C29DD5 on white background.



Black color preview on #C29DD5 background

This text has black color on #C29DD5 background.


White color preview on #C29DD5 background

This text has white color on #C29DD5 background.