COLOR #C6CCC2

HEX: #C6CCC2 RGB: (198,204,194)

Color info

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

RGB color model

#C6CCC2 color RGB value is (198,204,194).

RGB: (198,204,194) (78%, 80%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 194 of 255 = 76%

198
204
194

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

Portions of RGB colors in percentages

R + G + B = 198 + 204 + 194 = 596 (100%)
R 198 of 596 ~ 33.22%
G 204 of 596 ~ 34.23%
B 194 of 596 ~ 32.55'%

%33.22
%34.23
%32.55

CMYK color model

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

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 20.00%
CMYK: (3,0,5,20) C3M0Y5K20 (3%,0%,5%,20%) (0.03/0.00/0.05/0.20) 

CMYK percentages

%2.94
%0
%4.9
%20

Codes

Color #C6CCC2 in popluar color models

C6 CC C2
RGB 198 204 194
HSL 96° 8.93% 78.04%
HSB/HSV 96° 4.90% 80.00%
CMYK 2.94% 0.00% 4.90%
20.00%

Color #C6CCC2 in popluar number systems.

HEX C6 CC C2
Decimal 198 204 194
Binary 11000110 11001100 11000010
Octal 306 314 302

Shades and tints

Shades of #C6CCC2

#C6CCC2
(198,204,194)
#B4BAB1
(180,186,177)
#A2A8A0
(162,168,160)
#90968F
(144,150,143)
#7E847E
(126,132,126)
#6C726D
(108,114,109)
#5A605C
(90,96,92)
#484E4B
(72,78,75)
#363C3A
(54,60,58)
#242A29
(36,42,41)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #C6CCC2

#C6CCC2
(198,204,194)
#CBD0C7
(203,208,199)
#D0D4CC
(208,212,204)
#D5D8D1
(213,216,209)
#DADCD6
(218,220,214)
#DFE0DB
(223,224,219)
#E4E4E0
(228,228,224)
#E9E8E5
(233,232,229)
#EEECEA
(238,236,234)
#F3F0EF
(243,240,239)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCC2; }

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

This text font color is #C6CCC2.

Background Color

.myBgColor { background-color: #C6CCC2; }

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

This div background color is #C6CCC2.

Border color

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

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

This div border color is #C6CCC2.

Opacity

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

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

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

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

This text has shadow with #C6CCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CCC2.

Preview

Color preview on black background

This text has color #C6CCC2 on black background.


Color preview on white background

This text has color #C6CCC2 on white background.


Black color preview on #C6CCC2 background

This text has black color on #C6CCC2 background.


White color preview on #C6CCC2 background

This text has white color on #C6CCC2 background.


Related colors

Complementary color

Complementary color for #hex is #39333D.


I love getcolorcode.com

Triadic colors

1 #C2C6CC and #CCC2C6 with #C6CCC2 are triadic colors.

2 #C2CCC6 and #CCC6C2 with #C6CCC2 are triadic colors.