COLOR #C5C6CE

HEX: #C5C6CE RGB: (197,198,206)

Color info

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

RGB color model

#C5C6CE color RGB value is (197,198,206).

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

RGB channels and saturation

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

197
198
206

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

Portions of RGB colors in percentages

R + G + B = 197 + 198 + 206 = 601 (100%)
R 197 of 601 ~ 32.78%
G 198 of 601 ~ 32.95%
B 206 of 601 ~ 34.28'%

%32.78
%32.95
%34.28

CMYK color model

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

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

CMYK: (4,4,0,19)
C4M4Y0K19 (4%, 4%, 0%, 19%)
(0.04 / 0.04 / 0.00 / 0.19)

CMYK percentages

%4.37
%3.88
%0
%19.22

Codes

Color #C5C6CE in popluar color models

C5 C6 CE
RGB 197 198 206
HSL 233° 8.41% 79.02%
HSB/HSV 233° 4.37% 80.78%
CMYK 4.37% 3.88% 0.00%
19.22%

Color #C5C6CE in popluar number systems.

HEX C5 C6 CE
Decimal 197 198 206
Binary 11000101 11000110 11001110
Octal 305 306 316

Shades and tints

Shades of #C5C6CE

#C5C6CE
(197,198,206)
#B4B4BC
(180,180,188)
#A3A2AA
(163,162,170)
#929098
(146,144,152)
#817E86
(129,126,134)
#706C74
(112,108,116)
#5F5A62
(95,90,98)
#4E4850
(78,72,80)
#3D363E
(61,54,62)
#2C242C
(44,36,44)
#1B121A
(27,18,26)
#000000
(0,0,0)

Tints of #C5C6CE

#C5C6CE
(197,198,206)
#CACBD2
(202,203,210)
#CFD0D6
(207,208,214)
#D4D5DA
(212,213,218)
#D9DADE
(217,218,222)
#DEDFE2
(222,223,226)
#E3E4E6
(227,228,230)
#E8E9EA
(232,233,234)
#EDEEEE
(237,238,238)
#F2F3F2
(242,243,242)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C6CE; }

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

This text font color is #C5C6CE.

Background Color

.myBgColor { background-color: #C5C6CE; }

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

This div background color is #C5C6CE.

Border color

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

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

This div border color is #C5C6CE.

Opacity

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

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

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

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

This text has shadow with #C5C6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5C6CE.

Preview

Color preview on black background

This text has color #C5C6CE on black background.


Color preview on white background

This text has color #C5C6CE on white background.


Black color preview on #C5C6CE background

This text has black color on #C5C6CE background.


White color preview on #C5C6CE background

This text has white color on #C5C6CE background.


Related colors

Complementary color

Complementary color for #hex is #3A3931.


I love getcolorcode.com

Triadic colors

1 #CEC5C6 and #C6CEC5 with #C5C6CE are triadic colors.

2 #CEC6C5 and #C6C5CE with #C5C6CE are triadic colors.