COLOR #C5AAB0

HEX: #C5AAB0
RGB: (197,170,176)

Color info

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

RGB color model

#C5AAB0 color RGB value is (197,170,176).

  • red value is 197;
  • green value is 170;
  • blue value is 176.
RGB:
(197,170,176)
(77%,67%,69%)

RGB channels and saturation

R 197 of 255 = 77%
G 170 of 255 = 67%
B 176 of 255 = 69%

197
170
176

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

Portions of RGB colors in percentages

R + G + B =
197 + 170 + 176 = 543 (100%)
R 197 of 543 ~ 36.28%
G 170 of 543 ~ 31.31%
B 176 of 543 ~ 32.41%

%36.28
%31.31
%32.41

CMYK color model

#C5AAB0 color CMYK value is (0,14,11,23).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(0,14,11,23)
C0M14Y11K23 
(0%,14%,11%,23%)
(0.00/0.14/0.11/0.23)	

CMYK percentages

%0
%13.71
%10.66
%22.75

Codes

Color #C5AAB0 in popluar color models

C5AAB0
RGB197170176
HSL347°18.88%71.96%
HSB/HSV347°13.71%77.25%
CMYK0.00%13.71%10.66%
22.75%

Color #C5AAB0 in popluar number systems.

HEXC5AAB0
Decimal197170176
Binary110001011010101010110000
Octal305252260

Shades and tints

Shades of #C5AAB0

#C5AAB0
(197,170,176)
#B49BA0
(180,155,160)
#A38C90
(163,140,144)
#927D80
(146,125,128)
#816E70
(129,110,112)
#705F60
(112,95,96)
#5F5050
(95,80,80)
#4E4140
(78,65,64)
#3D3230
(61,50,48)
#2C2320
(44,35,32)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #C5AAB0

#C5AAB0
(197,170,176)
#CAB1B7
(202,177,183)
#CFB8BE
(207,184,190)
#D4BFC5
(212,191,197)
#D9C6CC
(217,198,204)
#DECDD3
(222,205,211)
#E3D4DA
(227,212,218)
#E8DBE1
(232,219,225)
#EDE2E8
(237,226,232)
#F2E9EF
(242,233,239)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AAB0 color. Also use rgb(197,170,176) instead hex code.

Text Font Color

.myTextColor { color: #C5AAB0; }

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

This text font color is #C5AAB0.


Background Color

.myBgColor { background-color: #C5AAB0; }

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

This div background color is #C5AAB0.


Border color

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

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

This div border color is #C5AAB0.


Opacity

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

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

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

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

This text has shadow with #C5AAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AAB0 on black background.


Color preview on white background

This text has color #C5AAB0 on white background.



Black color preview on #C5AAB0 background

This text has black color on #C5AAB0 background.


White color preview on #C5AAB0 background

This text has white color on #C5AAB0 background.