COLOR #C0C3B9

HEX: #C0C3B9
RGB: (192,195,185)

Color info

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

RGB color model

#C0C3B9 color RGB value is (192,195,185).

  • red value is 192;
  • green value is 195;
  • blue value is 185.
RGB:
(192,195,185)
(75%,76%,73%)

RGB channels and saturation

R 192 of 255 = 75%
G 195 of 255 = 76%
B 185 of 255 = 73%

192
195
185

R + G + B ~ 75%. #C0C3B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 195 + 185 = 572 (100%)
R 192 of 572 ~ 33.57%
G 195 of 572 ~ 34.09%
B 185 of 572 ~ 32.34%

%33.57
%34.09
%32.34

CMYK color model

#C0C3B9 color CMYK value is (2,0,5,24).

  • cyan value is 1.54%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK:
(2,0,5,24)
C2M0Y5K24 
(2%,0%,5%,24%)
(0.02/0.00/0.05/0.24)	

CMYK percentages

%1.54
%0
%5.13
%23.53

Codes

Color #C0C3B9 in popluar color models

C0C3B9
RGB192195185
HSL78°7.69%74.51%
HSB/HSV78°5.13%76.47%
CMYK1.54%0.00%5.13%
23.53%

Color #C0C3B9 in popluar number systems.

HEXC0C3B9
Decimal192195185
Binary110000001100001110111001
Octal300303271

Shades and tints

Shades of #C0C3B9

#C0C3B9
(192,195,185)
#AFB2A9
(175,178,169)
#9EA199
(158,161,153)
#8D9089
(141,144,137)
#7C7F79
(124,127,121)
#6B6E69
(107,110,105)
#5A5D59
(90,93,89)
#494C49
(73,76,73)
#383B39
(56,59,57)
#272A29
(39,42,41)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #C0C3B9

#C0C3B9
(192,195,185)
#C5C8BF
(197,200,191)
#CACDC5
(202,205,197)
#CFD2CB
(207,210,203)
#D4D7D1
(212,215,209)
#D9DCD7
(217,220,215)
#DEE1DD
(222,225,221)
#E3E6E3
(227,230,227)
#E8EBE9
(232,235,233)
#EDF0EF
(237,240,239)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C3B9 color. Also use rgb(192,195,185) instead hex code.

Text Font Color

.myTextColor { color: #C0C3B9; }

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

This text font color is #C0C3B9.


Background Color

.myBgColor { background-color: #C0C3B9; }

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

This div background color is #C0C3B9.


Border color

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

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

This div border color is #C0C3B9.


Opacity

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

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

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

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

This text has shadow with #C0C3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C3B9 on black background.


Color preview on white background

This text has color #C0C3B9 on white background.



Black color preview on #C0C3B9 background

This text has black color on #C0C3B9 background.


White color preview on #C0C3B9 background

This text has white color on #C0C3B9 background.