COLOR #C6FDE6

HEX: #C6FDE6 RGB: (198,253,230)

Color info

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

RGB color model

#C6FDE6 color RGB value is (198,253,230).

RGB: (198,253,230) (78%, 99%, 90%)

RGB channels and saturation

R 198 of 255 = 78%
G 253 of 255 = 99%
B 230 of 255 = 90%

198
253
230

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

Portions of RGB colors in percentages

R + G + B = 198 + 253 + 230 = 681 (100%)
R 198 of 681 ~ 29.07%
G 253 of 681 ~ 37.15%
B 230 of 681 ~ 33.77'%

%29.07
%37.15
%33.77

CMYK color model

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

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 0.78%

CMYK: (22,0,9,1)
C22M0Y9K1 (22%, 0%, 9%, 1%)
(0.22 / 0.00 / 0.09 / 0.01)

CMYK percentages

%21.74
%0
%9.09
%0.78

Codes

Color #C6FDE6 in popluar color models

C6 FD E6
RGB 198 253 230
HSL 155° 93.22% 88.43%
HSB/HSV 155° 21.74% 99.22%
CMYK 21.74% 0.00% 9.09%
0.78%

Color #C6FDE6 in popluar number systems.

HEX C6 FD E6
Decimal 198 253 230
Binary 11000110 11111101 11100110
Octal 306 375 346

Shades and tints

Shades of #C6FDE6

#C6FDE6
(198,253,230)
#B4E6D2
(180,230,210)
#A2CFBE
(162,207,190)
#90B8AA
(144,184,170)
#7EA196
(126,161,150)
#6C8A82
(108,138,130)
#5A736E
(90,115,110)
#485C5A
(72,92,90)
#364546
(54,69,70)
#242E32
(36,46,50)
#12171E
(18,23,30)
#000000
(0,0,0)

Tints of #C6FDE6

#C6FDE6
(198,253,230)
#CBFDE8
(203,253,232)
#D0FDEA
(208,253,234)
#D5FDEC
(213,253,236)
#DAFDEE
(218,253,238)
#DFFDF0
(223,253,240)
#E4FDF2
(228,253,242)
#E9FDF4
(233,253,244)
#EEFDF6
(238,253,246)
#F3FDF8
(243,253,248)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FDE6; }

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

This text font color is #C6FDE6.

Background Color

.myBgColor { background-color: #C6FDE6; }

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

This div background color is #C6FDE6.

Border color

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

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

This div border color is #C6FDE6.

Opacity

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

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

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

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

This text has shadow with #C6FDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FDE6.

Preview

Color preview on black background

This text has color #C6FDE6 on black background.


Color preview on white background

This text has color #C6FDE6 on white background.


Black color preview on #C6FDE6 background

This text has black color on #C6FDE6 background.


White color preview on #C6FDE6 background

This text has white color on #C6FDE6 background.


Related colors

Complementary color

Complementary color for #hex is #390219.


I love getcolorcode.com

Triadic colors

1 #E6C6FD and #FDE6C6 with #C6FDE6 are triadic colors.

2 #E6FDC6 and #FDC6E6 with #C6FDE6 are triadic colors.