COLOR #C5ADA6

HEX: #C5ADA6 RGB: (197,173,166)

Color info

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

RGB color model

#C5ADA6 color RGB value is (197,173,166).

RGB: (197,173,166) (77%, 68%, 65%)

RGB channels and saturation

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

197
173
166

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

Portions of RGB colors in percentages

R + G + B = 197 + 173 + 166 = 536 (100%)
R 197 of 536 ~ 36.75%
G 173 of 536 ~ 32.28%
B 166 of 536 ~ 30.97'%

%36.75
%32.28
%30.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.18%
  • 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
%12.18
%15.74
%22.75

Codes

Color #C5ADA6 in popluar color models

C5 AD A6
RGB 197 173 166
HSL 14° 21.09% 71.18%
HSB/HSV 14° 15.74% 77.25%
CMYK 0.00% 12.18% 15.74%
22.75%

Color #C5ADA6 in popluar number systems.

HEX C5 AD A6
Decimal 197 173 166
Binary 11000101 10101101 10100110
Octal 305 255 246

Shades and tints

Shades of #C5ADA6

#C5ADA6
(197,173,166)
#B49E97
(180,158,151)
#A38F88
(163,143,136)
#928079
(146,128,121)
#81716A
(129,113,106)
#70625B
(112,98,91)
#5F534C
(95,83,76)
#4E443D
(78,68,61)
#3D352E
(61,53,46)
#2C261F
(44,38,31)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #C5ADA6

#C5ADA6
(197,173,166)
#CAB4AE
(202,180,174)
#CFBBB6
(207,187,182)
#D4C2BE
(212,194,190)
#D9C9C6
(217,201,198)
#DED0CE
(222,208,206)
#E3D7D6
(227,215,214)
#E8DEDE
(232,222,222)
#EDE5E6
(237,229,230)
#F2ECEE
(242,236,238)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ADA6; }

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

This text font color is #C5ADA6.

Background Color

.myBgColor { background-color: #C5ADA6; }

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

This div background color is #C5ADA6.

Border color

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

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

This div border color is #C5ADA6.

Opacity

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

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

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

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

This text has shadow with #C5ADA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ADA6.

Preview

Color preview on black background

This text has color #C5ADA6 on black background.


Color preview on white background

This text has color #C5ADA6 on white background.


Black color preview on #C5ADA6 background

This text has black color on #C5ADA6 background.


White color preview on #C5ADA6 background

This text has white color on #C5ADA6 background.


Related colors

Complementary color

Complementary color for #hex is #3A5259.


I love getcolorcode.com

Triadic colors

1 #A6C5AD and #ADA6C5 with #C5ADA6 are triadic colors.

2 #A6ADC5 and #ADC5A6 with #C5ADA6 are triadic colors.