COLOR #C0CCBC

HEX: #C0CCBC RGB: (192,204,188)

Color info

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

RGB color model

#C0CCBC color RGB value is (192,204,188).

RGB: (192,204,188) (75%, 80%, 74%)

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 188 of 255 = 74%

192
204
188

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

Portions of RGB colors in percentages

R + G + B = 192 + 204 + 188 = 584 (100%)
R 192 of 584 ~ 32.88%
G 204 of 584 ~ 34.93%
B 188 of 584 ~ 32.19'%

%32.88
%34.93
%32.19

CMYK color model

#C0CCBC color CMYK value is (6,0,8,20).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 20.00%
CMYK: (6,0,8,20) C6M0Y8K20 (6%,0%,8%,20%) (0.06/0.00/0.08/0.20) 

CMYK percentages

%5.88
%0
%7.84
%20

Codes

Color #C0CCBC in popluar color models

C0 CC BC
RGB 192 204 188
HSL 105° 13.56% 76.86%
HSB/HSV 105° 7.84% 80.00%
CMYK 5.88% 0.00% 7.84%
20.00%

Color #C0CCBC in popluar number systems.

HEX C0 CC BC
Decimal 192 204 188
Binary 11000000 11001100 10111100
Octal 300 314 274

Shades and tints

Shades of #C0CCBC

#C0CCBC
(192,204,188)
#AFBAAB
(175,186,171)
#9EA89A
(158,168,154)
#8D9689
(141,150,137)
#7C8478
(124,132,120)
#6B7267
(107,114,103)
#5A6056
(90,96,86)
#494E45
(73,78,69)
#383C34
(56,60,52)
#272A23
(39,42,35)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #C0CCBC

#C0CCBC
(192,204,188)
#C5D0C2
(197,208,194)
#CAD4C8
(202,212,200)
#CFD8CE
(207,216,206)
#D4DCD4
(212,220,212)
#D9E0DA
(217,224,218)
#DEE4E0
(222,228,224)
#E3E8E6
(227,232,230)
#E8ECEC
(232,236,236)
#EDF0F2
(237,240,242)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CCBC; }

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

This text font color is #C0CCBC.

Background Color

.myBgColor { background-color: #C0CCBC; }

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

This div background color is #C0CCBC.

Border color

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

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

This div border color is #C0CCBC.

Opacity

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

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

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

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

This text has shadow with #C0CCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0CCBC.

Preview

Color preview on black background

This text has color #C0CCBC on black background.


Color preview on white background

This text has color #C0CCBC on white background.


Black color preview on #C0CCBC background

This text has black color on #C0CCBC background.


White color preview on #C0CCBC background

This text has white color on #C0CCBC background.


Related colors

Complementary color

Complementary color for #hex is #3F3343.


I love getcolorcode.com

Triadic colors

1 #BCC0CC and #CCBCC0 with #C0CCBC are triadic colors.

2 #BCCCC0 and #CCC0BC with #C0CCBC are triadic colors.