COLOR #C29DAB

HEX: #C29DAB
RGB: (194,157,171)

Color info

#C29DAB contains red, green and blue colors in about the same proportion. Web safe color of #C29DAB is #CC9999 (or #C99).

RGB color model

#C29DAB color RGB value is (194,157,171).

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

RGB channels and saturation

R 194 of 255 = 76%
G 157 of 255 = 62%
B 171 of 255 = 67%

194
157
171

R + G + B ~ 68%. #C29DAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 157 + 171 = 522 (100%)
R 194 of 522 ~ 37.16%
G 157 of 522 ~ 30.08%
B 171 of 522 ~ 32.76%

%37.16
%30.08
%32.76

CMYK color model

#C29DAB color CMYK value is (0,19,12,24).

  • cyan value is 0.00%
  • magenta value is 19.07%
  • yellow value is 11.86%
  • key color value is 23.92%
CMYK:
(0,19,12,24)
C0M19Y12K24 
(0%,19%,12%,24%)
(0.00/0.19/0.12/0.24)	

CMYK percentages

%0
%19.07
%11.86
%23.92

Codes

Color #C29DAB in popluar color models

C29DAB
RGB194157171
HSL337°23.27%68.82%
HSB/HSV337°19.07%76.08%
CMYK0.00%19.07%11.86%
23.92%

Color #C29DAB in popluar number systems.

HEXC29DAB
Decimal194157171
Binary110000101001110110101011
Octal302235253

Shades and tints

Shades of #C29DAB

#C29DAB
(194,157,171)
#B18F9C
(177,143,156)
#A0818D
(160,129,141)
#8F737E
(143,115,126)
#7E656F
(126,101,111)
#6D5760
(109,87,96)
#5C4951
(92,73,81)
#4B3B42
(75,59,66)
#3A2D33
(58,45,51)
#291F24
(41,31,36)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #C29DAB

#C29DAB
(194,157,171)
#C7A5B2
(199,165,178)
#CCADB9
(204,173,185)
#D1B5C0
(209,181,192)
#D6BDC7
(214,189,199)
#DBC5CE
(219,197,206)
#E0CDD5
(224,205,213)
#E5D5DC
(229,213,220)
#EADDE3
(234,221,227)
#EFE5EA
(239,229,234)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29DAB; }

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

This text font color is #C29DAB.


Background Color

.myBgColor { background-color: #C29DAB; }

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

This div background color is #C29DAB.


Border color

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

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

This div border color is #C29DAB.


Opacity

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

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

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

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

This text has shadow with #C29DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29DAB on black background.


Color preview on white background

This text has color #C29DAB on white background.



Black color preview on #C29DAB background

This text has black color on #C29DAB background.


White color preview on #C29DAB background

This text has white color on #C29DAB background.