COLOR #C6FFE0

HEX: #C6FFE0
RGB: (198,255,224)

Color info

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

RGB color model

#C6FFE0 color RGB value is (198,255,224).

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

RGB channels and saturation

R 198 of 255 = 78%
G 255 of 255 = 100%
B 224 of 255 = 88%

198
255
224

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

Portions of RGB colors in percentages

R + G + B =
198 + 255 + 224 = 677 (100%)
R 198 of 677 ~ 29.25%
G 255 of 677 ~ 37.67%
B 224 of 677 ~ 33.09%

%29.25
%37.67
%33.09

CMYK color model

#C6FFE0 color CMYK value is (22,0,12,0).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(22,0,12,0)
C22M0Y12K0 
(22%,0%,12%,0%)
(0.22/0.00/0.12/0.00)	

CMYK percentages

%22.35
%0
%12.16
%0

Codes

Color #C6FFE0 in popluar color models

C6FFE0
RGB198255224
HSL147°100.00%88.82%
HSB/HSV147°22.35%100.00%
CMYK22.35%0.00%12.16%
0.00%

Color #C6FFE0 in popluar number systems.

HEXC6FFE0
Decimal198255224
Binary110001101111111111100000
Octal306377340

Shades and tints

Shades of #C6FFE0

#C6FFE0
(198,255,224)
#B4E8CC
(180,232,204)
#A2D1B8
(162,209,184)
#90BAA4
(144,186,164)
#7EA390
(126,163,144)
#6C8C7C
(108,140,124)
#5A7568
(90,117,104)
#485E54
(72,94,84)
#364740
(54,71,64)
#24302C
(36,48,44)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #C6FFE0

#C6FFE0
(198,255,224)
#CBFFE2
(203,255,226)
#D0FFE4
(208,255,228)
#D5FFE6
(213,255,230)
#DAFFE8
(218,255,232)
#DFFFEA
(223,255,234)
#E4FFEC
(228,255,236)
#E9FFEE
(233,255,238)
#EEFFF0
(238,255,240)
#F3FFF2
(243,255,242)
#F8FFF4
(248,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FFE0; }

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

This text font color is #C6FFE0.


Background Color

.myBgColor { background-color: #C6FFE0; }

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

This div background color is #C6FFE0.


Border color

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

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

This div border color is #C6FFE0.


Opacity

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

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

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

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

This text has shadow with #C6FFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FFE0 on black background.


Color preview on white background

This text has color #C6FFE0 on white background.



Black color preview on #C6FFE0 background

This text has black color on #C6FFE0 background.


White color preview on #C6FFE0 background

This text has white color on #C6FFE0 background.