COLOR #C6EDDE

HEX: #C6EDDE RGB: (198,237,222)

Color info

#C6EDDE contains red, green and blue colors in about the same proportion. Web safe color of #C6EDDE is #CCFFCC (or #CFC).

RGB color model

#C6EDDE color RGB value is (198,237,222).

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

RGB channels and saturation

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

198
237
222

R + G + B ~ 86%. #C6EDDE is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 237 + 222 = 657 (100%)
R 198 of 657 ~ 30.14%
G 237 of 657 ~ 36.07%
B 222 of 657 ~ 33.79'%

%30.14
%36.07
%33.79

CMYK color model

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

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%

CMYK: (16,0,6,7)
C16M0Y6K7 (16%, 0%, 6%, 7%)
(0.16 / 0.00 / 0.06 / 0.07)

CMYK percentages

%16.46
%0
%6.33
%7.06

Codes

Color #C6EDDE in popluar color models

C6 ED DE
RGB 198 237 222
HSL 157° 52.00% 85.29%
HSB/HSV 157° 16.46% 92.94%
CMYK 16.46% 0.00% 6.33%
7.06%

Color #C6EDDE in popluar number systems.

HEX C6 ED DE
Decimal 198 237 222
Binary 11000110 11101101 11011110
Octal 306 355 336

Shades and tints

Shades of #C6EDDE

#C6EDDE
(198,237,222)
#B4D8CA
(180,216,202)
#A2C3B6
(162,195,182)
#90AEA2
(144,174,162)
#7E998E
(126,153,142)
#6C847A
(108,132,122)
#5A6F66
(90,111,102)
#485A52
(72,90,82)
#36453E
(54,69,62)
#24302A
(36,48,42)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #C6EDDE

#C6EDDE
(198,237,222)
#CBEEE1
(203,238,225)
#D0EFE4
(208,239,228)
#D5F0E7
(213,240,231)
#DAF1EA
(218,241,234)
#DFF2ED
(223,242,237)
#E4F3F0
(228,243,240)
#E9F4F3
(233,244,243)
#EEF5F6
(238,245,246)
#F3F6F9
(243,246,249)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EDDE; }

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

This text font color is #C6EDDE.

Background Color

.myBgColor { background-color: #C6EDDE; }

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

This div background color is #C6EDDE.

Border color

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

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

This div border color is #C6EDDE.

Opacity

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

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

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

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

This text has shadow with #C6EDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EDDE.

Preview

Color preview on black background

This text has color #C6EDDE on black background.


Color preview on white background

This text has color #C6EDDE on white background.


Black color preview on #C6EDDE background

This text has black color on #C6EDDE background.


White color preview on #C6EDDE background

This text has white color on #C6EDDE background.


Related colors

Complementary color

Complementary color for #hex is #391221.


I love getcolorcode.com

Triadic colors

1 #DEC6ED and #EDDEC6 with #C6EDDE are triadic colors.

2 #DEEDC6 and #EDC6DE with #C6EDDE are triadic colors.