COLOR #C6DEDE

HEX: #C6DEDE RGB: (198,222,222)

Color info

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

RGB color model

#C6DEDE color RGB value is (198,222,222).

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

RGB channels and saturation

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

198
222
222

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

Portions of RGB colors in percentages

R + G + B = 198 + 222 + 222 = 642 (100%)
R 198 of 642 ~ 30.84%
G 222 of 642 ~ 34.58%
B 222 of 642 ~ 34.58'%

%30.84
%34.58
%34.58

CMYK color model

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

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

CMYK: (11,0,0,13)
C11M0Y0K13 (11%, 0%, 0%, 13%)
(0.11 / 0.00 / 0.00 / 0.13)

CMYK percentages

%10.81
%0
%0
%12.94

Codes

Color #C6DEDE in popluar color models

C6 DE DE
RGB 198 222 222
HSL 180° 26.67% 82.35%
HSB/HSV 180° 10.81% 87.06%
CMYK 10.81% 0.00% 0.00%
12.94%

Color #C6DEDE in popluar number systems.

HEX C6 DE DE
Decimal 198 222 222
Binary 11000110 11011110 11011110
Octal 306 336 336

Shades and tints

Shades of #C6DEDE

#C6DEDE
(198,222,222)
#B4CACA
(180,202,202)
#A2B6B6
(162,182,182)
#90A2A2
(144,162,162)
#7E8E8E
(126,142,142)
#6C7A7A
(108,122,122)
#5A6666
(90,102,102)
#485252
(72,82,82)
#363E3E
(54,62,62)
#242A2A
(36,42,42)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #C6DEDE

#C6DEDE
(198,222,222)
#CBE1E1
(203,225,225)
#D0E4E4
(208,228,228)
#D5E7E7
(213,231,231)
#DAEAEA
(218,234,234)
#DFEDED
(223,237,237)
#E4F0F0
(228,240,240)
#E9F3F3
(233,243,243)
#EEF6F6
(238,246,246)
#F3F9F9
(243,249,249)
#F8FCFC
(248,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DEDE; }

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

This text font color is #C6DEDE.

Background Color

.myBgColor { background-color: #C6DEDE; }

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

This div background color is #C6DEDE.

Border color

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

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

This div border color is #C6DEDE.

Opacity

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

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

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

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

This text has shadow with #C6DEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DEDE.

Preview

Color preview on black background

This text has color #C6DEDE on black background.


Color preview on white background

This text has color #C6DEDE on white background.


Black color preview on #C6DEDE background

This text has black color on #C6DEDE background.


White color preview on #C6DEDE background

This text has white color on #C6DEDE background.


Related colors

Complementary color

Complementary color for #hex is #392121.


I love getcolorcode.com