COLOR #C6F1E7

HEX: #C6F1E7
RGB: (198,241,231)

Color info

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

RGB color model

#C6F1E7 color RGB value is (198,241,231).

  • red value is 198;
  • green value is 241;
  • blue value is 231.
RGB:
(198,241,231)
(78%,95%,91%)

RGB channels and saturation

R 198 of 255 = 78%
G 241 of 255 = 95%
B 231 of 255 = 91%

198
241
231

R + G + B ~ 88%. #C6F1E7 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 241 + 231 = 670 (100%)
R 198 of 670 ~ 29.55%
G 241 of 670 ~ 35.97%
B 231 of 670 ~ 34.48%

%29.55
%35.97
%34.48

CMYK color model

#C6F1E7 color CMYK value is (18,0,4,5).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 4.15%
  • key color value is 5.49%
CMYK:
(18,0,4,5)
C18M0Y4K5 
(18%,0%,4%,5%)
(0.18/0.00/0.04/0.05)	

CMYK percentages

%17.84
%0
%4.15
%5.49

Codes

Color #C6F1E7 in popluar color models

C6F1E7
RGB198241231
HSL166°60.56%86.08%
HSB/HSV166°17.84%94.51%
CMYK17.84%0.00%4.15%
5.49%

Color #C6F1E7 in popluar number systems.

HEXC6F1E7
Decimal198241231
Binary110001101111000111100111
Octal306361347

Shades and tints

Shades of #C6F1E7

#C6F1E7
(198,241,231)
#B4DCD2
(180,220,210)
#A2C7BD
(162,199,189)
#90B2A8
(144,178,168)
#7E9D93
(126,157,147)
#6C887E
(108,136,126)
#5A7369
(90,115,105)
#485E54
(72,94,84)
#36493F
(54,73,63)
#24342A
(36,52,42)
#121F15
(18,31,21)
#000000
(0,0,0)

Tints of #C6F1E7

#C6F1E7
(198,241,231)
#CBF2E9
(203,242,233)
#D0F3EB
(208,243,235)
#D5F4ED
(213,244,237)
#DAF5EF
(218,245,239)
#DFF6F1
(223,246,241)
#E4F7F3
(228,247,243)
#E9F8F5
(233,248,245)
#EEF9F7
(238,249,247)
#F3FAF9
(243,250,249)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F1E7; }

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

This text font color is #C6F1E7.


Background Color

.myBgColor { background-color: #C6F1E7; }

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

This div background color is #C6F1E7.


Border color

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

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

This div border color is #C6F1E7.


Opacity

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

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

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

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

This text has shadow with #C6F1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F1E7 on black background.


Color preview on white background

This text has color #C6F1E7 on white background.



Black color preview on #C6F1E7 background

This text has black color on #C6F1E7 background.


White color preview on #C6F1E7 background

This text has white color on #C6F1E7 background.