COLOR #C5AAAE

HEX: #C5AAAE
RGB: (197,170,174)

Color info

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

RGB color model

#C5AAAE color RGB value is (197,170,174).

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

RGB channels and saturation

R 197 of 255 = 77%
G 170 of 255 = 67%
B 174 of 255 = 68%

197
170
174

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

Portions of RGB colors in percentages

R + G + B =
197 + 170 + 174 = 541 (100%)
R 197 of 541 ~ 36.41%
G 170 of 541 ~ 31.42%
B 174 of 541 ~ 32.16%

%36.41
%31.42
%32.16

CMYK color model

#C5AAAE color CMYK value is (0,14,12,23).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 11.68%
  • key color value is 22.75%
CMYK:
(0,14,12,23)
C0M14Y12K23 
(0%,14%,12%,23%)
(0.00/0.14/0.12/0.23)	

CMYK percentages

%0
%13.71
%11.68
%22.75

Codes

Color #C5AAAE in popluar color models

C5AAAE
RGB197170174
HSL351°18.88%71.96%
HSB/HSV351°13.71%77.25%
CMYK0.00%13.71%11.68%
22.75%

Color #C5AAAE in popluar number systems.

HEXC5AAAE
Decimal197170174
Binary110001011010101010101110
Octal305252256

Shades and tints

Shades of #C5AAAE

#C5AAAE
(197,170,174)
#B49B9F
(180,155,159)
#A38C90
(163,140,144)
#927D81
(146,125,129)
#816E72
(129,110,114)
#705F63
(112,95,99)
#5F5054
(95,80,84)
#4E4145
(78,65,69)
#3D3236
(61,50,54)
#2C2327
(44,35,39)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C5AAAE

#C5AAAE
(197,170,174)
#CAB1B5
(202,177,181)
#CFB8BC
(207,184,188)
#D4BFC3
(212,191,195)
#D9C6CA
(217,198,202)
#DECDD1
(222,205,209)
#E3D4D8
(227,212,216)
#E8DBDF
(232,219,223)
#EDE2E6
(237,226,230)
#F2E9ED
(242,233,237)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AAAE; }

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

This text font color is #C5AAAE.


Background Color

.myBgColor { background-color: #C5AAAE; }

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

This div background color is #C5AAAE.


Border color

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

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

This div border color is #C5AAAE.


Opacity

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

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

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

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

This text has shadow with #C5AAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AAAE on black background.


Color preview on white background

This text has color #C5AAAE on white background.



Black color preview on #C5AAAE background

This text has black color on #C5AAAE background.


White color preview on #C5AAAE background

This text has white color on #C5AAAE background.