COLOR #C29DED

HEX: #C29DED
RGB: (194,157,237)

Color info

#C29DED contains mainly red and blue colors. Web safe color of #C29DED is #CC99FF (or #C9F).

RGB color model

#C29DED color RGB value is (194,157,237).

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

RGB channels and saturation

R 194 of 255 = 76%
G 157 of 255 = 62%
B 237 of 255 = 93%

194
157
237

R + G + B ~ 77%. #C29DED is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 157 + 237 = 588 (100%)
R 194 of 588 ~ 32.99%
G 157 of 588 ~ 26.7%
B 237 of 588 ~ 40.31%

%32.99
%26.7
%40.31

CMYK color model

#C29DED color CMYK value is (18,34,0,7).

  • cyan value is 18.14%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(18,34,0,7)
C18M34Y0K7 
(18%,34%,0%,7%)
(0.18/0.34/0.00/0.07)	

CMYK percentages

%18.14
%33.76
%0
%7.06

Codes

Color #C29DED in popluar color models

C29DED
RGB194157237
HSL268°68.97%77.25%
HSB/HSV268°33.76%92.94%
CMYK18.14%33.76%0.00%
7.06%

Color #C29DED in popluar number systems.

HEXC29DED
Decimal194157237
Binary110000101001110111101101
Octal302235355

Shades and tints

Shades of #C29DED

#C29DED
(194,157,237)
#B18FD8
(177,143,216)
#A081C3
(160,129,195)
#8F73AE
(143,115,174)
#7E6599
(126,101,153)
#6D5784
(109,87,132)
#5C496F
(92,73,111)
#4B3B5A
(75,59,90)
#3A2D45
(58,45,69)
#291F30
(41,31,48)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #C29DED

#C29DED
(194,157,237)
#C7A5EE
(199,165,238)
#CCADEF
(204,173,239)
#D1B5F0
(209,181,240)
#D6BDF1
(214,189,241)
#DBC5F2
(219,197,242)
#E0CDF3
(224,205,243)
#E5D5F4
(229,213,244)
#EADDF5
(234,221,245)
#EFE5F6
(239,229,246)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29DED; }

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

This text font color is #C29DED.


Background Color

.myBgColor { background-color: #C29DED; }

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

This div background color is #C29DED.


Border color

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

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

This div border color is #C29DED.


Opacity

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

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

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

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

This text has shadow with #C29DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29DED on black background.


Color preview on white background

This text has color #C29DED on white background.



Black color preview on #C29DED background

This text has black color on #C29DED background.


White color preview on #C29DED background

This text has white color on #C29DED background.