COLOR #C4C7CB

HEX: #C4C7CB
RGB: (196,199,203)

Color info

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

RGB color model

#C4C7CB color RGB value is (196,199,203).

  • red value is 196;
  • green value is 199;
  • blue value is 203.
RGB:
(196,199,203)
(77%,78%,80%)

RGB channels and saturation

R 196 of 255 = 77%
G 199 of 255 = 78%
B 203 of 255 = 80%

196
199
203

R + G + B ~ 78%. #C4C7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 199 + 203 = 598 (100%)
R 196 of 598 ~ 32.78%
G 199 of 598 ~ 33.28%
B 203 of 598 ~ 33.95%

%32.78
%33.28
%33.95

CMYK color model

#C4C7CB color CMYK value is (3,2,0,20).

  • cyan value is 3.45%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(3,2,0,20)
C3M2Y0K20 
(3%,2%,0%,20%)
(0.03/0.02/0.00/0.20)	

CMYK percentages

%3.45
%1.97
%0
%20.39

Codes

Color #C4C7CB in popluar color models

C4C7CB
RGB196199203
HSL214°6.31%78.24%
HSB/HSV214°3.45%79.61%
CMYK3.45%1.97%0.00%
20.39%

Color #C4C7CB in popluar number systems.

HEXC4C7CB
Decimal196199203
Binary110001001100011111001011
Octal304307313

Shades and tints

Shades of #C4C7CB

#C4C7CB
(196,199,203)
#B3B5B9
(179,181,185)
#A2A3A7
(162,163,167)
#919195
(145,145,149)
#807F83
(128,127,131)
#6F6D71
(111,109,113)
#5E5B5F
(94,91,95)
#4D494D
(77,73,77)
#3C373B
(60,55,59)
#2B2529
(43,37,41)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #C4C7CB

#C4C7CB
(196,199,203)
#C9CCCF
(201,204,207)
#CED1D3
(206,209,211)
#D3D6D7
(211,214,215)
#D8DBDB
(216,219,219)
#DDE0DF
(221,224,223)
#E2E5E3
(226,229,227)
#E7EAE7
(231,234,231)
#ECEFEB
(236,239,235)
#F1F4EF
(241,244,239)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C7CB color. Also use rgb(196,199,203) instead hex code.

Text Font Color

.myTextColor { color: #C4C7CB; }

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

This text font color is #C4C7CB.


Background Color

.myBgColor { background-color: #C4C7CB; }

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

This div background color is #C4C7CB.


Border color

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

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

This div border color is #C4C7CB.


Opacity

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

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

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

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

This text has shadow with #C4C7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C7CB on black background.


Color preview on white background

This text has color #C4C7CB on white background.



Black color preview on #C4C7CB background

This text has black color on #C4C7CB background.


White color preview on #C4C7CB background

This text has white color on #C4C7CB background.