COLOR #C6FEEA

HEX: #C6FEEA
RGB: (198,254,234)

Color info

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

RGB color model

#C6FEEA color RGB value is (198,254,234).

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

RGB channels and saturation

R 198 of 255 = 78%
G 254 of 255 = 100%
B 234 of 255 = 92%

198
254
234

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

Portions of RGB colors in percentages

R + G + B =
198 + 254 + 234 = 686 (100%)
R 198 of 686 ~ 28.86%
G 254 of 686 ~ 37.03%
B 234 of 686 ~ 34.11%

%28.86
%37.03
%34.11

CMYK color model

#C6FEEA color CMYK value is (22,0,8,0).

  • cyan value is 22.05%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 0.39%
CMYK:
(22,0,8,0)
C22M0Y8K0 
(22%,0%,8%,0%)
(0.22/0.00/0.08/0.00)	

CMYK percentages

%22.05
%0
%7.87
%0.39

Codes

Color #C6FEEA in popluar color models

C6FEEA
RGB198254234
HSL159°96.55%88.63%
HSB/HSV159°22.05%99.61%
CMYK22.05%0.00%7.87%
0.39%

Color #C6FEEA in popluar number systems.

HEXC6FEEA
Decimal198254234
Binary110001101111111011101010
Octal306376352

Shades and tints

Shades of #C6FEEA

#C6FEEA
(198,254,234)
#B4E7D5
(180,231,213)
#A2D0C0
(162,208,192)
#90B9AB
(144,185,171)
#7EA296
(126,162,150)
#6C8B81
(108,139,129)
#5A746C
(90,116,108)
#485D57
(72,93,87)
#364642
(54,70,66)
#242F2D
(36,47,45)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #C6FEEA

#C6FEEA
(198,254,234)
#CBFEEB
(203,254,235)
#D0FEEC
(208,254,236)
#D5FEED
(213,254,237)
#DAFEEE
(218,254,238)
#DFFEEF
(223,254,239)
#E4FEF0
(228,254,240)
#E9FEF1
(233,254,241)
#EEFEF2
(238,254,242)
#F3FEF3
(243,254,243)
#F8FEF4
(248,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FEEA; }

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

This text font color is #C6FEEA.


Background Color

.myBgColor { background-color: #C6FEEA; }

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

This div background color is #C6FEEA.


Border color

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

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

This div border color is #C6FEEA.


Opacity

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

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

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

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

This text has shadow with #C6FEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FEEA on black background.


Color preview on white background

This text has color #C6FEEA on white background.



Black color preview on #C6FEEA background

This text has black color on #C6FEEA background.


White color preview on #C6FEEA background

This text has white color on #C6FEEA background.