COLOR #C4A8B3

HEX: #C4A8B3
RGB: (196,168,179)

Color info

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

RGB color model

#C4A8B3 color RGB value is (196,168,179).

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

RGB channels and saturation

R 196 of 255 = 77%
G 168 of 255 = 66%
B 179 of 255 = 70%

196
168
179

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

Portions of RGB colors in percentages

R + G + B =
196 + 168 + 179 = 543 (100%)
R 196 of 543 ~ 36.1%
G 168 of 543 ~ 30.94%
B 179 of 543 ~ 32.97%

%36.1
%30.94
%32.97

CMYK color model

#C4A8B3 color CMYK value is (0,14,9,23).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 8.67%
  • key color value is 23.14%
CMYK:
(0,14,9,23)
C0M14Y9K23 
(0%,14%,9%,23%)
(0.00/0.14/0.09/0.23)	

CMYK percentages

%0
%14.29
%8.67
%23.14

Codes

Color #C4A8B3 in popluar color models

C4A8B3
RGB196168179
HSL336°19.18%71.37%
HSB/HSV336°14.29%76.86%
CMYK0.00%14.29%8.67%
23.14%

Color #C4A8B3 in popluar number systems.

HEXC4A8B3
Decimal196168179
Binary110001001010100010110011
Octal304250263

Shades and tints

Shades of #C4A8B3

#C4A8B3
(196,168,179)
#B399A3
(179,153,163)
#A28A93
(162,138,147)
#917B83
(145,123,131)
#806C73
(128,108,115)
#6F5D63
(111,93,99)
#5E4E53
(94,78,83)
#4D3F43
(77,63,67)
#3C3033
(60,48,51)
#2B2123
(43,33,35)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #C4A8B3

#C4A8B3
(196,168,179)
#C9AFB9
(201,175,185)
#CEB6BF
(206,182,191)
#D3BDC5
(211,189,197)
#D8C4CB
(216,196,203)
#DDCBD1
(221,203,209)
#E2D2D7
(226,210,215)
#E7D9DD
(231,217,221)
#ECE0E3
(236,224,227)
#F1E7E9
(241,231,233)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A8B3; }

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

This text font color is #C4A8B3.


Background Color

.myBgColor { background-color: #C4A8B3; }

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

This div background color is #C4A8B3.


Border color

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

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

This div border color is #C4A8B3.


Opacity

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

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

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

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

This text has shadow with #C4A8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A8B3 on black background.


Color preview on white background

This text has color #C4A8B3 on white background.



Black color preview on #C4A8B3 background

This text has black color on #C4A8B3 background.


White color preview on #C4A8B3 background

This text has white color on #C4A8B3 background.