COLOR #C6D2CC

HEX: #C6D2CC RGB: (198,210,204)

Color info

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

RGB color model

#C6D2CC color RGB value is (198,210,204).

RGB: (198,210,204) (78%, 82%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 210 of 255 = 82%
B 204 of 255 = 80%

198
210
204

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

Portions of RGB colors in percentages

R + G + B = 198 + 210 + 204 = 612 (100%)
R 198 of 612 ~ 32.35%
G 210 of 612 ~ 34.31%
B 204 of 612 ~ 33.33'%

%32.35
%34.31
%33.33

CMYK color model

#C6D2CC color CMYK value is (6,0,3,18).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 17.65%

CMYK: (6,0,3,18)
C6M0Y3K18 (6%, 0%, 3%, 18%)
(0.06 / 0.00 / 0.03 / 0.18)

CMYK percentages

%5.71
%0
%2.86
%17.65

Codes

Color #C6D2CC in popluar color models

C6 D2 CC
RGB 198 210 204
HSL 150° 11.76% 80.00%
HSB/HSV 150° 5.71% 82.35%
CMYK 5.71% 0.00% 2.86%
17.65%

Color #C6D2CC in popluar number systems.

HEX C6 D2 CC
Decimal 198 210 204
Binary 11000110 11010010 11001100
Octal 306 322 314

Shades and tints

Shades of #C6D2CC

#C6D2CC
(198,210,204)
#B4BFBA
(180,191,186)
#A2ACA8
(162,172,168)
#909996
(144,153,150)
#7E8684
(126,134,132)
#6C7372
(108,115,114)
#5A6060
(90,96,96)
#484D4E
(72,77,78)
#363A3C
(54,58,60)
#24272A
(36,39,42)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #C6D2CC

#C6D2CC
(198,210,204)
#CBD6D0
(203,214,208)
#D0DAD4
(208,218,212)
#D5DED8
(213,222,216)
#DAE2DC
(218,226,220)
#DFE6E0
(223,230,224)
#E4EAE4
(228,234,228)
#E9EEE8
(233,238,232)
#EEF2EC
(238,242,236)
#F3F6F0
(243,246,240)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D2CC; }

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

This text font color is #C6D2CC.

Background Color

.myBgColor { background-color: #C6D2CC; }

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

This div background color is #C6D2CC.

Border color

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

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

This div border color is #C6D2CC.

Opacity

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

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

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

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

This text has shadow with #C6D2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D2CC.

Preview

Color preview on black background

This text has color #C6D2CC on black background.


Color preview on white background

This text has color #C6D2CC on white background.


Black color preview on #C6D2CC background

This text has black color on #C6D2CC background.


White color preview on #C6D2CC background

This text has white color on #C6D2CC background.


Related colors

Complementary color

Complementary color for #hex is #392D33.


I love getcolorcode.com

Triadic colors

1 #CCC6D2 and #D2CCC6 with #C6D2CC are triadic colors.

2 #CCD2C6 and #D2C6CC with #C6D2CC are triadic colors.