COLOR #C0CCB9

HEX: #C0CCB9
RGB: (192,204,185)

Color info

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

RGB color model

#C0CCB9 color RGB value is (192,204,185).

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

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 185 of 255 = 73%

192
204
185

R + G + B ~ 76%. #C0CCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 204 + 185 = 581 (100%)
R 192 of 581 ~ 33.05%
G 204 of 581 ~ 35.11%
B 185 of 581 ~ 31.84%

%33.05
%35.11
%31.84

CMYK color model

#C0CCB9 color CMYK value is (6,0,9,20).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK:
(6,0,9,20)
C6M0Y9K20 
(6%,0%,9%,20%)
(0.06/0.00/0.09/0.20)	

CMYK percentages

%5.88
%0
%9.31
%20

Codes

Color #C0CCB9 in popluar color models

C0CCB9
RGB192204185
HSL98°15.70%76.27%
HSB/HSV98°9.31%80.00%
CMYK5.88%0.00%9.31%
20.00%

Color #C0CCB9 in popluar number systems.

HEXC0CCB9
Decimal192204185
Binary110000001100110010111001
Octal300314271

Shades and tints

Shades of #C0CCB9

#C0CCB9
(192,204,185)
#AFBAA9
(175,186,169)
#9EA899
(158,168,153)
#8D9689
(141,150,137)
#7C8479
(124,132,121)
#6B7269
(107,114,105)
#5A6059
(90,96,89)
#494E49
(73,78,73)
#383C39
(56,60,57)
#272A29
(39,42,41)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #C0CCB9

#C0CCB9
(192,204,185)
#C5D0BF
(197,208,191)
#CAD4C5
(202,212,197)
#CFD8CB
(207,216,203)
#D4DCD1
(212,220,209)
#D9E0D7
(217,224,215)
#DEE4DD
(222,228,221)
#E3E8E3
(227,232,227)
#E8ECE9
(232,236,233)
#EDF0EF
(237,240,239)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CCB9; }

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

This text font color is #C0CCB9.


Background Color

.myBgColor { background-color: #C0CCB9; }

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

This div background color is #C0CCB9.


Border color

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

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

This div border color is #C0CCB9.


Opacity

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

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

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

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

This text has shadow with #C0CCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CCB9 on black background.


Color preview on white background

This text has color #C0CCB9 on white background.



Black color preview on #C0CCB9 background

This text has black color on #C0CCB9 background.


White color preview on #C0CCB9 background

This text has white color on #C0CCB9 background.