COLOR #C29E99

HEX: #C29E99
RGB: (194,158,153)

Color info

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

RGB color model

#C29E99 color RGB value is (194,158,153).

  • red value is 194;
  • green value is 158;
  • blue value is 153.
RGB:
(194,158,153)
(76%,62%,60%)

RGB channels and saturation

R 194 of 255 = 76%
G 158 of 255 = 62%
B 153 of 255 = 60%

194
158
153

R + G + B ~ 66%. #C29E99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 158 + 153 = 505 (100%)
R 194 of 505 ~ 38.42%
G 158 of 505 ~ 31.29%
B 153 of 505 ~ 30.3%

%38.42
%31.29
%30.3

CMYK color model

#C29E99 color CMYK value is (0,19,21,24).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 21.13%
  • key color value is 23.92%
CMYK:
(0,19,21,24)
C0M19Y21K24 
(0%,19%,21%,24%)
(0.00/0.19/0.21/0.24)	

CMYK percentages

%0
%18.56
%21.13
%23.92

Codes

Color #C29E99 in popluar color models

C29E99
RGB194158153
HSL25.15%68.04%
HSB/HSV21.13%76.08%
CMYK0.00%18.56%21.13%
23.92%

Color #C29E99 in popluar number systems.

HEXC29E99
Decimal194158153
Binary110000101001111010011001
Octal302236231

Shades and tints

Shades of #C29E99

#C29E99
(194,158,153)
#B1908C
(177,144,140)
#A0827F
(160,130,127)
#8F7472
(143,116,114)
#7E6665
(126,102,101)
#6D5858
(109,88,88)
#5C4A4B
(92,74,75)
#4B3C3E
(75,60,62)
#3A2E31
(58,46,49)
#292024
(41,32,36)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #C29E99

#C29E99
(194,158,153)
#C7A6A2
(199,166,162)
#CCAEAB
(204,174,171)
#D1B6B4
(209,182,180)
#D6BEBD
(214,190,189)
#DBC6C6
(219,198,198)
#E0CECF
(224,206,207)
#E5D6D8
(229,214,216)
#EADEE1
(234,222,225)
#EFE6EA
(239,230,234)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29E99 color. Also use rgb(194,158,153) instead hex code.

Text Font Color

.myTextColor { color: #C29E99; }

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

This text font color is #C29E99.


Background Color

.myBgColor { background-color: #C29E99; }

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

This div background color is #C29E99.


Border color

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

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

This div border color is #C29E99.


Opacity

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

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

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

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

This text has shadow with #C29E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29E99 on black background.


Color preview on white background

This text has color #C29E99 on white background.



Black color preview on #C29E99 background

This text has black color on #C29E99 background.


White color preview on #C29E99 background

This text has white color on #C29E99 background.