COLOR #C5CBAC

HEX: #C5CBAC RGB: (197,203,172)

Color info

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

RGB color model

#C5CBAC color RGB value is (197,203,172).

RGB: (197,203,172) (77%, 80%, 67%)

RGB channels and saturation

R 197 of 255 = 77%
G 203 of 255 = 80%
B 172 of 255 = 67%

197
203
172

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

Portions of RGB colors in percentages

R + G + B = 197 + 203 + 172 = 572 (100%)
R 197 of 572 ~ 34.44%
G 203 of 572 ~ 35.49%
B 172 of 572 ~ 30.07'%

%34.44
%35.49
%30.07

CMYK color model

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

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 15.27%
  • 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
%15.27
%20.39

Codes

Color #C5CBAC in popluar color models

C5 CB AC
RGB 197 203 172
HSL 72° 22.96% 73.53%
HSB/HSV 72° 15.27% 79.61%
CMYK 2.96% 0.00% 15.27%
20.39%

Color #C5CBAC in popluar number systems.

HEX C5 CB AC
Decimal 197 203 172
Binary 11000101 11001011 10101100
Octal 305 313 254

Shades and tints

Shades of #C5CBAC

#C5CBAC
(197,203,172)
#B4B99D
(180,185,157)
#A3A78E
(163,167,142)
#92957F
(146,149,127)
#818370
(129,131,112)
#707161
(112,113,97)
#5F5F52
(95,95,82)
#4E4D43
(78,77,67)
#3D3B34
(61,59,52)
#2C2925
(44,41,37)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #C5CBAC

#C5CBAC
(197,203,172)
#CACFB3
(202,207,179)
#CFD3BA
(207,211,186)
#D4D7C1
(212,215,193)
#D9DBC8
(217,219,200)
#DEDFCF
(222,223,207)
#E3E3D6
(227,227,214)
#E8E7DD
(232,231,221)
#EDEBE4
(237,235,228)
#F2EFEB
(242,239,235)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CBAC; }

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

This text font color is #C5CBAC.

Background Color

.myBgColor { background-color: #C5CBAC; }

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

This div background color is #C5CBAC.

Border color

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

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

This div border color is #C5CBAC.

Opacity

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

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

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

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

This text has shadow with #C5CBAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CBAC.

Preview

Color preview on black background

This text has color #C5CBAC on black background.


Color preview on white background

This text has color #C5CBAC on white background.


Black color preview on #C5CBAC background

This text has black color on #C5CBAC background.


White color preview on #C5CBAC background

This text has white color on #C5CBAC background.


Related colors

Complementary color

Complementary color for #hex is #3A3453.


I love getcolorcode.com

Triadic colors

1 #ACC5CB and #CBACC5 with #C5CBAC are triadic colors.

2 #ACCBC5 and #CBC5AC with #C5CBAC are triadic colors.