COLOR #C29BD0

HEX: #C29BD0 RGB: (194,155,208)

Color info

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

RGB color model

#C29BD0 color RGB value is (194,155,208).

RGB: (194,155,208) (76%, 61%, 82%)

RGB channels and saturation

R 194 of 255 = 76%
G 155 of 255 = 61%
B 208 of 255 = 82%

194
155
208

R + G + B ~ 73%. #C29BD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 155 + 208 = 557 (100%)
R 194 of 557 ~ 34.83%
G 155 of 557 ~ 27.83%
B 208 of 557 ~ 37.34'%

%34.83
%27.83
%37.34

CMYK color model

#C29BD0 color CMYK value is (7,25,0,18).

  • cyan value is 6.73%
  • magenta value is 25.48%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (7,25,0,18)
C7M25Y0K18 (7%, 25%, 0%, 18%)
(0.07 / 0.25 / 0.00 / 0.18)

CMYK percentages

%6.73
%25.48
%0
%18.43

Codes

Color #C29BD0 in popluar color models

C2 9B D0
RGB 194 155 208
HSL 284° 36.05% 71.18%
HSB/HSV 284° 25.48% 81.57%
CMYK 6.73% 25.48% 0.00%
18.43%

Color #C29BD0 in popluar number systems.

HEX C2 9B D0
Decimal 194 155 208
Binary 11000010 10011011 11010000
Octal 302 233 320

Shades and tints

Shades of #C29BD0

#C29BD0
(194,155,208)
#B18DBE
(177,141,190)
#A07FAC
(160,127,172)
#8F719A
(143,113,154)
#7E6388
(126,99,136)
#6D5576
(109,85,118)
#5C4764
(92,71,100)
#4B3952
(75,57,82)
#3A2B40
(58,43,64)
#291D2E
(41,29,46)
#180F1C
(24,15,28)
#000000
(0,0,0)

Tints of #C29BD0

#C29BD0
(194,155,208)
#C7A4D4
(199,164,212)
#CCADD8
(204,173,216)
#D1B6DC
(209,182,220)
#D6BFE0
(214,191,224)
#DBC8E4
(219,200,228)
#E0D1E8
(224,209,232)
#E5DAEC
(229,218,236)
#EAE3F0
(234,227,240)
#EFECF4
(239,236,244)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29BD0 color. Also use rgb(194,155,208) instead hex code.

Text Font Color

.myTextColor { color: #C29BD0; }

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

This text font color is #C29BD0.

Background Color

.myBgColor { background-color: #C29BD0; }

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

This div background color is #C29BD0.

Border color

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

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

This div border color is #C29BD0.

Opacity

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

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

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

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

This text has shadow with #C29BD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C29BD0.

Preview

Color preview on black background

This text has color #C29BD0 on black background.


Color preview on white background

This text has color #C29BD0 on white background.


Black color preview on #C29BD0 background

This text has black color on #C29BD0 background.


White color preview on #C29BD0 background

This text has white color on #C29BD0 background.


Related colors

Complementary color

Complementary color for #hex is #3D642F.


I love getcolorcode.com

Triadic colors

1 #D0C29B and #9BD0C2 with #C29BD0 are triadic colors.

2 #D09BC2 and #9BC2D0 with #C29BD0 are triadic colors.