COLOR #C3A9B6

HEX: #C3A9B6
RGB: (195,169,182)

Color info

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

RGB color model

#C3A9B6 color RGB value is (195,169,182).

  • red value is 195;
  • green value is 169;
  • blue value is 182.
RGB:
(195,169,182)
(76%,66%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 182 of 255 = 71%

195
169
182

R + G + B ~ 71%. #C3A9B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 169 + 182 = 546 (100%)
R 195 of 546 ~ 35.71%
G 169 of 546 ~ 30.95%
B 182 of 546 ~ 33.33%

%35.71
%30.95
%33.33

CMYK color model

#C3A9B6 color CMYK value is (0,13,7,24).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK:
(0,13,7,24)
C0M13Y7K24 
(0%,13%,7%,24%)
(0.00/0.13/0.07/0.24)	

CMYK percentages

%0
%13.33
%6.67
%23.53

Codes

Color #C3A9B6 in popluar color models

C3A9B6
RGB195169182
HSL330°17.81%71.37%
HSB/HSV330°13.33%76.47%
CMYK0.00%13.33%6.67%
23.53%

Color #C3A9B6 in popluar number systems.

HEXC3A9B6
Decimal195169182
Binary110000111010100110110110
Octal303251266

Shades and tints

Shades of #C3A9B6

#C3A9B6
(195,169,182)
#B29AA6
(178,154,166)
#A18B96
(161,139,150)
#907C86
(144,124,134)
#7F6D76
(127,109,118)
#6E5E66
(110,94,102)
#5D4F56
(93,79,86)
#4C4046
(76,64,70)
#3B3136
(59,49,54)
#2A2226
(42,34,38)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #C3A9B6

#C3A9B6
(195,169,182)
#C8B0BC
(200,176,188)
#CDB7C2
(205,183,194)
#D2BEC8
(210,190,200)
#D7C5CE
(215,197,206)
#DCCCD4
(220,204,212)
#E1D3DA
(225,211,218)
#E6DAE0
(230,218,224)
#EBE1E6
(235,225,230)
#F0E8EC
(240,232,236)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A9B6 color. Also use rgb(195,169,182) instead hex code.

Text Font Color

.myTextColor { color: #C3A9B6; }

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

This text font color is #C3A9B6.


Background Color

.myBgColor { background-color: #C3A9B6; }

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

This div background color is #C3A9B6.


Border color

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

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

This div border color is #C3A9B6.


Opacity

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

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

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

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

This text has shadow with #C3A9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A9B6 on black background.


Color preview on white background

This text has color #C3A9B6 on white background.



Black color preview on #C3A9B6 background

This text has black color on #C3A9B6 background.


White color preview on #C3A9B6 background

This text has white color on #C3A9B6 background.