COLOR #C4A3B6

HEX: #C4A3B6
RGB: (196,163,182)

Color info

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

RGB color model

#C4A3B6 color RGB value is (196,163,182).

  • red value is 196;
  • green value is 163;
  • blue value is 182.
RGB:
(196,163,182)
(77%,64%,71%)

RGB channels and saturation

R 196 of 255 = 77%
G 163 of 255 = 64%
B 182 of 255 = 71%

196
163
182

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

Portions of RGB colors in percentages

R + G + B =
196 + 163 + 182 = 541 (100%)
R 196 of 541 ~ 36.23%
G 163 of 541 ~ 30.13%
B 182 of 541 ~ 33.64%

%36.23
%30.13
%33.64

CMYK color model

#C4A3B6 color CMYK value is (0,17,7,23).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 7.14%
  • key color value is 23.14%
CMYK:
(0,17,7,23)
C0M17Y7K23 
(0%,17%,7%,23%)
(0.00/0.17/0.07/0.23)	

CMYK percentages

%0
%16.84
%7.14
%23.14

Codes

Color #C4A3B6 in popluar color models

C4A3B6
RGB196163182
HSL325°21.85%70.39%
HSB/HSV325°16.84%76.86%
CMYK0.00%16.84%7.14%
23.14%

Color #C4A3B6 in popluar number systems.

HEXC4A3B6
Decimal196163182
Binary110001001010001110110110
Octal304243266

Shades and tints

Shades of #C4A3B6

#C4A3B6
(196,163,182)
#B395A6
(179,149,166)
#A28796
(162,135,150)
#917986
(145,121,134)
#806B76
(128,107,118)
#6F5D66
(111,93,102)
#5E4F56
(94,79,86)
#4D4146
(77,65,70)
#3C3336
(60,51,54)
#2B2526
(43,37,38)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #C4A3B6

#C4A3B6
(196,163,182)
#C9ABBC
(201,171,188)
#CEB3C2
(206,179,194)
#D3BBC8
(211,187,200)
#D8C3CE
(216,195,206)
#DDCBD4
(221,203,212)
#E2D3DA
(226,211,218)
#E7DBE0
(231,219,224)
#ECE3E6
(236,227,230)
#F1EBEC
(241,235,236)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A3B6 color. Also use rgb(196,163,182) instead hex code.

Text Font Color

.myTextColor { color: #C4A3B6; }

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

This text font color is #C4A3B6.


Background Color

.myBgColor { background-color: #C4A3B6; }

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

This div background color is #C4A3B6.


Border color

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

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

This div border color is #C4A3B6.


Opacity

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

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

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

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

This text has shadow with #C4A3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A3B6 on black background.


Color preview on white background

This text has color #C4A3B6 on white background.



Black color preview on #C4A3B6 background

This text has black color on #C4A3B6 background.


White color preview on #C4A3B6 background

This text has white color on #C4A3B6 background.