COLOR #C6F1E3

HEX: #C6F1E3
RGB: (198,241,227)

Color info

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

RGB color model

#C6F1E3 color RGB value is (198,241,227).

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

RGB channels and saturation

R 198 of 255 = 78%
G 241 of 255 = 95%
B 227 of 255 = 89%

198
241
227

R + G + B ~ 87%. #C6F1E3 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 241 + 227 = 666 (100%)
R 198 of 666 ~ 29.73%
G 241 of 666 ~ 36.19%
B 227 of 666 ~ 34.08%

%29.73
%36.19
%34.08

CMYK color model

#C6F1E3 color CMYK value is (18,0,6,5).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 5.81%
  • key color value is 5.49%
CMYK:
(18,0,6,5)
C18M0Y6K5 
(18%,0%,6%,5%)
(0.18/0.00/0.06/0.05)	

CMYK percentages

%17.84
%0
%5.81
%5.49

Codes

Color #C6F1E3 in popluar color models

C6F1E3
RGB198241227
HSL160°60.56%86.08%
HSB/HSV160°17.84%94.51%
CMYK17.84%0.00%5.81%
5.49%

Color #C6F1E3 in popluar number systems.

HEXC6F1E3
Decimal198241227
Binary110001101111000111100011
Octal306361343

Shades and tints

Shades of #C6F1E3

#C6F1E3
(198,241,227)
#B4DCCF
(180,220,207)
#A2C7BB
(162,199,187)
#90B2A7
(144,178,167)
#7E9D93
(126,157,147)
#6C887F
(108,136,127)
#5A736B
(90,115,107)
#485E57
(72,94,87)
#364943
(54,73,67)
#24342F
(36,52,47)
#121F1B
(18,31,27)
#000000
(0,0,0)

Tints of #C6F1E3

#C6F1E3
(198,241,227)
#CBF2E5
(203,242,229)
#D0F3E7
(208,243,231)
#D5F4E9
(213,244,233)
#DAF5EB
(218,245,235)
#DFF6ED
(223,246,237)
#E4F7EF
(228,247,239)
#E9F8F1
(233,248,241)
#EEF9F3
(238,249,243)
#F3FAF5
(243,250,245)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F1E3; }

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

This text font color is #C6F1E3.


Background Color

.myBgColor { background-color: #C6F1E3; }

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

This div background color is #C6F1E3.


Border color

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

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

This div border color is #C6F1E3.


Opacity

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

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

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

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

This text has shadow with #C6F1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F1E3 on black background.


Color preview on white background

This text has color #C6F1E3 on white background.



Black color preview on #C6F1E3 background

This text has black color on #C6F1E3 background.


White color preview on #C6F1E3 background

This text has white color on #C6F1E3 background.