COLOR #C5AEAF

HEX: #C5AEAF
RGB: (197,174,175)

Color info

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

RGB color model

#C5AEAF color RGB value is (197,174,175).

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

RGB channels and saturation

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

197
174
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 175 = 546 (100%)
R 197 of 546 ~ 36.08%
G 174 of 546 ~ 31.87%
B 175 of 546 ~ 32.05%

%36.08
%31.87
%32.05

CMYK color model

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

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

CMYK percentages

%0
%11.68
%11.17
%22.75

Codes

Color #C5AEAF in popluar color models

C5AEAF
RGB197174175
HSL357°16.55%72.75%
HSB/HSV357°11.68%77.25%
CMYK0.00%11.68%11.17%
22.75%

Color #C5AEAF in popluar number systems.

HEXC5AEAF
Decimal197174175
Binary110001011010111010101111
Octal305256257

Shades and tints

Shades of #C5AEAF

#C5AEAF
(197,174,175)
#B49FA0
(180,159,160)
#A39091
(163,144,145)
#928182
(146,129,130)
#817273
(129,114,115)
#706364
(112,99,100)
#5F5455
(95,84,85)
#4E4546
(78,69,70)
#3D3637
(61,54,55)
#2C2728
(44,39,40)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #C5AEAF

#C5AEAF
(197,174,175)
#CAB5B6
(202,181,182)
#CFBCBD
(207,188,189)
#D4C3C4
(212,195,196)
#D9CACB
(217,202,203)
#DED1D2
(222,209,210)
#E3D8D9
(227,216,217)
#E8DFE0
(232,223,224)
#EDE6E7
(237,230,231)
#F2EDEE
(242,237,238)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEAF; }

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

This text font color is #C5AEAF.


Background Color

.myBgColor { background-color: #C5AEAF; }

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

This div background color is #C5AEAF.


Border color

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

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

This div border color is #C5AEAF.


Opacity

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

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

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

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

This text has shadow with #C5AEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AEAF on black background.


Color preview on white background

This text has color #C5AEAF on white background.



Black color preview on #C5AEAF background

This text has black color on #C5AEAF background.


White color preview on #C5AEAF background

This text has white color on #C5AEAF background.