COLOR #C6FDEA

HEX: #C6FDEA
RGB: (198,253,234)

Color info

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

RGB color model

#C6FDEA color RGB value is (198,253,234).

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

RGB channels and saturation

R 198 of 255 = 78%
G 253 of 255 = 99%
B 234 of 255 = 92%

198
253
234

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

Portions of RGB colors in percentages

R + G + B =
198 + 253 + 234 = 685 (100%)
R 198 of 685 ~ 28.91%
G 253 of 685 ~ 36.93%
B 234 of 685 ~ 34.16%

%28.91
%36.93
%34.16

CMYK color model

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

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK:
(22,0,8,1)
C22M0Y8K1 
(22%,0%,8%,1%)
(0.22/0.00/0.08/0.01)	

CMYK percentages

%21.74
%0
%7.51
%0.78

Codes

Color #C6FDEA in popluar color models

C6FDEA
RGB198253234
HSL159°93.22%88.43%
HSB/HSV159°21.74%99.22%
CMYK21.74%0.00%7.51%
0.78%

Color #C6FDEA in popluar number systems.

HEXC6FDEA
Decimal198253234
Binary110001101111110111101010
Octal306375352

Shades and tints

Shades of #C6FDEA

#C6FDEA
(198,253,234)
#B4E6D5
(180,230,213)
#A2CFC0
(162,207,192)
#90B8AB
(144,184,171)
#7EA196
(126,161,150)
#6C8A81
(108,138,129)
#5A736C
(90,115,108)
#485C57
(72,92,87)
#364542
(54,69,66)
#242E2D
(36,46,45)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6FDEA

#C6FDEA
(198,253,234)
#CBFDEB
(203,253,235)
#D0FDEC
(208,253,236)
#D5FDED
(213,253,237)
#DAFDEE
(218,253,238)
#DFFDEF
(223,253,239)
#E4FDF0
(228,253,240)
#E9FDF1
(233,253,241)
#EEFDF2
(238,253,242)
#F3FDF3
(243,253,243)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FDEA; }

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

This text font color is #C6FDEA.


Background Color

.myBgColor { background-color: #C6FDEA; }

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

This div background color is #C6FDEA.


Border color

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

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

This div border color is #C6FDEA.


Opacity

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

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

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

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

This text has shadow with #C6FDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FDEA on black background.


Color preview on white background

This text has color #C6FDEA on white background.



Black color preview on #C6FDEA background

This text has black color on #C6FDEA background.


White color preview on #C6FDEA background

This text has white color on #C6FDEA background.