COLOR #C5CAAF

HEX: #C5CAAF RGB: (197,202,175)

Color info

#C5CAAF contains red, green and blue colors in about the same proportion. Web safe color of #C5CAAF is #CCCC99 (or #CC9).

RGB color model

#C5CAAF color RGB value is (197,202,175).

RGB: (197,202,175) (77%, 79%, 69%)

RGB channels and saturation

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

197
202
175

R + G + B ~ 75%. #C5CAAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 175 = 574 (100%)
R 197 of 574 ~ 34.32%
G 202 of 574 ~ 35.19%
B 175 of 574 ~ 30.49'%

%34.32
%35.19
%30.49

CMYK color model

#C5CAAF color CMYK value is (2,0,13,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 20.78%

CMYK: (2,0,13,21)
C2M0Y13K21 (2%, 0%, 13%, 21%)
(0.02 / 0.00 / 0.13 / 0.21)

CMYK percentages

%2.48
%0
%13.37
%20.78

Codes

Color #C5CAAF in popluar color models

C5 CA AF
RGB 197 202 175
HSL 71° 20.30% 73.92%
HSB/HSV 71° 13.37% 79.22%
CMYK 2.48% 0.00% 13.37%
20.78%

Color #C5CAAF in popluar number systems.

HEX C5 CA AF
Decimal 197 202 175
Binary 11000101 11001010 10101111
Octal 305 312 257

Shades and tints

Shades of #C5CAAF

#C5CAAF
(197,202,175)
#B4B8A0
(180,184,160)
#A3A691
(163,166,145)
#929482
(146,148,130)
#818273
(129,130,115)
#707064
(112,112,100)
#5F5E55
(95,94,85)
#4E4C46
(78,76,70)
#3D3A37
(61,58,55)
#2C2828
(44,40,40)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5CAAF

#C5CAAF
(197,202,175)
#CACEB6
(202,206,182)
#CFD2BD
(207,210,189)
#D4D6C4
(212,214,196)
#D9DACB
(217,218,203)
#DEDED2
(222,222,210)
#E3E2D9
(227,226,217)
#E8E6E0
(232,230,224)
#EDEAE7
(237,234,231)
#F2EEEE
(242,238,238)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CAAF; }

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

This text font color is #C5CAAF.

Background Color

.myBgColor { background-color: #C5CAAF; }

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

This div background color is #C5CAAF.

Border color

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

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

This div border color is #C5CAAF.

Opacity

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

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

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

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

This text has shadow with #C5CAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CAAF.

Preview

Color preview on black background

This text has color #C5CAAF on black background.


Color preview on white background

This text has color #C5CAAF on white background.


Black color preview on #C5CAAF background

This text has black color on #C5CAAF background.


White color preview on #C5CAAF background

This text has white color on #C5CAAF background.


Related colors

Complementary color

Complementary color for #hex is #3A3550.


I love getcolorcode.com

Triadic colors

1 #AFC5CA and #CAAFC5 with #C5CAAF are triadic colors.

2 #AFCAC5 and #CAC5AF with #C5CAAF are triadic colors.