COLOR #C0C4C9

HEX: #C0C4C9
RGB: (192,196,201)

Color info

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

RGB color model

#C0C4C9 color RGB value is (192,196,201).

  • red value is 192;
  • green value is 196;
  • blue value is 201.
RGB:
(192,196,201)
(75%,77%,79%)

RGB channels and saturation

R 192 of 255 = 75%
G 196 of 255 = 77%
B 201 of 255 = 79%

192
196
201

R + G + B ~ 77%. #C0C4C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 196 + 201 = 589 (100%)
R 192 of 589 ~ 32.6%
G 196 of 589 ~ 33.28%
B 201 of 589 ~ 34.13%

%32.6
%33.28
%34.13

CMYK color model

#C0C4C9 color CMYK value is (4,2,0,21).

  • cyan value is 4.48%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(4,2,0,21)
C4M2Y0K21 
(4%,2%,0%,21%)
(0.04/0.02/0.00/0.21)	

CMYK percentages

%4.48
%2.49
%0
%21.18

Codes

Color #C0C4C9 in popluar color models

C0C4C9
RGB192196201
HSL213°7.69%77.06%
HSB/HSV213°4.48%78.82%
CMYK4.48%2.49%0.00%
21.18%

Color #C0C4C9 in popluar number systems.

HEXC0C4C9
Decimal192196201
Binary110000001100010011001001
Octal300304311

Shades and tints

Shades of #C0C4C9

#C0C4C9
(192,196,201)
#AFB3B7
(175,179,183)
#9EA2A5
(158,162,165)
#8D9193
(141,145,147)
#7C8081
(124,128,129)
#6B6F6F
(107,111,111)
#5A5E5D
(90,94,93)
#494D4B
(73,77,75)
#383C39
(56,60,57)
#272B27
(39,43,39)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #C0C4C9

#C0C4C9
(192,196,201)
#C5C9CD
(197,201,205)
#CACED1
(202,206,209)
#CFD3D5
(207,211,213)
#D4D8D9
(212,216,217)
#D9DDDD
(217,221,221)
#DEE2E1
(222,226,225)
#E3E7E5
(227,231,229)
#E8ECE9
(232,236,233)
#EDF1ED
(237,241,237)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C4C9 color. Also use rgb(192,196,201) instead hex code.

Text Font Color

.myTextColor { color: #C0C4C9; }

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

This text font color is #C0C4C9.


Background Color

.myBgColor { background-color: #C0C4C9; }

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

This div background color is #C0C4C9.


Border color

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

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

This div border color is #C0C4C9.


Opacity

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

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

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

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

This text has shadow with #C0C4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C4C9 on black background.


Color preview on white background

This text has color #C0C4C9 on white background.



Black color preview on #C0C4C9 background

This text has black color on #C0C4C9 background.


White color preview on #C0C4C9 background

This text has white color on #C0C4C9 background.