COLOR #C2C4CB

HEX: #C2C4CB
RGB: (194,196,203)

Color info

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

RGB color model

#C2C4CB color RGB value is (194,196,203).

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

RGB channels and saturation

R 194 of 255 = 76%
G 196 of 255 = 77%
B 203 of 255 = 80%

194
196
203

R + G + B ~ 78%. #C2C4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 196 + 203 = 593 (100%)
R 194 of 593 ~ 32.72%
G 196 of 593 ~ 33.05%
B 203 of 593 ~ 34.23%

%32.72
%33.05
%34.23

CMYK color model

#C2C4CB color CMYK value is (4,3,0,20).

  • cyan value is 4.43%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(4,3,0,20)
C4M3Y0K20 
(4%,3%,0%,20%)
(0.04/0.03/0.00/0.20)	

CMYK percentages

%4.43
%3.45
%0
%20.39

Codes

Color #C2C4CB in popluar color models

C2C4CB
RGB194196203
HSL227°7.96%77.84%
HSB/HSV227°4.43%79.61%
CMYK4.43%3.45%0.00%
20.39%

Color #C2C4CB in popluar number systems.

HEXC2C4CB
Decimal194196203
Binary110000101100010011001011
Octal302304313

Shades and tints

Shades of #C2C4CB

#C2C4CB
(194,196,203)
#B1B3B9
(177,179,185)
#A0A2A7
(160,162,167)
#8F9195
(143,145,149)
#7E8083
(126,128,131)
#6D6F71
(109,111,113)
#5C5E5F
(92,94,95)
#4B4D4D
(75,77,77)
#3A3C3B
(58,60,59)
#292B29
(41,43,41)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #C2C4CB

#C2C4CB
(194,196,203)
#C7C9CF
(199,201,207)
#CCCED3
(204,206,211)
#D1D3D7
(209,211,215)
#D6D8DB
(214,216,219)
#DBDDDF
(219,221,223)
#E0E2E3
(224,226,227)
#E5E7E7
(229,231,231)
#EAECEB
(234,236,235)
#EFF1EF
(239,241,239)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C4CB; }

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

This text font color is #C2C4CB.


Background Color

.myBgColor { background-color: #C2C4CB; }

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

This div background color is #C2C4CB.


Border color

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

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

This div border color is #C2C4CB.


Opacity

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

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

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

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

This text has shadow with #C2C4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C4CB on black background.


Color preview on white background

This text has color #C2C4CB on white background.



Black color preview on #C2C4CB background

This text has black color on #C2C4CB background.


White color preview on #C2C4CB background

This text has white color on #C2C4CB background.