COLOR #C6F2E3

HEX: #C6F2E3
RGB: (198,242,227)

Color info

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

RGB color model

#C6F2E3 color RGB value is (198,242,227).

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

RGB channels and saturation

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

198
242
227

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

Portions of RGB colors in percentages

R + G + B =
198 + 242 + 227 = 667 (100%)
R 198 of 667 ~ 29.69%
G 242 of 667 ~ 36.28%
B 227 of 667 ~ 34.03%

%29.69
%36.28
%34.03

CMYK color model

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

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

CMYK percentages

%18.18
%0
%6.2
%5.1

Codes

Color #C6F2E3 in popluar color models

C6F2E3
RGB198242227
HSL160°62.86%86.27%
HSB/HSV160°18.18%94.90%
CMYK18.18%0.00%6.20%
5.10%

Color #C6F2E3 in popluar number systems.

HEXC6F2E3
Decimal198242227
Binary110001101111001011100011
Octal306362343

Shades and tints

Shades of #C6F2E3

#C6F2E3
(198,242,227)
#B4DCCF
(180,220,207)
#A2C6BB
(162,198,187)
#90B0A7
(144,176,167)
#7E9A93
(126,154,147)
#6C847F
(108,132,127)
#5A6E6B
(90,110,107)
#485857
(72,88,87)
#364243
(54,66,67)
#242C2F
(36,44,47)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #C6F2E3

#C6F2E3
(198,242,227)
#CBF3E5
(203,243,229)
#D0F4E7
(208,244,231)
#D5F5E9
(213,245,233)
#DAF6EB
(218,246,235)
#DFF7ED
(223,247,237)
#E4F8EF
(228,248,239)
#E9F9F1
(233,249,241)
#EEFAF3
(238,250,243)
#F3FBF5
(243,251,245)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F2E3; }

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

This text font color is #C6F2E3.


Background Color

.myBgColor { background-color: #C6F2E3; }

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

This div background color is #C6F2E3.


Border color

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

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

This div border color is #C6F2E3.


Opacity

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

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

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

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

This text has shadow with #C6F2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F2E3 on black background.


Color preview on white background

This text has color #C6F2E3 on white background.



Black color preview on #C6F2E3 background

This text has black color on #C6F2E3 background.


White color preview on #C6F2E3 background

This text has white color on #C6F2E3 background.