COLOR #C6CBC2

HEX: #C6CBC2 RGB: (198,203,194)

Color info

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

RGB color model

#C6CBC2 color RGB value is (198,203,194).

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

RGB channels and saturation

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

198
203
194

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

Portions of RGB colors in percentages

R + G + B = 198 + 203 + 194 = 595 (100%)
R 198 of 595 ~ 33.28%
G 203 of 595 ~ 34.12%
B 194 of 595 ~ 32.61'%

%33.28
%34.12
%32.61

CMYK color model

#C6CBC2 color CMYK value is (2,0,4,20).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 4.43%
  • key color value is 20.39%

CMYK: (2,0,4,20)
C2M0Y4K20 (2%, 0%, 4%, 20%)
(0.02 / 0.00 / 0.04 / 0.20)

CMYK percentages

%2.46
%0
%4.43
%20.39

Codes

Color #C6CBC2 in popluar color models

C6 CB C2
RGB 198 203 194
HSL 93° 7.96% 77.84%
HSB/HSV 93° 4.43% 79.61%
CMYK 2.46% 0.00% 4.43%
20.39%

Color #C6CBC2 in popluar number systems.

HEX C6 CB C2
Decimal 198 203 194
Binary 11000110 11001011 11000010
Octal 306 313 302

Shades and tints

Shades of #C6CBC2

#C6CBC2
(198,203,194)
#B4B9B1
(180,185,177)
#A2A7A0
(162,167,160)
#90958F
(144,149,143)
#7E837E
(126,131,126)
#6C716D
(108,113,109)
#5A5F5C
(90,95,92)
#484D4B
(72,77,75)
#363B3A
(54,59,58)
#242929
(36,41,41)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6CBC2

#C6CBC2
(198,203,194)
#CBCFC7
(203,207,199)
#D0D3CC
(208,211,204)
#D5D7D1
(213,215,209)
#DADBD6
(218,219,214)
#DFDFDB
(223,223,219)
#E4E3E0
(228,227,224)
#E9E7E5
(233,231,229)
#EEEBEA
(238,235,234)
#F3EFEF
(243,239,239)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CBC2; }

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

This text font color is #C6CBC2.

Background Color

.myBgColor { background-color: #C6CBC2; }

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

This div background color is #C6CBC2.

Border color

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

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

This div border color is #C6CBC2.

Opacity

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

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

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

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

This text has shadow with #C6CBC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CBC2.

Preview

Color preview on black background

This text has color #C6CBC2 on black background.


Color preview on white background

This text has color #C6CBC2 on white background.


Black color preview on #C6CBC2 background

This text has black color on #C6CBC2 background.


White color preview on #C6CBC2 background

This text has white color on #C6CBC2 background.


Related colors

Complementary color

Complementary color for #hex is #39343D.


I love getcolorcode.com

Triadic colors

1 #C2C6CB and #CBC2C6 with #C6CBC2 are triadic colors.

2 #C2CBC6 and #CBC6C2 with #C6CBC2 are triadic colors.