COLOR #C29BB7

HEX: #C29BB7
RGB: (194,155,183)

Color info

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

RGB color model

#C29BB7 color RGB value is (194,155,183).

  • red value is 194;
  • green value is 155;
  • blue value is 183.
RGB:
(194,155,183)
(76%,61%,72%)

RGB channels and saturation

R 194 of 255 = 76%
G 155 of 255 = 61%
B 183 of 255 = 72%

194
155
183

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

Portions of RGB colors in percentages

R + G + B =
194 + 155 + 183 = 532 (100%)
R 194 of 532 ~ 36.47%
G 155 of 532 ~ 29.14%
B 183 of 532 ~ 34.4%

%36.47
%29.14
%34.4

CMYK color model

#C29BB7 color CMYK value is (0,20,6,24).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 5.67%
  • key color value is 23.92%
CMYK:
(0,20,6,24)
C0M20Y6K24 
(0%,20%,6%,24%)
(0.00/0.20/0.06/0.24)	

CMYK percentages

%0
%20.1
%5.67
%23.92

Codes

Color #C29BB7 in popluar color models

C29BB7
RGB194155183
HSL317°24.22%68.43%
HSB/HSV317°20.10%76.08%
CMYK0.00%20.10%5.67%
23.92%

Color #C29BB7 in popluar number systems.

HEXC29BB7
Decimal194155183
Binary110000101001101110110111
Octal302233267

Shades and tints

Shades of #C29BB7

#C29BB7
(194,155,183)
#B18DA7
(177,141,167)
#A07F97
(160,127,151)
#8F7187
(143,113,135)
#7E6377
(126,99,119)
#6D5567
(109,85,103)
#5C4757
(92,71,87)
#4B3947
(75,57,71)
#3A2B37
(58,43,55)
#291D27
(41,29,39)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #C29BB7

#C29BB7
(194,155,183)
#C7A4BD
(199,164,189)
#CCADC3
(204,173,195)
#D1B6C9
(209,182,201)
#D6BFCF
(214,191,207)
#DBC8D5
(219,200,213)
#E0D1DB
(224,209,219)
#E5DAE1
(229,218,225)
#EAE3E7
(234,227,231)
#EFECED
(239,236,237)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29BB7; }

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

This text font color is #C29BB7.


Background Color

.myBgColor { background-color: #C29BB7; }

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

This div background color is #C29BB7.


Border color

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

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

This div border color is #C29BB7.


Opacity

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

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

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

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

This text has shadow with #C29BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29BB7 on black background.


Color preview on white background

This text has color #C29BB7 on white background.



Black color preview on #C29BB7 background

This text has black color on #C29BB7 background.


White color preview on #C29BB7 background

This text has white color on #C29BB7 background.