COLOR #C4CEC6

HEX: #C4CEC6
RGB: (196,206,198)

Color info

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

RGB color model

#C4CEC6 color RGB value is (196,206,198).

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

RGB channels and saturation

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

196
206
198

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

Portions of RGB colors in percentages

R + G + B =
196 + 206 + 198 = 600 (100%)
R 196 of 600 ~ 32.67%
G 206 of 600 ~ 34.33%
B 198 of 600 ~ 33%

%32.67
%34.33
%33

CMYK color model

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

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 19.22%
CMYK:
(5,0,4,19)
C5M0Y4K19 
(5%,0%,4%,19%)
(0.05/0.00/0.04/0.19)	

CMYK percentages

%4.85
%0
%3.88
%19.22

Codes

Color #C4CEC6 in popluar color models

C4CEC6
RGB196206198
HSL132°9.26%78.82%
HSB/HSV132°4.85%80.78%
CMYK4.85%0.00%3.88%
19.22%

Color #C4CEC6 in popluar number systems.

HEXC4CEC6
Decimal196206198
Binary110001001100111011000110
Octal304316306

Shades and tints

Shades of #C4CEC6

#C4CEC6
(196,206,198)
#B3BCB4
(179,188,180)
#A2AAA2
(162,170,162)
#919890
(145,152,144)
#80867E
(128,134,126)
#6F746C
(111,116,108)
#5E625A
(94,98,90)
#4D5048
(77,80,72)
#3C3E36
(60,62,54)
#2B2C24
(43,44,36)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #C4CEC6

#C4CEC6
(196,206,198)
#C9D2CB
(201,210,203)
#CED6D0
(206,214,208)
#D3DAD5
(211,218,213)
#D8DEDA
(216,222,218)
#DDE2DF
(221,226,223)
#E2E6E4
(226,230,228)
#E7EAE9
(231,234,233)
#ECEEEE
(236,238,238)
#F1F2F3
(241,242,243)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CEC6; }

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

This text font color is #C4CEC6.


Background Color

.myBgColor { background-color: #C4CEC6; }

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

This div background color is #C4CEC6.


Border color

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

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

This div border color is #C4CEC6.


Opacity

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

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

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

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

This text has shadow with #C4CEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CEC6 on black background.


Color preview on white background

This text has color #C4CEC6 on white background.



Black color preview on #C4CEC6 background

This text has black color on #C4CEC6 background.


White color preview on #C4CEC6 background

This text has white color on #C4CEC6 background.