COLOR #C29CD5

HEX: #C29CD5
RGB: (194,156,213)

Color info

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

RGB color model

#C29CD5 color RGB value is (194,156,213).

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

RGB channels and saturation

R 194 of 255 = 76%
G 156 of 255 = 61%
B 213 of 255 = 84%

194
156
213

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

Portions of RGB colors in percentages

R + G + B =
194 + 156 + 213 = 563 (100%)
R 194 of 563 ~ 34.46%
G 156 of 563 ~ 27.71%
B 213 of 563 ~ 37.83%

%34.46
%27.71
%37.83

CMYK color model

#C29CD5 color CMYK value is (9,27,0,16).

  • cyan value is 8.92%
  • magenta value is 26.76%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(9,27,0,16)
C9M27Y0K16 
(9%,27%,0%,16%)
(0.09/0.27/0.00/0.16)	

CMYK percentages

%8.92
%26.76
%0
%16.47

Codes

Color #C29CD5 in popluar color models

C29CD5
RGB194156213
HSL280°40.43%72.35%
HSB/HSV280°26.76%83.53%
CMYK8.92%26.76%0.00%
16.47%

Color #C29CD5 in popluar number systems.

HEXC29CD5
Decimal194156213
Binary110000101001110011010101
Octal302234325

Shades and tints

Shades of #C29CD5

#C29CD5
(194,156,213)
#B18EC2
(177,142,194)
#A080AF
(160,128,175)
#8F729C
(143,114,156)
#7E6489
(126,100,137)
#6D5676
(109,86,118)
#5C4863
(92,72,99)
#4B3A50
(75,58,80)
#3A2C3D
(58,44,61)
#291E2A
(41,30,42)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #C29CD5

#C29CD5
(194,156,213)
#C7A5D8
(199,165,216)
#CCAEDB
(204,174,219)
#D1B7DE
(209,183,222)
#D6C0E1
(214,192,225)
#DBC9E4
(219,201,228)
#E0D2E7
(224,210,231)
#E5DBEA
(229,219,234)
#EAE4ED
(234,228,237)
#EFEDF0
(239,237,240)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29CD5; }

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

This text font color is #C29CD5.


Background Color

.myBgColor { background-color: #C29CD5; }

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

This div background color is #C29CD5.


Border color

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

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

This div border color is #C29CD5.


Opacity

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

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

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

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

This text has shadow with #C29CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29CD5 on black background.


Color preview on white background

This text has color #C29CD5 on white background.



Black color preview on #C29CD5 background

This text has black color on #C29CD5 background.


White color preview on #C29CD5 background

This text has white color on #C29CD5 background.