COLOR #C6ECCD

HEX: #C6ECCD
RGB: (198,236,205)

Color info

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

RGB color model

#C6ECCD color RGB value is (198,236,205).

  • red value is 198;
  • green value is 236;
  • blue value is 205.
RGB:
(198,236,205)
(78%,93%,80%)

RGB channels and saturation

R 198 of 255 = 78%
G 236 of 255 = 93%
B 205 of 255 = 80%

198
236
205

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

Portions of RGB colors in percentages

R + G + B =
198 + 236 + 205 = 639 (100%)
R 198 of 639 ~ 30.99%
G 236 of 639 ~ 36.93%
B 205 of 639 ~ 32.08%

%30.99
%36.93
%32.08

CMYK color model

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

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 7.45%
CMYK:
(16,0,13,7)
C16M0Y13K7 
(16%,0%,13%,7%)
(0.16/0.00/0.13/0.07)	

CMYK percentages

%16.1
%0
%13.14
%7.45

Codes

Color #C6ECCD in popluar color models

C6ECCD
RGB198236205
HSL131°50.00%85.10%
HSB/HSV131°16.10%92.55%
CMYK16.10%0.00%13.14%
7.45%

Color #C6ECCD in popluar number systems.

HEXC6ECCD
Decimal198236205
Binary110001101110110011001101
Octal306354315

Shades and tints

Shades of #C6ECCD

#C6ECCD
(198,236,205)
#B4D7BB
(180,215,187)
#A2C2A9
(162,194,169)
#90AD97
(144,173,151)
#7E9885
(126,152,133)
#6C8373
(108,131,115)
#5A6E61
(90,110,97)
#48594F
(72,89,79)
#36443D
(54,68,61)
#242F2B
(36,47,43)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #C6ECCD

#C6ECCD
(198,236,205)
#CBEDD1
(203,237,209)
#D0EED5
(208,238,213)
#D5EFD9
(213,239,217)
#DAF0DD
(218,240,221)
#DFF1E1
(223,241,225)
#E4F2E5
(228,242,229)
#E9F3E9
(233,243,233)
#EEF4ED
(238,244,237)
#F3F5F1
(243,245,241)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ECCD; }

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

This text font color is #C6ECCD.


Background Color

.myBgColor { background-color: #C6ECCD; }

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

This div background color is #C6ECCD.


Border color

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

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

This div border color is #C6ECCD.


Opacity

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

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

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

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

This text has shadow with #C6ECCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ECCD on black background.


Color preview on white background

This text has color #C6ECCD on white background.



Black color preview on #C6ECCD background

This text has black color on #C6ECCD background.


White color preview on #C6ECCD background

This text has white color on #C6ECCD background.