COLOR #C5CEC8

HEX: #C5CEC8
RGB: (197,206,200)

Color info

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

RGB color model

#C5CEC8 color RGB value is (197,206,200).

  • red value is 197;
  • green value is 206;
  • blue value is 200.
RGB:
(197,206,200)
(77%,81%,78%)

RGB channels and saturation

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

197
206
200

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

Portions of RGB colors in percentages

R + G + B =
197 + 206 + 200 = 603 (100%)
R 197 of 603 ~ 32.67%
G 206 of 603 ~ 34.16%
B 200 of 603 ~ 33.17%

%32.67
%34.16
%33.17

CMYK color model

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

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 19.22%
CMYK:
(4,0,3,19)
C4M0Y3K19 
(4%,0%,3%,19%)
(0.04/0.00/0.03/0.19)	

CMYK percentages

%4.37
%0
%2.91
%19.22

Codes

Color #C5CEC8 in popluar color models

C5CEC8
RGB197206200
HSL140°8.41%79.02%
HSB/HSV140°4.37%80.78%
CMYK4.37%0.00%2.91%
19.22%

Color #C5CEC8 in popluar number systems.

HEXC5CEC8
Decimal197206200
Binary110001011100111011001000
Octal305316310

Shades and tints

Shades of #C5CEC8

#C5CEC8
(197,206,200)
#B4BCB6
(180,188,182)
#A3AAA4
(163,170,164)
#929892
(146,152,146)
#818680
(129,134,128)
#70746E
(112,116,110)
#5F625C
(95,98,92)
#4E504A
(78,80,74)
#3D3E38
(61,62,56)
#2C2C26
(44,44,38)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #C5CEC8

#C5CEC8
(197,206,200)
#CAD2CD
(202,210,205)
#CFD6D2
(207,214,210)
#D4DAD7
(212,218,215)
#D9DEDC
(217,222,220)
#DEE2E1
(222,226,225)
#E3E6E6
(227,230,230)
#E8EAEB
(232,234,235)
#EDEEF0
(237,238,240)
#F2F2F5
(242,242,245)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CEC8; }

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

This text font color is #C5CEC8.


Background Color

.myBgColor { background-color: #C5CEC8; }

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

This div background color is #C5CEC8.


Border color

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

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

This div border color is #C5CEC8.


Opacity

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

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

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

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

This text has shadow with #C5CEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CEC8 on black background.


Color preview on white background

This text has color #C5CEC8 on white background.



Black color preview on #C5CEC8 background

This text has black color on #C5CEC8 background.


White color preview on #C5CEC8 background

This text has white color on #C5CEC8 background.