COLOR #C4C5CC

HEX: #C4C5CC
RGB: (196,197,204)

Color info

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

RGB color model

#C4C5CC color RGB value is (196,197,204).

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

RGB channels and saturation

R 196 of 255 = 77%
G 197 of 255 = 77%
B 204 of 255 = 80%

196
197
204

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

Portions of RGB colors in percentages

R + G + B =
196 + 197 + 204 = 597 (100%)
R 196 of 597 ~ 32.83%
G 197 of 597 ~ 33%
B 204 of 597 ~ 34.17%

%32.83
%33
%34.17

CMYK color model

#C4C5CC color CMYK value is (4,3,0,20).

  • cyan value is 3.92%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(4,3,0,20)
C4M3Y0K20 
(4%,3%,0%,20%)
(0.04/0.03/0.00/0.20)	

CMYK percentages

%3.92
%3.43
%0
%20

Codes

Color #C4C5CC in popluar color models

C4C5CC
RGB196197204
HSL233°7.27%78.43%
HSB/HSV233°3.92%80.00%
CMYK3.92%3.43%0.00%
20.00%

Color #C4C5CC in popluar number systems.

HEXC4C5CC
Decimal196197204
Binary110001001100010111001100
Octal304305314

Shades and tints

Shades of #C4C5CC

#C4C5CC
(196,197,204)
#B3B4BA
(179,180,186)
#A2A3A8
(162,163,168)
#919296
(145,146,150)
#808184
(128,129,132)
#6F7072
(111,112,114)
#5E5F60
(94,95,96)
#4D4E4E
(77,78,78)
#3C3D3C
(60,61,60)
#2B2C2A
(43,44,42)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #C4C5CC

#C4C5CC
(196,197,204)
#C9CAD0
(201,202,208)
#CECFD4
(206,207,212)
#D3D4D8
(211,212,216)
#D8D9DC
(216,217,220)
#DDDEE0
(221,222,224)
#E2E3E4
(226,227,228)
#E7E8E8
(231,232,232)
#ECEDEC
(236,237,236)
#F1F2F0
(241,242,240)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C5CC color. Also use rgb(196,197,204) instead hex code.

Text Font Color

.myTextColor { color: #C4C5CC; }

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

This text font color is #C4C5CC.


Background Color

.myBgColor { background-color: #C4C5CC; }

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

This div background color is #C4C5CC.


Border color

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

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

This div border color is #C4C5CC.


Opacity

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

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

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

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

This text has shadow with #C4C5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C5CC on black background.


Color preview on white background

This text has color #C4C5CC on white background.



Black color preview on #C4C5CC background

This text has black color on #C4C5CC background.


White color preview on #C4C5CC background

This text has white color on #C4C5CC background.