COLOR #C4A8BA

HEX: #C4A8BA
RGB: (196,168,186)

Color info

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

RGB color model

#C4A8BA color RGB value is (196,168,186).

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

RGB channels and saturation

R 196 of 255 = 77%
G 168 of 255 = 66%
B 186 of 255 = 73%

196
168
186

R + G + B ~ 72%. #C4A8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 168 + 186 = 550 (100%)
R 196 of 550 ~ 35.64%
G 168 of 550 ~ 30.55%
B 186 of 550 ~ 33.82%

%35.64
%30.55
%33.82

CMYK color model

#C4A8BA color CMYK value is (0,14,5,23).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(0,14,5,23)
C0M14Y5K23 
(0%,14%,5%,23%)
(0.00/0.14/0.05/0.23)	

CMYK percentages

%0
%14.29
%5.1
%23.14

Codes

Color #C4A8BA in popluar color models

C4A8BA
RGB196168186
HSL321°19.18%71.37%
HSB/HSV321°14.29%76.86%
CMYK0.00%14.29%5.10%
23.14%

Color #C4A8BA in popluar number systems.

HEXC4A8BA
Decimal196168186
Binary110001001010100010111010
Octal304250272

Shades and tints

Shades of #C4A8BA

#C4A8BA
(196,168,186)
#B399AA
(179,153,170)
#A28A9A
(162,138,154)
#917B8A
(145,123,138)
#806C7A
(128,108,122)
#6F5D6A
(111,93,106)
#5E4E5A
(94,78,90)
#4D3F4A
(77,63,74)
#3C303A
(60,48,58)
#2B212A
(43,33,42)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #C4A8BA

#C4A8BA
(196,168,186)
#C9AFC0
(201,175,192)
#CEB6C6
(206,182,198)
#D3BDCC
(211,189,204)
#D8C4D2
(216,196,210)
#DDCBD8
(221,203,216)
#E2D2DE
(226,210,222)
#E7D9E4
(231,217,228)
#ECE0EA
(236,224,234)
#F1E7F0
(241,231,240)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A8BA; }

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

This text font color is #C4A8BA.


Background Color

.myBgColor { background-color: #C4A8BA; }

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

This div background color is #C4A8BA.


Border color

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

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

This div border color is #C4A8BA.


Opacity

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

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

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

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

This text has shadow with #C4A8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A8BA on black background.


Color preview on white background

This text has color #C4A8BA on white background.



Black color preview on #C4A8BA background

This text has black color on #C4A8BA background.


White color preview on #C4A8BA background

This text has white color on #C4A8BA background.