COLOR #C5CBAD

HEX: #C5CBAD RGB: (197,203,173)

Color info

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

RGB color model

#C5CBAD color RGB value is (197,203,173).

RGB: (197,203,173) (77%, 80%, 68%)

RGB channels and saturation

R 197 of 255 = 77%
G 203 of 255 = 80%
B 173 of 255 = 68%

197
203
173

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

Portions of RGB colors in percentages

R + G + B = 197 + 203 + 173 = 573 (100%)
R 197 of 573 ~ 34.38%
G 203 of 573 ~ 35.43%
B 173 of 573 ~ 30.19'%

%34.38
%35.43
%30.19

CMYK color model

#C5CBAD color CMYK value is (3,0,15,20).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 20.39%

CMYK: (3,0,15,20)
C3M0Y15K20 (3%, 0%, 15%, 20%)
(0.03 / 0.00 / 0.15 / 0.20)

CMYK percentages

%2.96
%0
%14.78
%20.39

Codes

Color #C5CBAD in popluar color models

C5 CB AD
RGB 197 203 173
HSL 72° 22.39% 73.73%
HSB/HSV 72° 14.78% 79.61%
CMYK 2.96% 0.00% 14.78%
20.39%

Color #C5CBAD in popluar number systems.

HEX C5 CB AD
Decimal 197 203 173
Binary 11000101 11001011 10101101
Octal 305 313 255

Shades and tints

Shades of #C5CBAD

#C5CBAD
(197,203,173)
#B4B99E
(180,185,158)
#A3A78F
(163,167,143)
#929580
(146,149,128)
#818371
(129,131,113)
#707162
(112,113,98)
#5F5F53
(95,95,83)
#4E4D44
(78,77,68)
#3D3B35
(61,59,53)
#2C2926
(44,41,38)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C5CBAD

#C5CBAD
(197,203,173)
#CACFB4
(202,207,180)
#CFD3BB
(207,211,187)
#D4D7C2
(212,215,194)
#D9DBC9
(217,219,201)
#DEDFD0
(222,223,208)
#E3E3D7
(227,227,215)
#E8E7DE
(232,231,222)
#EDEBE5
(237,235,229)
#F2EFEC
(242,239,236)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CBAD; }

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

This text font color is #C5CBAD.

Background Color

.myBgColor { background-color: #C5CBAD; }

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

This div background color is #C5CBAD.

Border color

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

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

This div border color is #C5CBAD.

Opacity

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

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

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

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

This text has shadow with #C5CBAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CBAD.

Preview

Color preview on black background

This text has color #C5CBAD on black background.


Color preview on white background

This text has color #C5CBAD on white background.


Black color preview on #C5CBAD background

This text has black color on #C5CBAD background.


White color preview on #C5CBAD background

This text has white color on #C5CBAD background.


Related colors

Complementary color

Complementary color for #hex is #3A3452.


I love getcolorcode.com

Triadic colors

1 #ADC5CB and #CBADC5 with #C5CBAD are triadic colors.

2 #ADCBC5 and #CBC5AD with #C5CBAD are triadic colors.