COLOR #C4A1BB

HEX: #C4A1BB
RGB: (196,161,187)

Color info

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

RGB color model

#C4A1BB color RGB value is (196,161,187).

  • red value is 196;
  • green value is 161;
  • blue value is 187.
RGB:
(196,161,187)
(77%,63%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 161 of 255 = 63%
B 187 of 255 = 73%

196
161
187

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

Portions of RGB colors in percentages

R + G + B =
196 + 161 + 187 = 544 (100%)
R 196 of 544 ~ 36.03%
G 161 of 544 ~ 29.6%
B 187 of 544 ~ 34.38%

%36.03
%29.6
%34.38

CMYK color model

#C4A1BB color CMYK value is (0,18,5,23).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 4.59%
  • key color value is 23.14%
CMYK:
(0,18,5,23)
C0M18Y5K23 
(0%,18%,5%,23%)
(0.00/0.18/0.05/0.23)	

CMYK percentages

%0
%17.86
%4.59
%23.14

Codes

Color #C4A1BB in popluar color models

C4A1BB
RGB196161187
HSL315°22.88%70.00%
HSB/HSV315°17.86%76.86%
CMYK0.00%17.86%4.59%
23.14%

Color #C4A1BB in popluar number systems.

HEXC4A1BB
Decimal196161187
Binary110001001010000110111011
Octal304241273

Shades and tints

Shades of #C4A1BB

#C4A1BB
(196,161,187)
#B393AA
(179,147,170)
#A28599
(162,133,153)
#917788
(145,119,136)
#806977
(128,105,119)
#6F5B66
(111,91,102)
#5E4D55
(94,77,85)
#4D3F44
(77,63,68)
#3C3133
(60,49,51)
#2B2322
(43,35,34)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #C4A1BB

#C4A1BB
(196,161,187)
#C9A9C1
(201,169,193)
#CEB1C7
(206,177,199)
#D3B9CD
(211,185,205)
#D8C1D3
(216,193,211)
#DDC9D9
(221,201,217)
#E2D1DF
(226,209,223)
#E7D9E5
(231,217,229)
#ECE1EB
(236,225,235)
#F1E9F1
(241,233,241)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A1BB color. Also use rgb(196,161,187) instead hex code.

Text Font Color

.myTextColor { color: #C4A1BB; }

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

This text font color is #C4A1BB.


Background Color

.myBgColor { background-color: #C4A1BB; }

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

This div background color is #C4A1BB.


Border color

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

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

This div border color is #C4A1BB.


Opacity

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

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

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

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

This text has shadow with #C4A1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A1BB on black background.


Color preview on white background

This text has color #C4A1BB on white background.



Black color preview on #C4A1BB background

This text has black color on #C4A1BB background.


White color preview on #C4A1BB background

This text has white color on #C4A1BB background.