COLOR #C6CFC0

HEX: #C6CFC0 RGB: (198,207,192)

Color info

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

RGB color model

#C6CFC0 color RGB value is (198,207,192).

RGB: (198,207,192) (78%, 81%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 192 of 255 = 75%

198
207
192

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

Portions of RGB colors in percentages

R + G + B = 198 + 207 + 192 = 597 (100%)
R 198 of 597 ~ 33.17%
G 207 of 597 ~ 34.67%
B 192 of 597 ~ 32.16'%

%33.17
%34.67
%32.16

CMYK color model

#C6CFC0 color CMYK value is (4,0,7,19).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 18.82%

CMYK: (4,0,7,19)
C4M0Y7K19 (4%, 0%, 7%, 19%)
(0.04 / 0.00 / 0.07 / 0.19)

CMYK percentages

%4.35
%0
%7.25
%18.82

Codes

Color #C6CFC0 in popluar color models

C6 CF C0
RGB 198 207 192
HSL 96° 13.51% 78.24%
HSB/HSV 96° 7.25% 81.18%
CMYK 4.35% 0.00% 7.25%
18.82%

Color #C6CFC0 in popluar number systems.

HEX C6 CF C0
Decimal 198 207 192
Binary 11000110 11001111 11000000
Octal 306 317 300

Shades and tints

Shades of #C6CFC0

#C6CFC0
(198,207,192)
#B4BDAF
(180,189,175)
#A2AB9E
(162,171,158)
#90998D
(144,153,141)
#7E877C
(126,135,124)
#6C756B
(108,117,107)
#5A635A
(90,99,90)
#485149
(72,81,73)
#363F38
(54,63,56)
#242D27
(36,45,39)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #C6CFC0

#C6CFC0
(198,207,192)
#CBD3C5
(203,211,197)
#D0D7CA
(208,215,202)
#D5DBCF
(213,219,207)
#DADFD4
(218,223,212)
#DFE3D9
(223,227,217)
#E4E7DE
(228,231,222)
#E9EBE3
(233,235,227)
#EEEFE8
(238,239,232)
#F3F3ED
(243,243,237)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CFC0 color. Also use rgb(198,207,192) instead hex code.

Text Font Color

.myTextColor { color: #C6CFC0; }

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

This text font color is #C6CFC0.

Background Color

.myBgColor { background-color: #C6CFC0; }

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

This div background color is #C6CFC0.

Border color

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

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

This div border color is #C6CFC0.

Opacity

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

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

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

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

This text has shadow with #C6CFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CFC0.

Preview

Color preview on black background

This text has color #C6CFC0 on black background.


Color preview on white background

This text has color #C6CFC0 on white background.


Black color preview on #C6CFC0 background

This text has black color on #C6CFC0 background.


White color preview on #C6CFC0 background

This text has white color on #C6CFC0 background.


Related colors

Complementary color

Complementary color for #hex is #39303F.


I love getcolorcode.com

Triadic colors

1 #C0C6CF and #CFC0C6 with #C6CFC0 are triadic colors.

2 #C0CFC6 and #CFC6C0 with #C6CFC0 are triadic colors.