COLOR #C2CCCA

HEX: #C2CCCA RGB: (194,204,202)

Color info

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

RGB color model

#C2CCCA color RGB value is (194,204,202).

RGB: (194,204,202) (76%, 80%, 79%)

RGB channels and saturation

R 194 of 255 = 76%
G 204 of 255 = 80%
B 202 of 255 = 79%

194
204
202

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

Portions of RGB colors in percentages

R + G + B = 194 + 204 + 202 = 600 (100%)
R 194 of 600 ~ 32.33%
G 204 of 600 ~ 34%
B 202 of 600 ~ 33.67'%

%32.33
%34
%33.67

CMYK color model

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

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK: (5,0,1,20) C5M0Y1K20 (5%,0%,1%,20%) (0.05/0.00/0.01/0.20) 

CMYK percentages

%4.9
%0
%0.98
%20

Codes

Color #C2CCCA in popluar color models

C2 CC CA
RGB 194 204 202
HSL 168° 8.93% 78.04%
HSB/HSV 168° 4.90% 80.00%
CMYK 4.90% 0.00% 0.98%
20.00%

Color #C2CCCA in popluar number systems.

HEX C2 CC CA
Decimal 194 204 202
Binary 11000010 11001100 11001010
Octal 302 314 312

Shades and tints

Shades of #C2CCCA

#C2CCCA
(194,204,202)
#B1BAB8
(177,186,184)
#A0A8A6
(160,168,166)
#8F9694
(143,150,148)
#7E8482
(126,132,130)
#6D7270
(109,114,112)
#5C605E
(92,96,94)
#4B4E4C
(75,78,76)
#3A3C3A
(58,60,58)
#292A28
(41,42,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #C2CCCA

#C2CCCA
(194,204,202)
#C7D0CE
(199,208,206)
#CCD4D2
(204,212,210)
#D1D8D6
(209,216,214)
#D6DCDA
(214,220,218)
#DBE0DE
(219,224,222)
#E0E4E2
(224,228,226)
#E5E8E6
(229,232,230)
#EAECEA
(234,236,234)
#EFF0EE
(239,240,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CCCA; }

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

This text font color is #C2CCCA.

Background Color

.myBgColor { background-color: #C2CCCA; }

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

This div background color is #C2CCCA.

Border color

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

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

This div border color is #C2CCCA.

Opacity

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

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

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

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

This text has shadow with #C2CCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CCCA.

Preview

Color preview on black background

This text has color #C2CCCA on black background.


Color preview on white background

This text has color #C2CCCA on white background.


Black color preview on #C2CCCA background

This text has black color on #C2CCCA background.


White color preview on #C2CCCA background

This text has white color on #C2CCCA background.


Related colors

Complementary color

Complementary color for #hex is #3D3335.


I love getcolorcode.com

Triadic colors

1 #CAC2CC and #CCCAC2 with #C2CCCA are triadic colors.

2 #CACCC2 and #CCC2CA with #C2CCCA are triadic colors.