COLOR #C29DBA

HEX: #C29DBA
RGB: (194,157,186)

Color info

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

RGB color model

#C29DBA color RGB value is (194,157,186).

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

RGB channels and saturation

R 194 of 255 = 76%
G 157 of 255 = 62%
B 186 of 255 = 73%

194
157
186

R + G + B ~ 70%. #C29DBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 157 + 186 = 537 (100%)
R 194 of 537 ~ 36.13%
G 157 of 537 ~ 29.24%
B 186 of 537 ~ 34.64%

%36.13
%29.24
%34.64

CMYK color model

#C29DBA color CMYK value is (0,19,4,24).

  • cyan value is 0.00%
  • magenta value is 19.07%
  • yellow value is 4.12%
  • key color value is 23.92%
CMYK:
(0,19,4,24)
C0M19Y4K24 
(0%,19%,4%,24%)
(0.00/0.19/0.04/0.24)	

CMYK percentages

%0
%19.07
%4.12
%23.92

Codes

Color #C29DBA in popluar color models

C29DBA
RGB194157186
HSL313°23.27%68.82%
HSB/HSV313°19.07%76.08%
CMYK0.00%19.07%4.12%
23.92%

Color #C29DBA in popluar number systems.

HEXC29DBA
Decimal194157186
Binary110000101001110110111010
Octal302235272

Shades and tints

Shades of #C29DBA

#C29DBA
(194,157,186)
#B18FAA
(177,143,170)
#A0819A
(160,129,154)
#8F738A
(143,115,138)
#7E657A
(126,101,122)
#6D576A
(109,87,106)
#5C495A
(92,73,90)
#4B3B4A
(75,59,74)
#3A2D3A
(58,45,58)
#291F2A
(41,31,42)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #C29DBA

#C29DBA
(194,157,186)
#C7A5C0
(199,165,192)
#CCADC6
(204,173,198)
#D1B5CC
(209,181,204)
#D6BDD2
(214,189,210)
#DBC5D8
(219,197,216)
#E0CDDE
(224,205,222)
#E5D5E4
(229,213,228)
#EADDEA
(234,221,234)
#EFE5F0
(239,229,240)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29DBA; }

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

This text font color is #C29DBA.


Background Color

.myBgColor { background-color: #C29DBA; }

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

This div background color is #C29DBA.


Border color

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

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

This div border color is #C29DBA.


Opacity

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

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

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

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

This text has shadow with #C29DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29DBA on black background.


Color preview on white background

This text has color #C29DBA on white background.



Black color preview on #C29DBA background

This text has black color on #C29DBA background.


White color preview on #C29DBA background

This text has white color on #C29DBA background.