COLOR #C4CBCD

HEX: #C4CBCD
RGB: (196,203,205)

Color info

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

RGB color model

#C4CBCD color RGB value is (196,203,205).

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

RGB channels and saturation

R 196 of 255 = 77%
G 203 of 255 = 80%
B 205 of 255 = 80%

196
203
205

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

Portions of RGB colors in percentages

R + G + B =
196 + 203 + 205 = 604 (100%)
R 196 of 604 ~ 32.45%
G 203 of 604 ~ 33.61%
B 205 of 604 ~ 33.94%

%32.45
%33.61
%33.94

CMYK color model

#C4CBCD color CMYK value is (4,1,0,20).

  • cyan value is 4.39%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (4,1,0,20) C4M1Y0K20 (4%,1%,0%,20%) (0.04/0.01/0.00/0.20)

CMYK percentages

%4.39
%0.98
%0
%19.61

Codes

Color #C4CBCD in popluar color models

C4CBCD
RGB196203205
HSL193°8.26%78.63%
HSB/HSV193°4.39%80.39%
CMYK4.39%0.98%0.00%
19.61%

Color #C4CBCD in popluar number systems.

HEXC4CBCD
Decimal196203205
Binary110001001100101111001101
Octal304313315

Shades and tints

Shades of #C4CBCD

#C4CBCD
(196,203,205)
#B3B9BB
(179,185,187)
#A2A7A9
(162,167,169)
#919597
(145,149,151)
#808385
(128,131,133)
#6F7173
(111,113,115)
#5E5F61
(94,95,97)
#4D4D4F
(77,77,79)
#3C3B3D
(60,59,61)
#2B292B
(43,41,43)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #C4CBCD

#C4CBCD
(196,203,205)
#C9CFD1
(201,207,209)
#CED3D5
(206,211,213)
#D3D7D9
(211,215,217)
#D8DBDD
(216,219,221)
#DDDFE1
(221,223,225)
#E2E3E5
(226,227,229)
#E7E7E9
(231,231,233)
#ECEBED
(236,235,237)
#F1EFF1
(241,239,241)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CBCD; }

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

This text font color is #C4CBCD.


Background Color

.myBgColor { background-color: #C4CBCD; }

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

This div background color is #C4CBCD.


Border color

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

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

This div border color is #C4CBCD.


Opacity

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

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

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

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

This text has shadow with #C4CBCD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4CBCD on black background.


Color preview on white background

This text has color #C4CBCD on white background.



Black color preview on #C4CBCD background

This text has black color on #C4CBCD background.


White color preview on #C4CBCD background

This text has white color on #C4CBCD background.