COLOR #C6D6CA

HEX: #C6D6CA
RGB: (198,214,202)

Color info

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

RGB color model

#C6D6CA color RGB value is (198,214,202).

  • red value is 198;
  • green value is 214;
  • blue value is 202.
RGB:
(198,214,202)
(78%,84%,79%)

RGB channels and saturation

R 198 of 255 = 78%
G 214 of 255 = 84%
B 202 of 255 = 79%

198
214
202

R + G + B ~ 80%. #C6D6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 214 + 202 = 614 (100%)
R 198 of 614 ~ 32.25%
G 214 of 614 ~ 34.85%
B 202 of 614 ~ 32.9%

%32.25
%34.85
%32.9

CMYK color model

#C6D6CA color CMYK value is (7,0,6,16).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 16.08%
CMYK:
(7,0,6,16)
C7M0Y6K16 
(7%,0%,6%,16%)
(0.07/0.00/0.06/0.16)	

CMYK percentages

%7.48
%0
%5.61
%16.08

Codes

Color #C6D6CA in popluar color models

C6D6CA
RGB198214202
HSL135°16.33%80.78%
HSB/HSV135°7.48%83.92%
CMYK7.48%0.00%5.61%
16.08%

Color #C6D6CA in popluar number systems.

HEXC6D6CA
Decimal198214202
Binary110001101101011011001010
Octal306326312

Shades and tints

Shades of #C6D6CA

#C6D6CA
(198,214,202)
#B4C3B8
(180,195,184)
#A2B0A6
(162,176,166)
#909D94
(144,157,148)
#7E8A82
(126,138,130)
#6C7770
(108,119,112)
#5A645E
(90,100,94)
#48514C
(72,81,76)
#363E3A
(54,62,58)
#242B28
(36,43,40)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #C6D6CA

#C6D6CA
(198,214,202)
#CBD9CE
(203,217,206)
#D0DCD2
(208,220,210)
#D5DFD6
(213,223,214)
#DAE2DA
(218,226,218)
#DFE5DE
(223,229,222)
#E4E8E2
(228,232,226)
#E9EBE6
(233,235,230)
#EEEEEA
(238,238,234)
#F3F1EE
(243,241,238)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D6CA color. Also use rgb(198,214,202) instead hex code.

Text Font Color

.myTextColor { color: #C6D6CA; }

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

This text font color is #C6D6CA.


Background Color

.myBgColor { background-color: #C6D6CA; }

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

This div background color is #C6D6CA.


Border color

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

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

This div border color is #C6D6CA.


Opacity

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

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

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

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

This text has shadow with #C6D6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D6CA on black background.


Color preview on white background

This text has color #C6D6CA on white background.



Black color preview on #C6D6CA background

This text has black color on #C6D6CA background.


White color preview on #C6D6CA background

This text has white color on #C6D6CA background.