COLOR #C3A7C9

HEX: #C3A7C9
RGB: (195,167,201)

Color info

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

RGB color model

#C3A7C9 color RGB value is (195,167,201).

  • red value is 195;
  • green value is 167;
  • blue value is 201.
RGB:
(195,167,201)
(76%,65%,79%)

RGB channels and saturation

R 195 of 255 = 76%
G 167 of 255 = 65%
B 201 of 255 = 79%

195
167
201

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

Portions of RGB colors in percentages

R + G + B =
195 + 167 + 201 = 563 (100%)
R 195 of 563 ~ 34.64%
G 167 of 563 ~ 29.66%
B 201 of 563 ~ 35.7%

%34.64
%29.66
%35.7

CMYK color model

#C3A7C9 color CMYK value is (3,17,0,21).

  • cyan value is 2.99%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(3,17,0,21)
C3M17Y0K21 
(3%,17%,0%,21%)
(0.03/0.17/0.00/0.21)	

CMYK percentages

%2.99
%16.92
%0
%21.18

Codes

Color #C3A7C9 in popluar color models

C3A7C9
RGB195167201
HSL289°23.94%72.16%
HSB/HSV289°16.92%78.82%
CMYK2.99%16.92%0.00%
21.18%

Color #C3A7C9 in popluar number systems.

HEXC3A7C9
Decimal195167201
Binary110000111010011111001001
Octal303247311

Shades and tints

Shades of #C3A7C9

#C3A7C9
(195,167,201)
#B298B7
(178,152,183)
#A189A5
(161,137,165)
#907A93
(144,122,147)
#7F6B81
(127,107,129)
#6E5C6F
(110,92,111)
#5D4D5D
(93,77,93)
#4C3E4B
(76,62,75)
#3B2F39
(59,47,57)
#2A2027
(42,32,39)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #C3A7C9

#C3A7C9
(195,167,201)
#C8AFCD
(200,175,205)
#CDB7D1
(205,183,209)
#D2BFD5
(210,191,213)
#D7C7D9
(215,199,217)
#DCCFDD
(220,207,221)
#E1D7E1
(225,215,225)
#E6DFE5
(230,223,229)
#EBE7E9
(235,231,233)
#F0EFED
(240,239,237)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A7C9 color. Also use rgb(195,167,201) instead hex code.

Text Font Color

.myTextColor { color: #C3A7C9; }

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

This text font color is #C3A7C9.


Background Color

.myBgColor { background-color: #C3A7C9; }

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

This div background color is #C3A7C9.


Border color

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

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

This div border color is #C3A7C9.


Opacity

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

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

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

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

This text has shadow with #C3A7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A7C9 on black background.


Color preview on white background

This text has color #C3A7C9 on white background.



Black color preview on #C3A7C9 background

This text has black color on #C3A7C9 background.


White color preview on #C3A7C9 background

This text has white color on #C3A7C9 background.