COLOR #C5CFCC

HEX: #C5CFCC RGB: (197,207,204)

Color info

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

RGB color model

#C5CFCC color RGB value is (197,207,204).

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

RGB channels and saturation

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

197
207
204

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

Portions of RGB colors in percentages

R + G + B = 197 + 207 + 204 = 608 (100%)
R 197 of 608 ~ 32.4%
G 207 of 608 ~ 34.05%
B 204 of 608 ~ 33.55'%

%32.4
%34.05
%33.55

CMYK color model

#C5CFCC color CMYK value is (5,0,1,19).

  • cyan value is 4.83%
  • magenta value is 0.00%
  • yellow value is 1.45%
  • key color value is 18.82%

CMYK: (5,0,1,19)
C5M0Y1K19 (5%, 0%, 1%, 19%)
(0.05 / 0.00 / 0.01 / 0.19)

CMYK percentages

%4.83
%0
%1.45
%18.82

Codes

Color #C5CFCC in popluar color models

C5 CF CC
RGB 197 207 204
HSL 162° 9.43% 79.22%
HSB/HSV 162° 4.83% 81.18%
CMYK 4.83% 0.00% 1.45%
18.82%

Color #C5CFCC in popluar number systems.

HEX C5 CF CC
Decimal 197 207 204
Binary 11000101 11001111 11001100
Octal 305 317 314

Shades and tints

Shades of #C5CFCC

#C5CFCC
(197,207,204)
#B4BDBA
(180,189,186)
#A3ABA8
(163,171,168)
#929996
(146,153,150)
#818784
(129,135,132)
#707572
(112,117,114)
#5F6360
(95,99,96)
#4E514E
(78,81,78)
#3D3F3C
(61,63,60)
#2C2D2A
(44,45,42)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #C5CFCC

#C5CFCC
(197,207,204)
#CAD3D0
(202,211,208)
#CFD7D4
(207,215,212)
#D4DBD8
(212,219,216)
#D9DFDC
(217,223,220)
#DEE3E0
(222,227,224)
#E3E7E4
(227,231,228)
#E8EBE8
(232,235,232)
#EDEFEC
(237,239,236)
#F2F3F0
(242,243,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CFCC; }

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

This text font color is #C5CFCC.

Background Color

.myBgColor { background-color: #C5CFCC; }

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

This div background color is #C5CFCC.

Border color

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

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

This div border color is #C5CFCC.

Opacity

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

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

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

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

This text has shadow with #C5CFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CFCC.

Preview

Color preview on black background

This text has color #C5CFCC on black background.


Color preview on white background

This text has color #C5CFCC on white background.


Black color preview on #C5CFCC background

This text has black color on #C5CFCC background.


White color preview on #C5CFCC background

This text has white color on #C5CFCC background.


Related colors

Complementary color

Complementary color for #hex is #3A3033.


I love getcolorcode.com

Triadic colors

1 #CCC5CF and #CFCCC5 with #C5CFCC are triadic colors.

2 #CCCFC5 and #CFC5CC with #C5CFCC are triadic colors.