COLOR #C5AFAF

HEX: #C5AFAF
RGB: (197,175,175)

Color info

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

RGB color model

#C5AFAF color RGB value is (197,175,175).

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

RGB channels and saturation

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

197
175
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 175 + 175 = 547 (100%)
R 197 of 547 ~ 36.01%
G 175 of 547 ~ 31.99%
B 175 of 547 ~ 31.99%

%36.01
%31.99
%31.99

CMYK color model

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

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

CMYK percentages

%0
%11.17
%11.17
%22.75

Codes

Color #C5AFAF in popluar color models

C5AFAF
RGB197175175
HSL15.94%72.94%
HSB/HSV11.17%77.25%
CMYK0.00%11.17%11.17%
22.75%

Color #C5AFAF in popluar number systems.

HEXC5AFAF
Decimal197175175
Binary110001011010111110101111
Octal305257257

Shades and tints

Shades of #C5AFAF

#C5AFAF
(197,175,175)
#B4A0A0
(180,160,160)
#A39191
(163,145,145)
#928282
(146,130,130)
#817373
(129,115,115)
#706464
(112,100,100)
#5F5555
(95,85,85)
#4E4646
(78,70,70)
#3D3737
(61,55,55)
#2C2828
(44,40,40)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #C5AFAF

#C5AFAF
(197,175,175)
#CAB6B6
(202,182,182)
#CFBDBD
(207,189,189)
#D4C4C4
(212,196,196)
#D9CBCB
(217,203,203)
#DED2D2
(222,210,210)
#E3D9D9
(227,217,217)
#E8E0E0
(232,224,224)
#EDE7E7
(237,231,231)
#F2EEEE
(242,238,238)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AFAF; }

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

This text font color is #C5AFAF.


Background Color

.myBgColor { background-color: #C5AFAF; }

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

This div background color is #C5AFAF.


Border color

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

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

This div border color is #C5AFAF.


Opacity

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

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

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

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

This text has shadow with #C5AFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AFAF on black background.


Color preview on white background

This text has color #C5AFAF on white background.



Black color preview on #C5AFAF background

This text has black color on #C5AFAF background.


White color preview on #C5AFAF background

This text has white color on #C5AFAF background.