COLOR #C29CB8

HEX: #C29CB8 RGB: (194,156,184)

Color info

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

RGB color model

#C29CB8 color RGB value is (194,156,184).

RGB: (194,156,184) (76%, 61%, 72%)

RGB channels and saturation

R 194 of 255 = 76%
G 156 of 255 = 61%
B 184 of 255 = 72%

194
156
184

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

Portions of RGB colors in percentages

R + G + B = 194 + 156 + 184 = 534 (100%)
R 194 of 534 ~ 36.33%
G 156 of 534 ~ 29.21%
B 184 of 534 ~ 34.46'%

%36.33
%29.21
%34.46

CMYK color model

#C29CB8 color CMYK value is (0,20,5,24).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 5.15%
  • key color value is 23.92%

CMYK: (0,20,5,24)
C0M20Y5K24 (0%, 20%, 5%, 24%)
(0.00 / 0.20 / 0.05 / 0.24)

CMYK percentages

%0
%19.59
%5.15
%23.92

Codes

Color #C29CB8 in popluar color models

C2 9C B8
RGB 194 156 184
HSL 316° 23.75% 68.63%
HSB/HSV 316° 19.59% 76.08%
CMYK 0.00% 19.59% 5.15%
23.92%

Color #C29CB8 in popluar number systems.

HEX C2 9C B8
Decimal 194 156 184
Binary 11000010 10011100 10111000
Octal 302 234 270

Shades and tints

Shades of #C29CB8

#C29CB8
(194,156,184)
#B18EA8
(177,142,168)
#A08098
(160,128,152)
#8F7288
(143,114,136)
#7E6478
(126,100,120)
#6D5668
(109,86,104)
#5C4858
(92,72,88)
#4B3A48
(75,58,72)
#3A2C38
(58,44,56)
#291E28
(41,30,40)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #C29CB8

#C29CB8
(194,156,184)
#C7A5BE
(199,165,190)
#CCAEC4
(204,174,196)
#D1B7CA
(209,183,202)
#D6C0D0
(214,192,208)
#DBC9D6
(219,201,214)
#E0D2DC
(224,210,220)
#E5DBE2
(229,219,226)
#EAE4E8
(234,228,232)
#EFEDEE
(239,237,238)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29CB8 color. Also use rgb(194,156,184) instead hex code.

Text Font Color

.myTextColor { color: #C29CB8; }

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

This text font color is #C29CB8.

Background Color

.myBgColor { background-color: #C29CB8; }

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

This div background color is #C29CB8.

Border color

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

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

This div border color is #C29CB8.

Opacity

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

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

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

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

This text has shadow with #C29CB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C29CB8.

Preview

Color preview on black background

This text has color #C29CB8 on black background.


Color preview on white background

This text has color #C29CB8 on white background.


Black color preview on #C29CB8 background

This text has black color on #C29CB8 background.


White color preview on #C29CB8 background

This text has white color on #C29CB8 background.


Related colors

Complementary color

Complementary color for #hex is #3D6347.


I love getcolorcode.com

Triadic colors

1 #B8C29C and #9CB8C2 with #C29CB8 are triadic colors.

2 #B89CC2 and #9CC2B8 with #C29CB8 are triadic colors.