COLOR #C5C7CE

HEX: #C5C7CE RGB: (197,199,206)

Color info

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

RGB color model

#C5C7CE color RGB value is (197,199,206).

RGB: (197,199,206) (77%, 78%, 81%)

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 206 of 255 = 81%

197
199
206

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

Portions of RGB colors in percentages

R + G + B = 197 + 199 + 206 = 602 (100%)
R 197 of 602 ~ 32.72%
G 199 of 602 ~ 33.06%
B 206 of 602 ~ 34.22'%

%32.72
%33.06
%34.22

CMYK color model

#C5C7CE color CMYK value is (4,3,0,19).

  • cyan value is 4.37%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (4,3,0,19)
C4M3Y0K19 (4%, 3%, 0%, 19%)
(0.04 / 0.03 / 0.00 / 0.19)

CMYK percentages

%4.37
%3.4
%0
%19.22

Codes

Color #C5C7CE in popluar color models

C5 C7 CE
RGB 197 199 206
HSL 227° 8.41% 79.02%
HSB/HSV 227° 4.37% 80.78%
CMYK 4.37% 3.40% 0.00%
19.22%

Color #C5C7CE in popluar number systems.

HEX C5 C7 CE
Decimal 197 199 206
Binary 11000101 11000111 11001110
Octal 305 307 316

Shades and tints

Shades of #C5C7CE

#C5C7CE
(197,199,206)
#B4B5BC
(180,181,188)
#A3A3AA
(163,163,170)
#929198
(146,145,152)
#817F86
(129,127,134)
#706D74
(112,109,116)
#5F5B62
(95,91,98)
#4E4950
(78,73,80)
#3D373E
(61,55,62)
#2C252C
(44,37,44)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #C5C7CE

#C5C7CE
(197,199,206)
#CACCD2
(202,204,210)
#CFD1D6
(207,209,214)
#D4D6DA
(212,214,218)
#D9DBDE
(217,219,222)
#DEE0E2
(222,224,226)
#E3E5E6
(227,229,230)
#E8EAEA
(232,234,234)
#EDEFEE
(237,239,238)
#F2F4F2
(242,244,242)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C7CE; }

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

This text font color is #C5C7CE.

Background Color

.myBgColor { background-color: #C5C7CE; }

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

This div background color is #C5C7CE.

Border color

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

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

This div border color is #C5C7CE.

Opacity

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

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

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

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

This text has shadow with #C5C7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C7CE.

Preview

Color preview on black background

This text has color #C5C7CE on black background.


Color preview on white background

This text has color #C5C7CE on white background.


Black color preview on #C5C7CE background

This text has black color on #C5C7CE background.


White color preview on #C5C7CE background

This text has white color on #C5C7CE background.


Related colors

Complementary color

Complementary color for #hex is #3A3831.


I love getcolorcode.com

Triadic colors

1 #CEC5C7 and #C7CEC5 with #C5C7CE are triadic colors.

2 #CEC7C5 and #C7C5CE with #C5C7CE are triadic colors.