COLOR #C6FFE9

HEX: #C6FFE9
RGB: (198,255,233)

Color info

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

RGB color model

#C6FFE9 color RGB value is (198,255,233).

  • red value is 198;
  • green value is 255;
  • blue value is 233.
RGB:
(198,255,233)
(78%,100%,91%)

RGB channels and saturation

R 198 of 255 = 78%
G 255 of 255 = 100%
B 233 of 255 = 91%

198
255
233

R + G + B ~ 90%. #C6FFE9 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 255 + 233 = 686 (100%)
R 198 of 686 ~ 28.86%
G 255 of 686 ~ 37.17%
B 233 of 686 ~ 33.97%

%28.86
%37.17
%33.97

CMYK color model

#C6FFE9 color CMYK value is (22,0,9,0).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 0.00%
CMYK:
(22,0,9,0)
C22M0Y9K0 
(22%,0%,9%,0%)
(0.22/0.00/0.09/0.00)	

CMYK percentages

%22.35
%0
%8.63
%0

Codes

Color #C6FFE9 in popluar color models

C6FFE9
RGB198255233
HSL157°100.00%88.82%
HSB/HSV157°22.35%100.00%
CMYK22.35%0.00%8.63%
0.00%

Color #C6FFE9 in popluar number systems.

HEXC6FFE9
Decimal198255233
Binary110001101111111111101001
Octal306377351

Shades and tints

Shades of #C6FFE9

#C6FFE9
(198,255,233)
#B4E8D4
(180,232,212)
#A2D1BF
(162,209,191)
#90BAAA
(144,186,170)
#7EA395
(126,163,149)
#6C8C80
(108,140,128)
#5A756B
(90,117,107)
#485E56
(72,94,86)
#364741
(54,71,65)
#24302C
(36,48,44)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #C6FFE9

#C6FFE9
(198,255,233)
#CBFFEB
(203,255,235)
#D0FFED
(208,255,237)
#D5FFEF
(213,255,239)
#DAFFF1
(218,255,241)
#DFFFF3
(223,255,243)
#E4FFF5
(228,255,245)
#E9FFF7
(233,255,247)
#EEFFF9
(238,255,249)
#F3FFFB
(243,255,251)
#F8FFFD
(248,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6FFE9 color. Also use rgb(198,255,233) instead hex code.

Text Font Color

.myTextColor { color: #C6FFE9; }

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

This text font color is #C6FFE9.


Background Color

.myBgColor { background-color: #C6FFE9; }

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

This div background color is #C6FFE9.


Border color

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

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

This div border color is #C6FFE9.


Opacity

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

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

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

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

This text has shadow with #C6FFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FFE9 on black background.


Color preview on white background

This text has color #C6FFE9 on white background.



Black color preview on #C6FFE9 background

This text has black color on #C6FFE9 background.


White color preview on #C6FFE9 background

This text has white color on #C6FFE9 background.