COLOR #C6F9E1

HEX: #C6F9E1
RGB: (198,249,225)

Color info

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

RGB color model

#C6F9E1 color RGB value is (198,249,225).

  • red value is 198;
  • green value is 249;
  • blue value is 225.
RGB:
(198,249,225)
(78%,98%,88%)

RGB channels and saturation

R 198 of 255 = 78%
G 249 of 255 = 98%
B 225 of 255 = 88%

198
249
225

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

Portions of RGB colors in percentages

R + G + B =
198 + 249 + 225 = 672 (100%)
R 198 of 672 ~ 29.46%
G 249 of 672 ~ 37.05%
B 225 of 672 ~ 33.48%

%29.46
%37.05
%33.48

CMYK color model

#C6F9E1 color CMYK value is (20,0,10,2).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 2.35%
CMYK:
(20,0,10,2)
C20M0Y10K2 
(20%,0%,10%,2%)
(0.20/0.00/0.10/0.02)	

CMYK percentages

%20.48
%0
%9.64
%2.35

Codes

Color #C6F9E1 in popluar color models

C6F9E1
RGB198249225
HSL152°80.95%87.65%
HSB/HSV152°20.48%97.65%
CMYK20.48%0.00%9.64%
2.35%

Color #C6F9E1 in popluar number systems.

HEXC6F9E1
Decimal198249225
Binary110001101111100111100001
Octal306371341

Shades and tints

Shades of #C6F9E1

#C6F9E1
(198,249,225)
#B4E3CD
(180,227,205)
#A2CDB9
(162,205,185)
#90B7A5
(144,183,165)
#7EA191
(126,161,145)
#6C8B7D
(108,139,125)
#5A7569
(90,117,105)
#485F55
(72,95,85)
#364941
(54,73,65)
#24332D
(36,51,45)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #C6F9E1

#C6F9E1
(198,249,225)
#CBF9E3
(203,249,227)
#D0F9E5
(208,249,229)
#D5F9E7
(213,249,231)
#DAF9E9
(218,249,233)
#DFF9EB
(223,249,235)
#E4F9ED
(228,249,237)
#E9F9EF
(233,249,239)
#EEF9F1
(238,249,241)
#F3F9F3
(243,249,243)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F9E1 color. Also use rgb(198,249,225) instead hex code.

Text Font Color

.myTextColor { color: #C6F9E1; }

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

This text font color is #C6F9E1.


Background Color

.myBgColor { background-color: #C6F9E1; }

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

This div background color is #C6F9E1.


Border color

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

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

This div border color is #C6F9E1.


Opacity

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

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

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

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

This text has shadow with #C6F9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F9E1 on black background.


Color preview on white background

This text has color #C6F9E1 on white background.



Black color preview on #C6F9E1 background

This text has black color on #C6F9E1 background.


White color preview on #C6F9E1 background

This text has white color on #C6F9E1 background.