COLOR #C6FDE7

HEX: #C6FDE7 RGB: (198,253,231)

Color info

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

RGB color model

#C6FDE7 color RGB value is (198,253,231).

RGB: (198,253,231) (78%, 99%, 91%)

RGB channels and saturation

R 198 of 255 = 78%
G 253 of 255 = 99%
B 231 of 255 = 91%

198
253
231

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

Portions of RGB colors in percentages

R + G + B = 198 + 253 + 231 = 682 (100%)
R 198 of 682 ~ 29.03%
G 253 of 682 ~ 37.1%
B 231 of 682 ~ 33.87'%

%29.03
%37.1
%33.87

CMYK color model

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

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • 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
%8.7
%0.78

Codes

Color #C6FDE7 in popluar color models

C6 FD E7
RGB 198 253 231
HSL 156° 93.22% 88.43%
HSB/HSV 156° 21.74% 99.22%
CMYK 21.74% 0.00% 8.70%
0.78%

Color #C6FDE7 in popluar number systems.

HEX C6 FD E7
Decimal 198 253 231
Binary 11000110 11111101 11100111
Octal 306 375 347

Shades and tints

Shades of #C6FDE7

#C6FDE7
(198,253,231)
#B4E6D2
(180,230,210)
#A2CFBD
(162,207,189)
#90B8A8
(144,184,168)
#7EA193
(126,161,147)
#6C8A7E
(108,138,126)
#5A7369
(90,115,105)
#485C54
(72,92,84)
#36453F
(54,69,63)
#242E2A
(36,46,42)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6FDE7

#C6FDE7
(198,253,231)
#CBFDE9
(203,253,233)
#D0FDEB
(208,253,235)
#D5FDED
(213,253,237)
#DAFDEF
(218,253,239)
#DFFDF1
(223,253,241)
#E4FDF3
(228,253,243)
#E9FDF5
(233,253,245)
#EEFDF7
(238,253,247)
#F3FDF9
(243,253,249)
#F8FDFB
(248,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FDE7; }

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

This text font color is #C6FDE7.

Background Color

.myBgColor { background-color: #C6FDE7; }

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

This div background color is #C6FDE7.

Border color

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

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

This div border color is #C6FDE7.

Opacity

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

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

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

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

This text has shadow with #C6FDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FDE7.

Preview

Color preview on black background

This text has color #C6FDE7 on black background.


Color preview on white background

This text has color #C6FDE7 on white background.


Black color preview on #C6FDE7 background

This text has black color on #C6FDE7 background.


White color preview on #C6FDE7 background

This text has white color on #C6FDE7 background.


Related colors

Complementary color

Complementary color for #hex is #390218.


I love getcolorcode.com

Triadic colors

1 #E7C6FD and #FDE7C6 with #C6FDE7 are triadic colors.

2 #E7FDC6 and #FDC6E7 with #C6FDE7 are triadic colors.