COLOR #C6ECCF

HEX: #C6ECCF
RGB: (198,236,207)

Color info

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

RGB color model

#C6ECCF color RGB value is (198,236,207).

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

RGB channels and saturation

R 198 of 255 = 78%
G 236 of 255 = 93%
B 207 of 255 = 81%

198
236
207

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

Portions of RGB colors in percentages

R + G + B =
198 + 236 + 207 = 641 (100%)
R 198 of 641 ~ 30.89%
G 236 of 641 ~ 36.82%
B 207 of 641 ~ 32.29%

%30.89
%36.82
%32.29

CMYK color model

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

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 7.45%
CMYK:
(16,0,12,7)
C16M0Y12K7 
(16%,0%,12%,7%)
(0.16/0.00/0.12/0.07)	

CMYK percentages

%16.1
%0
%12.29
%7.45

Codes

Color #C6ECCF in popluar color models

C6ECCF
RGB198236207
HSL134°50.00%85.10%
HSB/HSV134°16.10%92.55%
CMYK16.10%0.00%12.29%
7.45%

Color #C6ECCF in popluar number systems.

HEXC6ECCF
Decimal198236207
Binary110001101110110011001111
Octal306354317

Shades and tints

Shades of #C6ECCF

#C6ECCF
(198,236,207)
#B4D7BD
(180,215,189)
#A2C2AB
(162,194,171)
#90AD99
(144,173,153)
#7E9887
(126,152,135)
#6C8375
(108,131,117)
#5A6E63
(90,110,99)
#485951
(72,89,81)
#36443F
(54,68,63)
#242F2D
(36,47,45)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #C6ECCF

#C6ECCF
(198,236,207)
#CBEDD3
(203,237,211)
#D0EED7
(208,238,215)
#D5EFDB
(213,239,219)
#DAF0DF
(218,240,223)
#DFF1E3
(223,241,227)
#E4F2E7
(228,242,231)
#E9F3EB
(233,243,235)
#EEF4EF
(238,244,239)
#F3F5F3
(243,245,243)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ECCF; }

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

This text font color is #C6ECCF.


Background Color

.myBgColor { background-color: #C6ECCF; }

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

This div background color is #C6ECCF.


Border color

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

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

This div border color is #C6ECCF.


Opacity

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

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

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

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

This text has shadow with #C6ECCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ECCF on black background.


Color preview on white background

This text has color #C6ECCF on white background.



Black color preview on #C6ECCF background

This text has black color on #C6ECCF background.


White color preview on #C6ECCF background

This text has white color on #C6ECCF background.