COLOR #C4CCCA

HEX: #C4CCCA RGB: (196,204,202)

Color info

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

RGB color model

#C4CCCA color RGB value is (196,204,202).

RGB: (196,204,202) (77%, 80%, 79%)

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 202 of 255 = 79%

196
204
202

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

Portions of RGB colors in percentages

R + G + B = 196 + 204 + 202 = 602 (100%)
R 196 of 602 ~ 32.56%
G 204 of 602 ~ 33.89%
B 202 of 602 ~ 33.55'%

%32.56
%33.89
%33.55

CMYK color model

#C4CCCA color CMYK value is (4,0,1,20).

  • cyan value is 3.92%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%

CMYK: (4,0,1,20)
C4M0Y1K20 (4%, 0%, 1%, 20%)
(0.04 / 0.00 / 0.01 / 0.20)

CMYK percentages

%3.92
%0
%0.98
%20

Codes

Color #C4CCCA in popluar color models

C4 CC CA
RGB 196 204 202
HSL 165° 7.27% 78.43%
HSB/HSV 165° 3.92% 80.00%
CMYK 3.92% 0.00% 0.98%
20.00%

Color #C4CCCA in popluar number systems.

HEX C4 CC CA
Decimal 196 204 202
Binary 11000100 11001100 11001010
Octal 304 314 312

Shades and tints

Shades of #C4CCCA

#C4CCCA
(196,204,202)
#B3BAB8
(179,186,184)
#A2A8A6
(162,168,166)
#919694
(145,150,148)
#808482
(128,132,130)
#6F7270
(111,114,112)
#5E605E
(94,96,94)
#4D4E4C
(77,78,76)
#3C3C3A
(60,60,58)
#2B2A28
(43,42,40)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #C4CCCA

#C4CCCA
(196,204,202)
#C9D0CE
(201,208,206)
#CED4D2
(206,212,210)
#D3D8D6
(211,216,214)
#D8DCDA
(216,220,218)
#DDE0DE
(221,224,222)
#E2E4E2
(226,228,226)
#E7E8E6
(231,232,230)
#ECECEA
(236,236,234)
#F1F0EE
(241,240,238)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CCCA; }

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

This text font color is #C4CCCA.

Background Color

.myBgColor { background-color: #C4CCCA; }

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

This div background color is #C4CCCA.

Border color

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

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

This div border color is #C4CCCA.

Opacity

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

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

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

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

This text has shadow with #C4CCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CCCA.

Preview

Color preview on black background

This text has color #C4CCCA on black background.


Color preview on white background

This text has color #C4CCCA on white background.


Black color preview on #C4CCCA background

This text has black color on #C4CCCA background.


White color preview on #C4CCCA background

This text has white color on #C4CCCA background.


Related colors

Complementary color

Complementary color for #hex is #3B3335.


I love getcolorcode.com

Triadic colors

1 #CAC4CC and #CCCAC4 with #C4CCCA are triadic colors.

2 #CACCC4 and #CCC4CA with #C4CCCA are triadic colors.