COLOR #C5CABB

HEX: #C5CABB RGB: (197,202,187)

Color info

#C5CABB contains red, green and blue colors in about the same proportion. Web safe color of #C5CABB is #CCCCCC (or #CCC).

RGB color model

#C5CABB color RGB value is (197,202,187).

RGB: (197,202,187) (77%, 79%, 73%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 187 of 255 = 73%

197
202
187

R + G + B ~ 76%. #C5CABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 202 + 187 = 586 (100%)
R 197 of 586 ~ 33.62%
G 202 of 586 ~ 34.47%
B 187 of 586 ~ 31.91'%

%33.62
%34.47
%31.91

CMYK color model

#C5CABB color CMYK value is (2,0,7,21).

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

CMYK: (2,0,7,21)
C2M0Y7K21 (2%, 0%, 7%, 21%)
(0.02 / 0.00 / 0.07 / 0.21)

CMYK percentages

%2.48
%0
%7.43
%20.78

Codes

Color #C5CABB in popluar color models

C5 CA BB
RGB 197 202 187
HSL 80° 12.40% 76.27%
HSB/HSV 80° 7.43% 79.22%
CMYK 2.48% 0.00% 7.43%
20.78%

Color #C5CABB in popluar number systems.

HEX C5 CA BB
Decimal 197 202 187
Binary 11000101 11001010 10111011
Octal 305 312 273

Shades and tints

Shades of #C5CABB

#C5CABB
(197,202,187)
#B4B8AA
(180,184,170)
#A3A699
(163,166,153)
#929488
(146,148,136)
#818277
(129,130,119)
#707066
(112,112,102)
#5F5E55
(95,94,85)
#4E4C44
(78,76,68)
#3D3A33
(61,58,51)
#2C2822
(44,40,34)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #C5CABB

#C5CABB
(197,202,187)
#CACEC1
(202,206,193)
#CFD2C7
(207,210,199)
#D4D6CD
(212,214,205)
#D9DAD3
(217,218,211)
#DEDED9
(222,222,217)
#E3E2DF
(227,226,223)
#E8E6E5
(232,230,229)
#EDEAEB
(237,234,235)
#F2EEF1
(242,238,241)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CABB; }

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

This text font color is #C5CABB.

Background Color

.myBgColor { background-color: #C5CABB; }

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

This div background color is #C5CABB.

Border color

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

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

This div border color is #C5CABB.

Opacity

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

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

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

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

This text has shadow with #C5CABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CABB.

Preview

Color preview on black background

This text has color #C5CABB on black background.


Color preview on white background

This text has color #C5CABB on white background.


Black color preview on #C5CABB background

This text has black color on #C5CABB background.


White color preview on #C5CABB background

This text has white color on #C5CABB background.


Related colors

Complementary color

Complementary color for #hex is #3A3544.


I love getcolorcode.com

Triadic colors

1 #BBC5CA and #CABBC5 with #C5CABB are triadic colors.

2 #BBCAC5 and #CAC5BB with #C5CABB are triadic colors.