COLOR #C6F6EA

HEX: #C6F6EA
RGB: (198,246,234)

Color info

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

RGB color model

#C6F6EA color RGB value is (198,246,234).

  • red value is 198;
  • green value is 246;
  • blue value is 234.
RGB:
(198,246,234)
(78%,96%,92%)

RGB channels and saturation

R 198 of 255 = 78%
G 246 of 255 = 96%
B 234 of 255 = 92%

198
246
234

R + G + B ~ 89%. #C6F6EA is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 246 + 234 = 678 (100%)
R 198 of 678 ~ 29.2%
G 246 of 678 ~ 36.28%
B 234 of 678 ~ 34.51%

%29.2
%36.28
%34.51

CMYK color model

#C6F6EA color CMYK value is (20,0,5,4).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 3.53%
CMYK:
(20,0,5,4)
C20M0Y5K4 
(20%,0%,5%,4%)
(0.20/0.00/0.05/0.04)	

CMYK percentages

%19.51
%0
%4.88
%3.53

Codes

Color #C6F6EA in popluar color models

C6F6EA
RGB198246234
HSL165°72.73%87.06%
HSB/HSV165°19.51%96.47%
CMYK19.51%0.00%4.88%
3.53%

Color #C6F6EA in popluar number systems.

HEXC6F6EA
Decimal198246234
Binary110001101111011011101010
Octal306366352

Shades and tints

Shades of #C6F6EA

#C6F6EA
(198,246,234)
#B4E0D5
(180,224,213)
#A2CAC0
(162,202,192)
#90B4AB
(144,180,171)
#7E9E96
(126,158,150)
#6C8881
(108,136,129)
#5A726C
(90,114,108)
#485C57
(72,92,87)
#364642
(54,70,66)
#24302D
(36,48,45)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #C6F6EA

#C6F6EA
(198,246,234)
#CBF6EB
(203,246,235)
#D0F6EC
(208,246,236)
#D5F6ED
(213,246,237)
#DAF6EE
(218,246,238)
#DFF6EF
(223,246,239)
#E4F6F0
(228,246,240)
#E9F6F1
(233,246,241)
#EEF6F2
(238,246,242)
#F3F6F3
(243,246,243)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F6EA color. Also use rgb(198,246,234) instead hex code.

Text Font Color

.myTextColor { color: #C6F6EA; }

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

This text font color is #C6F6EA.


Background Color

.myBgColor { background-color: #C6F6EA; }

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

This div background color is #C6F6EA.


Border color

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

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

This div border color is #C6F6EA.


Opacity

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

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

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

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

This text has shadow with #C6F6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F6EA on black background.


Color preview on white background

This text has color #C6F6EA on white background.



Black color preview on #C6F6EA background

This text has black color on #C6F6EA background.


White color preview on #C6F6EA background

This text has white color on #C6F6EA background.