COLOR #C6D5CC

HEX: #C6D5CC
RGB: (198,213,204)

Color info

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

RGB color model

#C6D5CC color RGB value is (198,213,204).

  • red value is 198;
  • green value is 213;
  • blue value is 204.
RGB:
(198,213,204)
(78%,84%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 213 of 255 = 84%
B 204 of 255 = 80%

198
213
204

R + G + B ~ 81%. #C6D5CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 213 + 204 = 615 (100%)
R 198 of 615 ~ 32.2%
G 213 of 615 ~ 34.63%
B 204 of 615 ~ 33.17%

%32.2
%34.63
%33.17

CMYK color model

#C6D5CC color CMYK value is (7,0,4,16).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 16.47%
CMYK:
(7,0,4,16)
C7M0Y4K16 
(7%,0%,4%,16%)
(0.07/0.00/0.04/0.16)	

CMYK percentages

%7.04
%0
%4.23
%16.47

Codes

Color #C6D5CC in popluar color models

C6D5CC
RGB198213204
HSL144°15.15%80.59%
HSB/HSV144°7.04%83.53%
CMYK7.04%0.00%4.23%
16.47%

Color #C6D5CC in popluar number systems.

HEXC6D5CC
Decimal198213204
Binary110001101101010111001100
Octal306325314

Shades and tints

Shades of #C6D5CC

#C6D5CC
(198,213,204)
#B4C2BA
(180,194,186)
#A2AFA8
(162,175,168)
#909C96
(144,156,150)
#7E8984
(126,137,132)
#6C7672
(108,118,114)
#5A6360
(90,99,96)
#48504E
(72,80,78)
#363D3C
(54,61,60)
#242A2A
(36,42,42)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6D5CC

#C6D5CC
(198,213,204)
#CBD8D0
(203,216,208)
#D0DBD4
(208,219,212)
#D5DED8
(213,222,216)
#DAE1DC
(218,225,220)
#DFE4E0
(223,228,224)
#E4E7E4
(228,231,228)
#E9EAE8
(233,234,232)
#EEEDEC
(238,237,236)
#F3F0F0
(243,240,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D5CC color. Also use rgb(198,213,204) instead hex code.

Text Font Color

.myTextColor { color: #C6D5CC; }

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

This text font color is #C6D5CC.


Background Color

.myBgColor { background-color: #C6D5CC; }

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

This div background color is #C6D5CC.


Border color

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

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

This div border color is #C6D5CC.


Opacity

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

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

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

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

This text has shadow with #C6D5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D5CC on black background.


Color preview on white background

This text has color #C6D5CC on white background.



Black color preview on #C6D5CC background

This text has black color on #C6D5CC background.


White color preview on #C6D5CC background

This text has white color on #C6D5CC background.