COLOR #C6C4CC

HEX: #C6C4CC RGB: (198,196,204)

Color info

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

RGB color model

#C6C4CC color RGB value is (198,196,204).

RGB: (198,196,204) (78%, 77%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 196 of 255 = 77%
B 204 of 255 = 80%

198
196
204

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

Portions of RGB colors in percentages

R + G + B = 198 + 196 + 204 = 598 (100%)
R 198 of 598 ~ 33.11%
G 196 of 598 ~ 32.78%
B 204 of 598 ~ 34.11'%

%33.11
%32.78
%34.11

CMYK color model

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

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

CMYK: (3,4,0,20)
C3M4Y0K20 (3%, 4%, 0%, 20%)
(0.03 / 0.04 / 0.00 / 0.20)

CMYK percentages

%2.94
%3.92
%0
%20

Codes

Color #C6C4CC in popluar color models

C6 C4 CC
RGB 198 196 204
HSL 255° 7.27% 78.43%
HSB/HSV 255° 3.92% 80.00%
CMYK 2.94% 3.92% 0.00%
20.00%

Color #C6C4CC in popluar number systems.

HEX C6 C4 CC
Decimal 198 196 204
Binary 11000110 11000100 11001100
Octal 306 304 314

Shades and tints

Shades of #C6C4CC

#C6C4CC
(198,196,204)
#B4B3BA
(180,179,186)
#A2A2A8
(162,162,168)
#909196
(144,145,150)
#7E8084
(126,128,132)
#6C6F72
(108,111,114)
#5A5E60
(90,94,96)
#484D4E
(72,77,78)
#363C3C
(54,60,60)
#242B2A
(36,43,42)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #C6C4CC

#C6C4CC
(198,196,204)
#CBC9D0
(203,201,208)
#D0CED4
(208,206,212)
#D5D3D8
(213,211,216)
#DAD8DC
(218,216,220)
#DFDDE0
(223,221,224)
#E4E2E4
(228,226,228)
#E9E7E8
(233,231,232)
#EEECEC
(238,236,236)
#F3F1F0
(243,241,240)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C4CC; }

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

This text font color is #C6C4CC.

Background Color

.myBgColor { background-color: #C6C4CC; }

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

This div background color is #C6C4CC.

Border color

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

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

This div border color is #C6C4CC.

Opacity

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

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

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

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

This text has shadow with #C6C4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C4CC.

Preview

Color preview on black background

This text has color #C6C4CC on black background.


Color preview on white background

This text has color #C6C4CC on white background.


Black color preview on #C6C4CC background

This text has black color on #C6C4CC background.


White color preview on #C6C4CC background

This text has white color on #C6C4CC background.


Related colors

Complementary color

Complementary color for #hex is #393B33.


I love getcolorcode.com

Triadic colors

1 #CCC6C4 and #C4CCC6 with #C6C4CC are triadic colors.

2 #CCC4C6 and #C4C6CC with #C6C4CC are triadic colors.