COLOR #C5CECC

HEX: #C5CECC RGB: (197,206,204)

Color info

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

RGB color model

#C5CECC color RGB value is (197,206,204).

RGB: (197,206,204) (77%, 81%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 204 of 255 = 80%

197
206
204

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

Portions of RGB colors in percentages

R + G + B = 197 + 206 + 204 = 607 (100%)
R 197 of 607 ~ 32.45%
G 206 of 607 ~ 33.94%
B 204 of 607 ~ 33.61'%

%32.45
%33.94
%33.61

CMYK color model

#C5CECC color CMYK value is (4,0,1,19).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 19.22%
CMYK: (4,0,1,19) C4M0Y1K19 (4%,0%,1%,19%) (0.04/0.00/0.01/0.19) 

CMYK percentages

%4.37
%0
%0.97
%19.22

Codes

Color #C5CECC in popluar color models

C5 CE CC
RGB 197 206 204
HSL 167° 8.41% 79.02%
HSB/HSV 167° 4.37% 80.78%
CMYK 4.37% 0.00% 0.97%
19.22%

Color #C5CECC in popluar number systems.

HEX C5 CE CC
Decimal 197 206 204
Binary 11000101 11001110 11001100
Octal 305 316 314

Shades and tints

Shades of #C5CECC

#C5CECC
(197,206,204)
#B4BCBA
(180,188,186)
#A3AAA8
(163,170,168)
#929896
(146,152,150)
#818684
(129,134,132)
#707472
(112,116,114)
#5F6260
(95,98,96)
#4E504E
(78,80,78)
#3D3E3C
(61,62,60)
#2C2C2A
(44,44,42)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #C5CECC

#C5CECC
(197,206,204)
#CAD2D0
(202,210,208)
#CFD6D4
(207,214,212)
#D4DAD8
(212,218,216)
#D9DEDC
(217,222,220)
#DEE2E0
(222,226,224)
#E3E6E4
(227,230,228)
#E8EAE8
(232,234,232)
#EDEEEC
(237,238,236)
#F2F2F0
(242,242,240)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CECC color. Also use rgb(197,206,204) instead hex code.

Text Font Color

.myTextColor { color: #C5CECC; }

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

This text font color is #C5CECC.

Background Color

.myBgColor { background-color: #C5CECC; }

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

This div background color is #C5CECC.

Border color

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

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

This div border color is #C5CECC.

Opacity

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

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

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

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

This text has shadow with #C5CECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CECC.

Preview

Color preview on black background

This text has color #C5CECC on black background.


Color preview on white background

This text has color #C5CECC on white background.


Black color preview on #C5CECC background

This text has black color on #C5CECC background.


White color preview on #C5CECC background

This text has white color on #C5CECC background.


Related colors

Complementary color

Complementary color for #hex is #3A3133.


I love getcolorcode.com

Triadic colors

1 #CCC5CE and #CECCC5 with #C5CECC are triadic colors.

2 #CCCEC5 and #CEC5CC with #C5CECC are triadic colors.