COLOR #C4A6B3

HEX: #C4A6B3
RGB: (196,166,179)

Color info

#C4A6B3 contains red, green and blue colors in about the same proportion. Web safe color of #C4A6B3 is #CC9999 (or #C99).

RGB color model

#C4A6B3 color RGB value is (196,166,179).

  • red value is 196;
  • green value is 166;
  • blue value is 179.
RGB:
(196,166,179)
(77%,65%,70%)

RGB channels and saturation

R 196 of 255 = 77%
G 166 of 255 = 65%
B 179 of 255 = 70%

196
166
179

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

Portions of RGB colors in percentages

R + G + B =
196 + 166 + 179 = 541 (100%)
R 196 of 541 ~ 36.23%
G 166 of 541 ~ 30.68%
B 179 of 541 ~ 33.09%

%36.23
%30.68
%33.09

CMYK color model

#C4A6B3 color CMYK value is (0,15,9,23).

  • cyan value is 0.00%
  • magenta value is 15.31%
  • yellow value is 8.67%
  • key color value is 23.14%
CMYK:
(0,15,9,23)
C0M15Y9K23 
(0%,15%,9%,23%)
(0.00/0.15/0.09/0.23)	

CMYK percentages

%0
%15.31
%8.67
%23.14

Codes

Color #C4A6B3 in popluar color models

C4A6B3
RGB196166179
HSL334°20.27%70.98%
HSB/HSV334°15.31%76.86%
CMYK0.00%15.31%8.67%
23.14%

Color #C4A6B3 in popluar number systems.

HEXC4A6B3
Decimal196166179
Binary110001001010011010110011
Octal304246263

Shades and tints

Shades of #C4A6B3

#C4A6B3
(196,166,179)
#B397A3
(179,151,163)
#A28893
(162,136,147)
#917983
(145,121,131)
#806A73
(128,106,115)
#6F5B63
(111,91,99)
#5E4C53
(94,76,83)
#4D3D43
(77,61,67)
#3C2E33
(60,46,51)
#2B1F23
(43,31,35)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #C4A6B3

#C4A6B3
(196,166,179)
#C9AEB9
(201,174,185)
#CEB6BF
(206,182,191)
#D3BEC5
(211,190,197)
#D8C6CB
(216,198,203)
#DDCED1
(221,206,209)
#E2D6D7
(226,214,215)
#E7DEDD
(231,222,221)
#ECE6E3
(236,230,227)
#F1EEE9
(241,238,233)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A6B3 color. Also use rgb(196,166,179) instead hex code.

Text Font Color

.myTextColor { color: #C4A6B3; }

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

This text font color is #C4A6B3.


Background Color

.myBgColor { background-color: #C4A6B3; }

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

This div background color is #C4A6B3.


Border color

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

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

This div border color is #C4A6B3.


Opacity

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

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

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

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

This text has shadow with #C4A6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A6B3 on black background.


Color preview on white background

This text has color #C4A6B3 on white background.



Black color preview on #C4A6B3 background

This text has black color on #C4A6B3 background.


White color preview on #C4A6B3 background

This text has white color on #C4A6B3 background.