COLOR #C6DEDC

HEX: #C6DEDC RGB: (198,222,220)

Color info

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

RGB color model

#C6DEDC color RGB value is (198,222,220).

RGB: (198,222,220) (78%, 87%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 222 of 255 = 87%
B 220 of 255 = 86%

198
222
220

R + G + B ~ 84%. #C6DEDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 222 + 220 = 640 (100%)
R 198 of 640 ~ 30.94%
G 222 of 640 ~ 34.69%
B 220 of 640 ~ 34.38'%

%30.94
%34.69
%34.38

CMYK color model

#C6DEDC color CMYK value is (11,0,1,13).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 12.94%

CMYK: (11,0,1,13)
C11M0Y1K13 (11%, 0%, 1%, 13%)
(0.11 / 0.00 / 0.01 / 0.13)

CMYK percentages

%10.81
%0
%0.9
%12.94

Codes

Color #C6DEDC in popluar color models

C6 DE DC
RGB 198 222 220
HSL 175° 26.67% 82.35%
HSB/HSV 175° 10.81% 87.06%
CMYK 10.81% 0.00% 0.90%
12.94%

Color #C6DEDC in popluar number systems.

HEX C6 DE DC
Decimal 198 222 220
Binary 11000110 11011110 11011100
Octal 306 336 334

Shades and tints

Shades of #C6DEDC

#C6DEDC
(198,222,220)
#B4CAC8
(180,202,200)
#A2B6B4
(162,182,180)
#90A2A0
(144,162,160)
#7E8E8C
(126,142,140)
#6C7A78
(108,122,120)
#5A6664
(90,102,100)
#485250
(72,82,80)
#363E3C
(54,62,60)
#242A28
(36,42,40)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C6DEDC

#C6DEDC
(198,222,220)
#CBE1DF
(203,225,223)
#D0E4E2
(208,228,226)
#D5E7E5
(213,231,229)
#DAEAE8
(218,234,232)
#DFEDEB
(223,237,235)
#E4F0EE
(228,240,238)
#E9F3F1
(233,243,241)
#EEF6F4
(238,246,244)
#F3F9F7
(243,249,247)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DEDC color. Also use rgb(198,222,220) instead hex code.

Text Font Color

.myTextColor { color: #C6DEDC; }

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

This text font color is #C6DEDC.

Background Color

.myBgColor { background-color: #C6DEDC; }

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

This div background color is #C6DEDC.

Border color

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

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

This div border color is #C6DEDC.

Opacity

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

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

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

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

This text has shadow with #C6DEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DEDC.

Preview

Color preview on black background

This text has color #C6DEDC on black background.


Color preview on white background

This text has color #C6DEDC on white background.


Black color preview on #C6DEDC background

This text has black color on #C6DEDC background.


White color preview on #C6DEDC background

This text has white color on #C6DEDC background.


Related colors

Complementary color

Complementary color for #hex is #392123.


I love getcolorcode.com

Triadic colors

1 #DCC6DE and #DEDCC6 with #C6DEDC are triadic colors.

2 #DCDEC6 and #DEC6DC with #C6DEDC are triadic colors.