COLOR #C5AEA6

HEX: #C5AEA6
RGB: (197,174,166)

Color info

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

RGB color model

#C5AEA6 color RGB value is (197,174,166).

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

RGB channels and saturation

R 197 of 255 = 77%
G 174 of 255 = 68%
B 166 of 255 = 65%

197
174
166

R + G + B ~ 70%. #C5AEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 174 + 166 = 537 (100%)
R 197 of 537 ~ 36.69%
G 174 of 537 ~ 32.4%
B 166 of 537 ~ 30.91%

%36.69
%32.4
%30.91

CMYK color model

#C5AEA6 color CMYK value is (0,12,16,23).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK: (0,12,16,23) C0M12Y16K23 (0%,12%,16%,23%) (0.00/0.12/0.16/0.23)

CMYK percentages

%0
%11.68
%15.74
%22.75

Codes

Color #C5AEA6 in popluar color models

C5AEA6
RGB197174166
HSL15°21.09%71.18%
HSB/HSV15°15.74%77.25%
CMYK0.00%11.68%15.74%
22.75%

Color #C5AEA6 in popluar number systems.

HEXC5AEA6
Decimal197174166
Binary110001011010111010100110
Octal305256246

Shades and tints

Shades of #C5AEA6

#C5AEA6
(197,174,166)
#B49F97
(180,159,151)
#A39088
(163,144,136)
#928179
(146,129,121)
#81726A
(129,114,106)
#70635B
(112,99,91)
#5F544C
(95,84,76)
#4E453D
(78,69,61)
#3D362E
(61,54,46)
#2C271F
(44,39,31)
#1B1810
(27,24,16)
#000000
(0,0,0)

Tints of #C5AEA6

#C5AEA6
(197,174,166)
#CAB5AE
(202,181,174)
#CFBCB6
(207,188,182)
#D4C3BE
(212,195,190)
#D9CAC6
(217,202,198)
#DED1CE
(222,209,206)
#E3D8D6
(227,216,214)
#E8DFDE
(232,223,222)
#EDE6E6
(237,230,230)
#F2EDEE
(242,237,238)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEA6; }

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

This text font color is #C5AEA6.


Background Color

.myBgColor { background-color: #C5AEA6; }

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

This div background color is #C5AEA6.


Border color

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

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

This div border color is #C5AEA6.


Opacity

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

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

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

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

This text has shadow with #C5AEA6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5AEA6 on black background.


Color preview on white background

This text has color #C5AEA6 on white background.



Black color preview on #C5AEA6 background

This text has black color on #C5AEA6 background.


White color preview on #C5AEA6 background

This text has white color on #C5AEA6 background.