COLOR #C6CBCD

HEX: #C6CBCD RGB: (198,203,205)

Color info

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

RGB color model

#C6CBCD color RGB value is (198,203,205).

RGB: (198,203,205) (78%, 80%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 203 of 255 = 80%
B 205 of 255 = 80%

198
203
205

R + G + B ~ 79%. #C6CBCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 203 + 205 = 606 (100%)
R 198 of 606 ~ 32.67%
G 203 of 606 ~ 33.5%
B 205 of 606 ~ 33.83'%

%32.67
%33.5
%33.83

CMYK color model

#C6CBCD color CMYK value is (3,1,0,20).

  • cyan value is 3.41%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (3,1,0,20)
C3M1Y0K20 (3%, 1%, 0%, 20%)
(0.03 / 0.01 / 0.00 / 0.20)

CMYK percentages

%3.41
%0.98
%0
%19.61

Codes

Color #C6CBCD in popluar color models

C6 CB CD
RGB 198 203 205
HSL 197° 6.54% 79.02%
HSB/HSV 197° 3.41% 80.39%
CMYK 3.41% 0.98% 0.00%
19.61%

Color #C6CBCD in popluar number systems.

HEX C6 CB CD
Decimal 198 203 205
Binary 11000110 11001011 11001101
Octal 306 313 315

Shades and tints

Shades of #C6CBCD

#C6CBCD
(198,203,205)
#B4B9BB
(180,185,187)
#A2A7A9
(162,167,169)
#909597
(144,149,151)
#7E8385
(126,131,133)
#6C7173
(108,113,115)
#5A5F61
(90,95,97)
#484D4F
(72,77,79)
#363B3D
(54,59,61)
#24292B
(36,41,43)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6CBCD

#C6CBCD
(198,203,205)
#CBCFD1
(203,207,209)
#D0D3D5
(208,211,213)
#D5D7D9
(213,215,217)
#DADBDD
(218,219,221)
#DFDFE1
(223,223,225)
#E4E3E5
(228,227,229)
#E9E7E9
(233,231,233)
#EEEBED
(238,235,237)
#F3EFF1
(243,239,241)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CBCD; }

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

This text font color is #C6CBCD.

Background Color

.myBgColor { background-color: #C6CBCD; }

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

This div background color is #C6CBCD.

Border color

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

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

This div border color is #C6CBCD.

Opacity

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

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

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

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

This text has shadow with #C6CBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CBCD.

Preview

Color preview on black background

This text has color #C6CBCD on black background.


Color preview on white background

This text has color #C6CBCD on white background.


Black color preview on #C6CBCD background

This text has black color on #C6CBCD background.


White color preview on #C6CBCD background

This text has white color on #C6CBCD background.


Related colors

Complementary color

Complementary color for #hex is #393432.


I love getcolorcode.com

Triadic colors

1 #CDC6CB and #CBCDC6 with #C6CBCD are triadic colors.

2 #CDCBC6 and #CBC6CD with #C6CBCD are triadic colors.