COLOR #C6F0EC

HEX: #C6F0EC
RGB: (198,240,236)

Color info

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

RGB color model

#C6F0EC color RGB value is (198,240,236).

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

RGB channels and saturation

R 198 of 255 = 78%
G 240 of 255 = 94%
B 236 of 255 = 93%

198
240
236

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

Portions of RGB colors in percentages

R + G + B =
198 + 240 + 236 = 674 (100%)
R 198 of 674 ~ 29.38%
G 240 of 674 ~ 35.61%
B 236 of 674 ~ 35.01%

%29.38
%35.61
%35.01

CMYK color model

#C6F0EC color CMYK value is (18,0,2,6).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 5.88%
CMYK:
(18,0,2,6)
C18M0Y2K6 
(18%,0%,2%,6%)
(0.18/0.00/0.02/0.06)	

CMYK percentages

%17.5
%0
%1.67
%5.88

Codes

Color #C6F0EC in popluar color models

C6F0EC
RGB198240236
HSL174°58.33%85.88%
HSB/HSV174°17.50%94.12%
CMYK17.50%0.00%1.67%
5.88%

Color #C6F0EC in popluar number systems.

HEXC6F0EC
Decimal198240236
Binary110001101111000011101100
Octal306360354

Shades and tints

Shades of #C6F0EC

#C6F0EC
(198,240,236)
#B4DBD7
(180,219,215)
#A2C6C2
(162,198,194)
#90B1AD
(144,177,173)
#7E9C98
(126,156,152)
#6C8783
(108,135,131)
#5A726E
(90,114,110)
#485D59
(72,93,89)
#364844
(54,72,68)
#24332F
(36,51,47)
#121E1A
(18,30,26)
#000000
(0,0,0)

Tints of #C6F0EC

#C6F0EC
(198,240,236)
#CBF1ED
(203,241,237)
#D0F2EE
(208,242,238)
#D5F3EF
(213,243,239)
#DAF4F0
(218,244,240)
#DFF5F1
(223,245,241)
#E4F6F2
(228,246,242)
#E9F7F3
(233,247,243)
#EEF8F4
(238,248,244)
#F3F9F5
(243,249,245)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F0EC; }

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

This text font color is #C6F0EC.


Background Color

.myBgColor { background-color: #C6F0EC; }

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

This div background color is #C6F0EC.


Border color

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

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

This div border color is #C6F0EC.


Opacity

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

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

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

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

This text has shadow with #C6F0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F0EC on black background.


Color preview on white background

This text has color #C6F0EC on white background.



Black color preview on #C6F0EC background

This text has black color on #C6F0EC background.


White color preview on #C6F0EC background

This text has white color on #C6F0EC background.