COLOR #C6CDC8

HEX: #C6CDC8
RGB: (198,205,200)

Color info

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

RGB color model

#C6CDC8 color RGB value is (198,205,200).

  • red value is 198;
  • green value is 205;
  • blue value is 200.
RGB:
(198,205,200)
(78%,80%,78%)

RGB channels and saturation

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

198
205
200

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

Portions of RGB colors in percentages

R + G + B =
198 + 205 + 200 = 603 (100%)
R 198 of 603 ~ 32.84%
G 205 of 603 ~ 34%
B 200 of 603 ~ 33.17%

%32.84
%34
%33.17

CMYK color model

#C6CDC8 color CMYK value is (3,0,2,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 19.61%
CMYK:
(3,0,2,20)
C3M0Y2K20 
(3%,0%,2%,20%)
(0.03/0.00/0.02/0.20)	

CMYK percentages

%3.41
%0
%2.44
%19.61

Codes

Color #C6CDC8 in popluar color models

C6CDC8
RGB198205200
HSL137°6.54%79.02%
HSB/HSV137°3.41%80.39%
CMYK3.41%0.00%2.44%
19.61%

Color #C6CDC8 in popluar number systems.

HEXC6CDC8
Decimal198205200
Binary110001101100110111001000
Octal306315310

Shades and tints

Shades of #C6CDC8

#C6CDC8
(198,205,200)
#B4BBB6
(180,187,182)
#A2A9A4
(162,169,164)
#909792
(144,151,146)
#7E8580
(126,133,128)
#6C736E
(108,115,110)
#5A615C
(90,97,92)
#484F4A
(72,79,74)
#363D38
(54,61,56)
#242B26
(36,43,38)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #C6CDC8

#C6CDC8
(198,205,200)
#CBD1CD
(203,209,205)
#D0D5D2
(208,213,210)
#D5D9D7
(213,217,215)
#DADDDC
(218,221,220)
#DFE1E1
(223,225,225)
#E4E5E6
(228,229,230)
#E9E9EB
(233,233,235)
#EEEDF0
(238,237,240)
#F3F1F5
(243,241,245)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDC8; }

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

This text font color is #C6CDC8.


Background Color

.myBgColor { background-color: #C6CDC8; }

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

This div background color is #C6CDC8.


Border color

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

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

This div border color is #C6CDC8.


Opacity

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

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

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

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

This text has shadow with #C6CDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CDC8 on black background.


Color preview on white background

This text has color #C6CDC8 on white background.



Black color preview on #C6CDC8 background

This text has black color on #C6CDC8 background.


White color preview on #C6CDC8 background

This text has white color on #C6CDC8 background.