COLOR #C5CBCA

HEX: #C5CBCA
RGB: (197,203,202)

Color info

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

RGB color model

#C5CBCA color RGB value is (197,203,202).

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

RGB channels and saturation

R 197 of 255 = 77%
G 203 of 255 = 80%
B 202 of 255 = 79%

197
203
202

R + G + B ~ 79%. #C5CBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 203 + 202 = 602 (100%)
R 197 of 602 ~ 32.72%
G 203 of 602 ~ 33.72%
B 202 of 602 ~ 33.55%

%32.72
%33.72
%33.55

CMYK color model

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

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.39%
CMYK:
(3,0,0,20)
C3M0Y0K20 
(3%,0%,0%,20%)
(0.03/0.00/0.00/0.20)	

CMYK percentages

%2.96
%0
%0.49
%20.39

Codes

Color #C5CBCA in popluar color models

C5CBCA
RGB197203202
HSL170°5.45%78.43%
HSB/HSV170°2.96%79.61%
CMYK2.96%0.00%0.49%
20.39%

Color #C5CBCA in popluar number systems.

HEXC5CBCA
Decimal197203202
Binary110001011100101111001010
Octal305313312

Shades and tints

Shades of #C5CBCA

#C5CBCA
(197,203,202)
#B4B9B8
(180,185,184)
#A3A7A6
(163,167,166)
#929594
(146,149,148)
#818382
(129,131,130)
#707170
(112,113,112)
#5F5F5E
(95,95,94)
#4E4D4C
(78,77,76)
#3D3B3A
(61,59,58)
#2C2928
(44,41,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #C5CBCA

#C5CBCA
(197,203,202)
#CACFCE
(202,207,206)
#CFD3D2
(207,211,210)
#D4D7D6
(212,215,214)
#D9DBDA
(217,219,218)
#DEDFDE
(222,223,222)
#E3E3E2
(227,227,226)
#E8E7E6
(232,231,230)
#EDEBEA
(237,235,234)
#F2EFEE
(242,239,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CBCA; }

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

This text font color is #C5CBCA.


Background Color

.myBgColor { background-color: #C5CBCA; }

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

This div background color is #C5CBCA.


Border color

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

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

This div border color is #C5CBCA.


Opacity

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

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

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

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

This text has shadow with #C5CBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CBCA on black background.


Color preview on white background

This text has color #C5CBCA on white background.



Black color preview on #C5CBCA background

This text has black color on #C5CBCA background.


White color preview on #C5CBCA background

This text has white color on #C5CBCA background.