COLOR #C6C0B2

HEX: #C6C0B2 RGB: (198,192,178)

Color info

#C6C0B2 contains red, green and blue colors in about the same proportion. Web safe color of #C6C0B2 is #CCCC99 (or #CC9).

RGB color model

#C6C0B2 color RGB value is (198,192,178).

RGB: (198,192,178) (78%, 75%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 192 of 255 = 75%
B 178 of 255 = 70%

198
192
178

R + G + B ~ 74%. #C6C0B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 192 + 178 = 568 (100%)
R 198 of 568 ~ 34.86%
G 192 of 568 ~ 33.8%
B 178 of 568 ~ 31.34'%

%34.86
%33.8
%31.34

CMYK color model

#C6C0B2 color CMYK value is (0,3,10,22).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 10.10%
  • key color value is 22.35%

CMYK: (0,3,10,22)
C0M3Y10K22 (0%, 3%, 10%, 22%)
(0.00 / 0.03 / 0.10 / 0.22)

CMYK percentages

%0
%3.03
%10.1
%22.35

Codes

Color #C6C0B2 in popluar color models

C6 C0 B2
RGB 198 192 178
HSL 42° 14.93% 73.73%
HSB/HSV 42° 10.10% 77.65%
CMYK 0.00% 3.03% 10.10%
22.35%

Color #C6C0B2 in popluar number systems.

HEX C6 C0 B2
Decimal 198 192 178
Binary 11000110 11000000 10110010
Octal 306 300 262

Shades and tints

Shades of #C6C0B2

#C6C0B2
(198,192,178)
#B4AFA2
(180,175,162)
#A29E92
(162,158,146)
#908D82
(144,141,130)
#7E7C72
(126,124,114)
#6C6B62
(108,107,98)
#5A5A52
(90,90,82)
#484942
(72,73,66)
#363832
(54,56,50)
#242722
(36,39,34)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #C6C0B2

#C6C0B2
(198,192,178)
#CBC5B9
(203,197,185)
#D0CAC0
(208,202,192)
#D5CFC7
(213,207,199)
#DAD4CE
(218,212,206)
#DFD9D5
(223,217,213)
#E4DEDC
(228,222,220)
#E9E3E3
(233,227,227)
#EEE8EA
(238,232,234)
#F3EDF1
(243,237,241)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C0B2; }

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

This text font color is #C6C0B2.

Background Color

.myBgColor { background-color: #C6C0B2; }

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

This div background color is #C6C0B2.

Border color

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

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

This div border color is #C6C0B2.

Opacity

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

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

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

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

This text has shadow with #C6C0B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C0B2.

Preview

Color preview on black background

This text has color #C6C0B2 on black background.


Color preview on white background

This text has color #C6C0B2 on white background.


Black color preview on #C6C0B2 background

This text has black color on #C6C0B2 background.


White color preview on #C6C0B2 background

This text has white color on #C6C0B2 background.


Related colors

Complementary color

Complementary color for #hex is #393F4D.


I love getcolorcode.com

Triadic colors

1 #B2C6C0 and #C0B2C6 with #C6C0B2 are triadic colors.

2 #B2C0C6 and #C0C6B2 with #C6C0B2 are triadic colors.