COLOR #C5AFAA

HEX: #C5AFAA
RGB: (197,175,170)

Color info

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

RGB color model

#C5AFAA color RGB value is (197,175,170).

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

RGB channels and saturation

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

197
175
170

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

Portions of RGB colors in percentages

R + G + B =
197 + 175 + 170 = 542 (100%)
R 197 of 542 ~ 36.35%
G 175 of 542 ~ 32.29%
B 170 of 542 ~ 31.37%

%36.35
%32.29
%31.37

CMYK color model

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

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

CMYK percentages

%0
%11.17
%13.71
%22.75

Codes

Color #C5AFAA in popluar color models

C5AFAA
RGB197175170
HSL11°18.88%71.96%
HSB/HSV11°13.71%77.25%
CMYK0.00%11.17%13.71%
22.75%

Color #C5AFAA in popluar number systems.

HEXC5AFAA
Decimal197175170
Binary110001011010111110101010
Octal305257252

Shades and tints

Shades of #C5AFAA

#C5AFAA
(197,175,170)
#B4A09B
(180,160,155)
#A3918C
(163,145,140)
#92827D
(146,130,125)
#81736E
(129,115,110)
#70645F
(112,100,95)
#5F5550
(95,85,80)
#4E4641
(78,70,65)
#3D3732
(61,55,50)
#2C2823
(44,40,35)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #C5AFAA

#C5AFAA
(197,175,170)
#CAB6B1
(202,182,177)
#CFBDB8
(207,189,184)
#D4C4BF
(212,196,191)
#D9CBC6
(217,203,198)
#DED2CD
(222,210,205)
#E3D9D4
(227,217,212)
#E8E0DB
(232,224,219)
#EDE7E2
(237,231,226)
#F2EEE9
(242,238,233)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AFAA; }

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

This text font color is #C5AFAA.


Background Color

.myBgColor { background-color: #C5AFAA; }

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

This div background color is #C5AFAA.


Border color

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

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

This div border color is #C5AFAA.


Opacity

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

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

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

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

This text has shadow with #C5AFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AFAA on black background.


Color preview on white background

This text has color #C5AFAA on white background.



Black color preview on #C5AFAA background

This text has black color on #C5AFAA background.


White color preview on #C5AFAA background

This text has white color on #C5AFAA background.