COLOR #C5CABF

HEX: #C5CABF
RGB: (197,202,191)

Color info

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

RGB color model

#C5CABF color RGB value is (197,202,191).

  • red value is 197;
  • green value is 202;
  • blue value is 191.
RGB:
(197,202,191)
(77%,79%,75%)

RGB channels and saturation

R 197 of 255 = 77%
G 202 of 255 = 79%
B 191 of 255 = 75%

197
202
191

R + G + B ~ 77%. #C5CABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 202 + 191 = 590 (100%)
R 197 of 590 ~ 33.39%
G 202 of 590 ~ 34.24%
B 191 of 590 ~ 32.37%

%33.39
%34.24
%32.37

CMYK color model

#C5CABF color CMYK value is (2,0,5,21).

  • cyan value is 2.48%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 20.78%
CMYK:
(2,0,5,21)
C2M0Y5K21 
(2%,0%,5%,21%)
(0.02/0.00/0.05/0.21)	

CMYK percentages

%2.48
%0
%5.45
%20.78

Codes

Color #C5CABF in popluar color models

C5CABF
RGB197202191
HSL87°9.40%77.06%
HSB/HSV87°5.45%79.22%
CMYK2.48%0.00%5.45%
20.78%

Color #C5CABF in popluar number systems.

HEXC5CABF
Decimal197202191
Binary110001011100101010111111
Octal305312277

Shades and tints

Shades of #C5CABF

#C5CABF
(197,202,191)
#B4B8AE
(180,184,174)
#A3A69D
(163,166,157)
#92948C
(146,148,140)
#81827B
(129,130,123)
#70706A
(112,112,106)
#5F5E59
(95,94,89)
#4E4C48
(78,76,72)
#3D3A37
(61,58,55)
#2C2826
(44,40,38)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5CABF

#C5CABF
(197,202,191)
#CACEC4
(202,206,196)
#CFD2C9
(207,210,201)
#D4D6CE
(212,214,206)
#D9DAD3
(217,218,211)
#DEDED8
(222,222,216)
#E3E2DD
(227,226,221)
#E8E6E2
(232,230,226)
#EDEAE7
(237,234,231)
#F2EEEC
(242,238,236)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CABF; }

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

This text font color is #C5CABF.


Background Color

.myBgColor { background-color: #C5CABF; }

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

This div background color is #C5CABF.


Border color

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

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

This div border color is #C5CABF.


Opacity

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

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

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

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

This text has shadow with #C5CABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CABF on black background.


Color preview on white background

This text has color #C5CABF on white background.



Black color preview on #C5CABF background

This text has black color on #C5CABF background.


White color preview on #C5CABF background

This text has white color on #C5CABF background.