COLOR #C6EDEC

HEX: #C6EDEC RGB: (198,237,236)

Color info

#C6EDEC contains red, green and blue colors in about the same proportion. Web safe color of #C6EDEC is #CCFFFF (or #CFF).

RGB color model

#C6EDEC color RGB value is (198,237,236).

RGB: (198,237,236) (78%, 93%, 93%)

RGB channels and saturation

R 198 of 255 = 78%
G 237 of 255 = 93%
B 236 of 255 = 93%

198
237
236

R + G + B ~ 88%. #C6EDEC is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 237 + 236 = 671 (100%)
R 198 of 671 ~ 29.51%
G 237 of 671 ~ 35.32%
B 236 of 671 ~ 35.17'%

%29.51
%35.32
%35.17

CMYK color model

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

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

CMYK: (16,0,0,7)
C16M0Y0K7 (16%, 0%, 0%, 7%)
(0.16 / 0.00 / 0.00 / 0.07)

CMYK percentages

%16.46
%0
%0.42
%7.06

Codes

Color #C6EDEC in popluar color models

C6 ED EC
RGB 198 237 236
HSL 178° 52.00% 85.29%
HSB/HSV 178° 16.46% 92.94%
CMYK 16.46% 0.00% 0.42%
7.06%

Color #C6EDEC in popluar number systems.

HEX C6 ED EC
Decimal 198 237 236
Binary 11000110 11101101 11101100
Octal 306 355 354

Shades and tints

Shades of #C6EDEC

#C6EDEC
(198,237,236)
#B4D8D7
(180,216,215)
#A2C3C2
(162,195,194)
#90AEAD
(144,174,173)
#7E9998
(126,153,152)
#6C8483
(108,132,131)
#5A6F6E
(90,111,110)
#485A59
(72,90,89)
#364544
(54,69,68)
#24302F
(36,48,47)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #C6EDEC

#C6EDEC
(198,237,236)
#CBEEED
(203,238,237)
#D0EFEE
(208,239,238)
#D5F0EF
(213,240,239)
#DAF1F0
(218,241,240)
#DFF2F1
(223,242,241)
#E4F3F2
(228,243,242)
#E9F4F3
(233,244,243)
#EEF5F4
(238,245,244)
#F3F6F5
(243,246,245)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EDEC; }

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

This text font color is #C6EDEC.

Background Color

.myBgColor { background-color: #C6EDEC; }

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

This div background color is #C6EDEC.

Border color

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

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

This div border color is #C6EDEC.

Opacity

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

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

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

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

This text has shadow with #C6EDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6EDEC.

Preview

Color preview on black background

This text has color #C6EDEC on black background.


Color preview on white background

This text has color #C6EDEC on white background.


Black color preview on #C6EDEC background

This text has black color on #C6EDEC background.


White color preview on #C6EDEC background

This text has white color on #C6EDEC background.


Related colors

Complementary color

Complementary color for #hex is #391213.


I love getcolorcode.com

Triadic colors

1 #ECC6ED and #EDECC6 with #C6EDEC are triadic colors.

2 #ECEDC6 and #EDC6EC with #C6EDEC are triadic colors.