COLOR #C5AAB5

HEX: #C5AAB5 RGB: (197,170,181)

Color info

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

RGB color model

#C5AAB5 color RGB value is (197,170,181).

RGB: (197,170,181) (77%, 67%, 71%)

RGB channels and saturation

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

197
170
181

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

Portions of RGB colors in percentages

R + G + B = 197 + 170 + 181 = 548 (100%)
R 197 of 548 ~ 35.95%
G 170 of 548 ~ 31.02%
B 181 of 548 ~ 33.03'%

%35.95
%31.02
%33.03

CMYK color model

#C5AAB5 color CMYK value is (0,14,8,23).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK: (0,14,8,23) C0M14Y8K23 (0%,14%,8%,23%) (0.00/0.14/0.08/0.23) 

CMYK percentages

%0
%13.71
%8.12
%22.75

Codes

Color #C5AAB5 in popluar color models

C5 AA B5
RGB 197 170 181
HSL 336° 18.88% 71.96%
HSB/HSV 336° 13.71% 77.25%
CMYK 0.00% 13.71% 8.12%
22.75%

Color #C5AAB5 in popluar number systems.

HEX C5 AA B5
Decimal 197 170 181
Binary 11000101 10101010 10110101
Octal 305 252 265

Shades and tints

Shades of #C5AAB5

#C5AAB5
(197,170,181)
#B49BA5
(180,155,165)
#A38C95
(163,140,149)
#927D85
(146,125,133)
#816E75
(129,110,117)
#705F65
(112,95,101)
#5F5055
(95,80,85)
#4E4145
(78,65,69)
#3D3235
(61,50,53)
#2C2325
(44,35,37)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #C5AAB5

#C5AAB5
(197,170,181)
#CAB1BB
(202,177,187)
#CFB8C1
(207,184,193)
#D4BFC7
(212,191,199)
#D9C6CD
(217,198,205)
#DECDD3
(222,205,211)
#E3D4D9
(227,212,217)
#E8DBDF
(232,219,223)
#EDE2E5
(237,226,229)
#F2E9EB
(242,233,235)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AAB5; }

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

This text font color is #C5AAB5.

Background Color

.myBgColor { background-color: #C5AAB5; }

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

This div background color is #C5AAB5.

Border color

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

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

This div border color is #C5AAB5.

Opacity

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

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

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

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

This text has shadow with #C5AAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AAB5.

Preview

Color preview on black background

This text has color #C5AAB5 on black background.


Color preview on white background

This text has color #C5AAB5 on white background.


Black color preview on #C5AAB5 background

This text has black color on #C5AAB5 background.


White color preview on #C5AAB5 background

This text has white color on #C5AAB5 background.


Related colors

Complementary color

Complementary color for #hex is #3A554A.


I love getcolorcode.com

Triadic colors

1 #B5C5AA and #AAB5C5 with #C5AAB5 are triadic colors.

2 #B5AAC5 and #AAC5B5 with #C5AAB5 are triadic colors.