COLOR #C2CBCC

HEX: #C2CBCC
RGB: (194,203,204)

Color info

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

RGB color model

#C2CBCC color RGB value is (194,203,204).

  • red value is 194;
  • green value is 203;
  • blue value is 204.
RGB:
(194,203,204)
(76%,80%,80%)

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 204 of 255 = 80%

194
203
204

R + G + B ~ 79%. #C2CBCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 204 = 601 (100%)
R 194 of 601 ~ 32.28%
G 203 of 601 ~ 33.78%
B 204 of 601 ~ 33.94%

%32.28
%33.78
%33.94

CMYK color model

#C2CBCC color CMYK value is (5,0,0,20).

  • cyan value is 4.90%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(5,0,0,20)
C5M0Y0K20 
(5%,0%,0%,20%)
(0.05/0.00/0.00/0.20)	

CMYK percentages

%4.9
%0.49
%0
%20

Codes

Color #C2CBCC in popluar color models

C2CBCC
RGB194203204
HSL186°8.93%78.04%
HSB/HSV186°4.90%80.00%
CMYK4.90%0.49%0.00%
20.00%

Color #C2CBCC in popluar number systems.

HEXC2CBCC
Decimal194203204
Binary110000101100101111001100
Octal302313314

Shades and tints

Shades of #C2CBCC

#C2CBCC
(194,203,204)
#B1B9BA
(177,185,186)
#A0A7A8
(160,167,168)
#8F9596
(143,149,150)
#7E8384
(126,131,132)
#6D7172
(109,113,114)
#5C5F60
(92,95,96)
#4B4D4E
(75,77,78)
#3A3B3C
(58,59,60)
#29292A
(41,41,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #C2CBCC

#C2CBCC
(194,203,204)
#C7CFD0
(199,207,208)
#CCD3D4
(204,211,212)
#D1D7D8
(209,215,216)
#D6DBDC
(214,219,220)
#DBDFE0
(219,223,224)
#E0E3E4
(224,227,228)
#E5E7E8
(229,231,232)
#EAEBEC
(234,235,236)
#EFEFF0
(239,239,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CBCC color. Also use rgb(194,203,204) instead hex code.

Text Font Color

.myTextColor { color: #C2CBCC; }

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

This text font color is #C2CBCC.


Background Color

.myBgColor { background-color: #C2CBCC; }

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

This div background color is #C2CBCC.


Border color

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

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

This div border color is #C2CBCC.


Opacity

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

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

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

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

This text has shadow with #C2CBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CBCC on black background.


Color preview on white background

This text has color #C2CBCC on white background.



Black color preview on #C2CBCC background

This text has black color on #C2CBCC background.


White color preview on #C2CBCC background

This text has white color on #C2CBCC background.