COLOR #C4AAB5

HEX: #C4AAB5
RGB: (196,170,181)

Color info

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

RGB color model

#C4AAB5 color RGB value is (196,170,181).

  • red value is 196;
  • green value is 170;
  • blue value is 181.
RGB:
(196,170,181)
(77%,67%,71%)

RGB channels and saturation

R 196 of 255 = 77%
G 170 of 255 = 67%
B 181 of 255 = 71%

196
170
181

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

Portions of RGB colors in percentages

R + G + B =
196 + 170 + 181 = 547 (100%)
R 196 of 547 ~ 35.83%
G 170 of 547 ~ 31.08%
B 181 of 547 ~ 33.09%

%35.83
%31.08
%33.09

CMYK color model

#C4AAB5 color CMYK value is (0,13,8,23).

  • cyan value is 0.00%
  • magenta value is 13.27%
  • yellow value is 7.65%
  • key color value is 23.14%
CMYK:
(0,13,8,23)
C0M13Y8K23 
(0%,13%,8%,23%)
(0.00/0.13/0.08/0.23)	

CMYK percentages

%0
%13.27
%7.65
%23.14

Codes

Color #C4AAB5 in popluar color models

C4AAB5
RGB196170181
HSL335°18.06%71.76%
HSB/HSV335°13.27%76.86%
CMYK0.00%13.27%7.65%
23.14%

Color #C4AAB5 in popluar number systems.

HEXC4AAB5
Decimal196170181
Binary110001001010101010110101
Octal304252265

Shades and tints

Shades of #C4AAB5

#C4AAB5
(196,170,181)
#B39BA5
(179,155,165)
#A28C95
(162,140,149)
#917D85
(145,125,133)
#806E75
(128,110,117)
#6F5F65
(111,95,101)
#5E5055
(94,80,85)
#4D4145
(77,65,69)
#3C3235
(60,50,53)
#2B2325
(43,35,37)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C4AAB5

#C4AAB5
(196,170,181)
#C9B1BB
(201,177,187)
#CEB8C1
(206,184,193)
#D3BFC7
(211,191,199)
#D8C6CD
(216,198,205)
#DDCDD3
(221,205,211)
#E2D4D9
(226,212,217)
#E7DBDF
(231,219,223)
#ECE2E5
(236,226,229)
#F1E9EB
(241,233,235)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AAB5 color. Also use rgb(196,170,181) instead hex code.

Text Font Color

.myTextColor { color: #C4AAB5; }

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

This text font color is #C4AAB5.


Background Color

.myBgColor { background-color: #C4AAB5; }

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

This div background color is #C4AAB5.


Border color

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

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

This div border color is #C4AAB5.


Opacity

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

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

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

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

This text has shadow with #C4AAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AAB5 on black background.


Color preview on white background

This text has color #C4AAB5 on white background.



Black color preview on #C4AAB5 background

This text has black color on #C4AAB5 background.


White color preview on #C4AAB5 background

This text has white color on #C4AAB5 background.