COLOR #C4A5C3

HEX: #C4A5C3
RGB: (196,165,195)

Color info

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

RGB color model

#C4A5C3 color RGB value is (196,165,195).

  • red value is 196;
  • green value is 165;
  • blue value is 195.
RGB:
(196,165,195)
(77%,65%,76%)

RGB channels and saturation

R 196 of 255 = 77%
G 165 of 255 = 65%
B 195 of 255 = 76%

196
165
195

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

Portions of RGB colors in percentages

R + G + B =
196 + 165 + 195 = 556 (100%)
R 196 of 556 ~ 35.25%
G 165 of 556 ~ 29.68%
B 195 of 556 ~ 35.07%

%35.25
%29.68
%35.07

CMYK color model

#C4A5C3 color CMYK value is (0,16,1,23).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 0.51%
  • key color value is 23.14%
CMYK:
(0,16,1,23)
C0M16Y1K23 
(0%,16%,1%,23%)
(0.00/0.16/0.01/0.23)	

CMYK percentages

%0
%15.82
%0.51
%23.14

Codes

Color #C4A5C3 in popluar color models

C4A5C3
RGB196165195
HSL302°20.81%70.78%
HSB/HSV302°15.82%76.86%
CMYK0.00%15.82%0.51%
23.14%

Color #C4A5C3 in popluar number systems.

HEXC4A5C3
Decimal196165195
Binary110001001010010111000011
Octal304245303

Shades and tints

Shades of #C4A5C3

#C4A5C3
(196,165,195)
#B396B2
(179,150,178)
#A287A1
(162,135,161)
#917890
(145,120,144)
#80697F
(128,105,127)
#6F5A6E
(111,90,110)
#5E4B5D
(94,75,93)
#4D3C4C
(77,60,76)
#3C2D3B
(60,45,59)
#2B1E2A
(43,30,42)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #C4A5C3

#C4A5C3
(196,165,195)
#C9ADC8
(201,173,200)
#CEB5CD
(206,181,205)
#D3BDD2
(211,189,210)
#D8C5D7
(216,197,215)
#DDCDDC
(221,205,220)
#E2D5E1
(226,213,225)
#E7DDE6
(231,221,230)
#ECE5EB
(236,229,235)
#F1EDF0
(241,237,240)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A5C3 color. Also use rgb(196,165,195) instead hex code.

Text Font Color

.myTextColor { color: #C4A5C3; }

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

This text font color is #C4A5C3.


Background Color

.myBgColor { background-color: #C4A5C3; }

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

This div background color is #C4A5C3.


Border color

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

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

This div border color is #C4A5C3.


Opacity

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

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

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

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

This text has shadow with #C4A5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A5C3 on black background.


Color preview on white background

This text has color #C4A5C3 on white background.



Black color preview on #C4A5C3 background

This text has black color on #C4A5C3 background.


White color preview on #C4A5C3 background

This text has white color on #C4A5C3 background.