COLOR #C29EB0

HEX: #C29EB0 RGB: (194,158,176)

Color info

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

RGB color model

#C29EB0 color RGB value is (194,158,176).

RGB: (194,158,176) (76%, 62%, 69%)

RGB channels and saturation

R 194 of 255 = 76%
G 158 of 255 = 62%
B 176 of 255 = 69%

194
158
176

R + G + B ~ 69%. #C29EB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 158 + 176 = 528 (100%)
R 194 of 528 ~ 36.74%
G 158 of 528 ~ 29.92%
B 176 of 528 ~ 33.33'%

%36.74
%29.92
%33.33

CMYK color model

#C29EB0 color CMYK value is (0,19,9,24).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 9.28%
  • key color value is 23.92%

CMYK: (0,19,9,24)
C0M19Y9K24 (0%, 19%, 9%, 24%)
(0.00 / 0.19 / 0.09 / 0.24)

CMYK percentages

%0
%18.56
%9.28
%23.92

Codes

Color #C29EB0 in popluar color models

C2 9E B0
RGB 194 158 176
HSL 330° 22.78% 69.02%
HSB/HSV 330° 18.56% 76.08%
CMYK 0.00% 18.56% 9.28%
23.92%

Color #C29EB0 in popluar number systems.

HEX C2 9E B0
Decimal 194 158 176
Binary 11000010 10011110 10110000
Octal 302 236 260

Shades and tints

Shades of #C29EB0

#C29EB0
(194,158,176)
#B190A0
(177,144,160)
#A08290
(160,130,144)
#8F7480
(143,116,128)
#7E6670
(126,102,112)
#6D5860
(109,88,96)
#5C4A50
(92,74,80)
#4B3C40
(75,60,64)
#3A2E30
(58,46,48)
#292020
(41,32,32)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #C29EB0

#C29EB0
(194,158,176)
#C7A6B7
(199,166,183)
#CCAEBE
(204,174,190)
#D1B6C5
(209,182,197)
#D6BECC
(214,190,204)
#DBC6D3
(219,198,211)
#E0CEDA
(224,206,218)
#E5D6E1
(229,214,225)
#EADEE8
(234,222,232)
#EFE6EF
(239,230,239)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29EB0; }

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

This text font color is #C29EB0.

Background Color

.myBgColor { background-color: #C29EB0; }

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

This div background color is #C29EB0.

Border color

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

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

This div border color is #C29EB0.

Opacity

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

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

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

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

This text has shadow with #C29EB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C29EB0.

Preview

Color preview on black background

This text has color #C29EB0 on black background.


Color preview on white background

This text has color #C29EB0 on white background.


Black color preview on #C29EB0 background

This text has black color on #C29EB0 background.


White color preview on #C29EB0 background

This text has white color on #C29EB0 background.


Related colors

Complementary color

Complementary color for #hex is #3D614F.


I love getcolorcode.com

Triadic colors

1 #B0C29E and #9EB0C2 with #C29EB0 are triadic colors.

2 #B09EC2 and #9EC2B0 with #C29EB0 are triadic colors.