COLOR #C29ACE

HEX: #C29ACE
RGB: (194,154,206)

Color info

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

RGB color model

#C29ACE color RGB value is (194,154,206).

  • red value is 194;
  • green value is 154;
  • blue value is 206.
RGB:
(194,154,206)
(76%,60%,81%)

RGB channels and saturation

R 194 of 255 = 76%
G 154 of 255 = 60%
B 206 of 255 = 81%

194
154
206

R + G + B ~ 72%. #C29ACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 154 + 206 = 554 (100%)
R 194 of 554 ~ 35.02%
G 154 of 554 ~ 27.8%
B 206 of 554 ~ 37.18%

%35.02
%27.8
%37.18

CMYK color model

#C29ACE color CMYK value is (6,25,0,19).

  • cyan value is 5.83%
  • magenta value is 25.24%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(6,25,0,19)
C6M25Y0K19 
(6%,25%,0%,19%)
(0.06/0.25/0.00/0.19)	

CMYK percentages

%5.83
%25.24
%0
%19.22

Codes

Color #C29ACE in popluar color models

C29ACE
RGB194154206
HSL286°34.67%70.59%
HSB/HSV286°25.24%80.78%
CMYK5.83%25.24%0.00%
19.22%

Color #C29ACE in popluar number systems.

HEXC29ACE
Decimal194154206
Binary110000101001101011001110
Octal302232316

Shades and tints

Shades of #C29ACE

#C29ACE
(194,154,206)
#B18CBC
(177,140,188)
#A07EAA
(160,126,170)
#8F7098
(143,112,152)
#7E6286
(126,98,134)
#6D5474
(109,84,116)
#5C4662
(92,70,98)
#4B3850
(75,56,80)
#3A2A3E
(58,42,62)
#291C2C
(41,28,44)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #C29ACE

#C29ACE
(194,154,206)
#C7A3D2
(199,163,210)
#CCACD6
(204,172,214)
#D1B5DA
(209,181,218)
#D6BEDE
(214,190,222)
#DBC7E2
(219,199,226)
#E0D0E6
(224,208,230)
#E5D9EA
(229,217,234)
#EAE2EE
(234,226,238)
#EFEBF2
(239,235,242)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29ACE color. Also use rgb(194,154,206) instead hex code.

Text Font Color

.myTextColor { color: #C29ACE; }

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

This text font color is #C29ACE.


Background Color

.myBgColor { background-color: #C29ACE; }

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

This div background color is #C29ACE.


Border color

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

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

This div border color is #C29ACE.


Opacity

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

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

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

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

This text has shadow with #C29ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29ACE on black background.


Color preview on white background

This text has color #C29ACE on white background.



Black color preview on #C29ACE background

This text has black color on #C29ACE background.


White color preview on #C29ACE background

This text has white color on #C29ACE background.