COLOR #C6F4E3

HEX: #C6F4E3
RGB: (198,244,227)

Color info

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

RGB color model

#C6F4E3 color RGB value is (198,244,227).

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

RGB channels and saturation

R 198 of 255 = 78%
G 244 of 255 = 96%
B 227 of 255 = 89%

198
244
227

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

Portions of RGB colors in percentages

R + G + B =
198 + 244 + 227 = 669 (100%)
R 198 of 669 ~ 29.6%
G 244 of 669 ~ 36.47%
B 227 of 669 ~ 33.93%

%29.6
%36.47
%33.93

CMYK color model

#C6F4E3 color CMYK value is (19,0,7,4).

  • cyan value is 18.85%
  • magenta value is 0.00%
  • yellow value is 6.97%
  • key color value is 4.31%
CMYK:
(19,0,7,4)
C19M0Y7K4 
(19%,0%,7%,4%)
(0.19/0.00/0.07/0.04)	

CMYK percentages

%18.85
%0
%6.97
%4.31

Codes

Color #C6F4E3 in popluar color models

C6F4E3
RGB198244227
HSL158°67.65%86.67%
HSB/HSV158°18.85%95.69%
CMYK18.85%0.00%6.97%
4.31%

Color #C6F4E3 in popluar number systems.

HEXC6F4E3
Decimal198244227
Binary110001101111010011100011
Octal306364343

Shades and tints

Shades of #C6F4E3

#C6F4E3
(198,244,227)
#B4DECF
(180,222,207)
#A2C8BB
(162,200,187)
#90B2A7
(144,178,167)
#7E9C93
(126,156,147)
#6C867F
(108,134,127)
#5A706B
(90,112,107)
#485A57
(72,90,87)
#364443
(54,68,67)
#242E2F
(36,46,47)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #C6F4E3

#C6F4E3
(198,244,227)
#CBF5E5
(203,245,229)
#D0F6E7
(208,246,231)
#D5F7E9
(213,247,233)
#DAF8EB
(218,248,235)
#DFF9ED
(223,249,237)
#E4FAEF
(228,250,239)
#E9FBF1
(233,251,241)
#EEFCF3
(238,252,243)
#F3FDF5
(243,253,245)
#F8FEF7
(248,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F4E3; }

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

This text font color is #C6F4E3.


Background Color

.myBgColor { background-color: #C6F4E3; }

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

This div background color is #C6F4E3.


Border color

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

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

This div border color is #C6F4E3.


Opacity

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

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

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

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

This text has shadow with #C6F4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F4E3 on black background.


Color preview on white background

This text has color #C6F4E3 on white background.



Black color preview on #C6F4E3 background

This text has black color on #C6F4E3 background.


White color preview on #C6F4E3 background

This text has white color on #C6F4E3 background.