COLOR #CACCC6

HEX: #CACCC6 RGB: (202,204,198)

Color info

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

RGB color model

#CACCC6 color RGB value is (202,204,198).

RGB: (202,204,198) (79%, 80%, 78%)

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 198 of 255 = 78%

202
204
198

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

Portions of RGB colors in percentages

R + G + B = 202 + 204 + 198 = 604 (100%)
R 202 of 604 ~ 33.44%
G 204 of 604 ~ 33.77%
B 198 of 604 ~ 32.78'%

%33.44
%33.77
%32.78

CMYK color model

#CACCC6 color CMYK value is (1,0,3,20).

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

CMYK: (1,0,3,20)
C1M0Y3K20 (1%, 0%, 3%, 20%)
(0.01 / 0.00 / 0.03 / 0.20)

CMYK percentages

%0.98
%0
%2.94
%20

Codes

Color #CACCC6 in popluar color models

CA CC C6
RGB 202 204 198
HSL 80° 5.56% 78.82%
HSB/HSV 80° 2.94% 80.00%
CMYK 0.98% 0.00% 2.94%
20.00%

Color #CACCC6 in popluar number systems.

HEX CA CC C6
Decimal 202 204 198
Binary 11001010 11001100 11000110
Octal 312 314 306

Shades and tints

Shades of #CACCC6

#CACCC6
(202,204,198)
#B8BAB4
(184,186,180)
#A6A8A2
(166,168,162)
#949690
(148,150,144)
#82847E
(130,132,126)
#70726C
(112,114,108)
#5E605A
(94,96,90)
#4C4E48
(76,78,72)
#3A3C36
(58,60,54)
#282A24
(40,42,36)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #CACCC6

#CACCC6
(202,204,198)
#CED0CB
(206,208,203)
#D2D4D0
(210,212,208)
#D6D8D5
(214,216,213)
#DADCDA
(218,220,218)
#DEE0DF
(222,224,223)
#E2E4E4
(226,228,228)
#E6E8E9
(230,232,233)
#EAECEE
(234,236,238)
#EEF0F3
(238,240,243)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACCC6; }

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

This text font color is #CACCC6.

Background Color

.myBgColor { background-color: #CACCC6; }

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

This div background color is #CACCC6.

Border color

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

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

This div border color is #CACCC6.

Opacity

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

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

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

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

This text has shadow with #CACCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CACCC6.

Preview

Color preview on black background

This text has color #CACCC6 on black background.


Color preview on white background

This text has color #CACCC6 on white background.


Black color preview on #CACCC6 background

This text has black color on #CACCC6 background.


White color preview on #CACCC6 background

This text has white color on #CACCC6 background.


Related colors

Complementary color

Complementary color for #hex is #353339.


I love getcolorcode.com

Triadic colors

1 #C6CACC and #CCC6CA with #CACCC6 are triadic colors.

2 #C6CCCA and #CCCAC6 with #CACCC6 are triadic colors.