COLOR #C39ACE

HEX: #C39ACE
RGB: (195,154,206)

Color info

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

RGB color model

#C39ACE color RGB value is (195,154,206).

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

RGB channels and saturation

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

195
154
206

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

Portions of RGB colors in percentages

R + G + B =
195 + 154 + 206 = 555 (100%)
R 195 of 555 ~ 35.14%
G 154 of 555 ~ 27.75%
B 206 of 555 ~ 37.12%

%35.14
%27.75
%37.12

CMYK color model

#C39ACE color CMYK value is (5,25,0,19).

  • cyan value is 5.34%
  • magenta value is 25.24%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(5,25,0,19)
C5M25Y0K19 
(5%,25%,0%,19%)
(0.05/0.25/0.00/0.19)	

CMYK percentages

%5.34
%25.24
%0
%19.22

Codes

Color #C39ACE in popluar color models

C39ACE
RGB195154206
HSL287°34.67%70.59%
HSB/HSV287°25.24%80.78%
CMYK5.34%25.24%0.00%
19.22%

Color #C39ACE in popluar number systems.

HEXC39ACE
Decimal195154206
Binary110000111001101011001110
Octal303232316

Shades and tints

Shades of #C39ACE

#C39ACE
(195,154,206)
#B28CBC
(178,140,188)
#A17EAA
(161,126,170)
#907098
(144,112,152)
#7F6286
(127,98,134)
#6E5474
(110,84,116)
#5D4662
(93,70,98)
#4C3850
(76,56,80)
#3B2A3E
(59,42,62)
#2A1C2C
(42,28,44)
#190E1A
(25,14,26)
#000000
(0,0,0)

Tints of #C39ACE

#C39ACE
(195,154,206)
#C8A3D2
(200,163,210)
#CDACD6
(205,172,214)
#D2B5DA
(210,181,218)
#D7BEDE
(215,190,222)
#DCC7E2
(220,199,226)
#E1D0E6
(225,208,230)
#E6D9EA
(230,217,234)
#EBE2EE
(235,226,238)
#F0EBF2
(240,235,242)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39ACE; }

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

This text font color is #C39ACE.


Background Color

.myBgColor { background-color: #C39ACE; }

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

This div background color is #C39ACE.


Border color

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

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

This div border color is #C39ACE.


Opacity

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

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

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

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

This text has shadow with #C39ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39ACE on black background.


Color preview on white background

This text has color #C39ACE on white background.



Black color preview on #C39ACE background

This text has black color on #C39ACE background.


White color preview on #C39ACE background

This text has white color on #C39ACE background.