COLOR #C6F3E1

HEX: #C6F3E1
RGB: (198,243,225)

Color info

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

RGB color model

#C6F3E1 color RGB value is (198,243,225).

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

RGB channels and saturation

R 198 of 255 = 78%
G 243 of 255 = 95%
B 225 of 255 = 88%

198
243
225

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

Portions of RGB colors in percentages

R + G + B =
198 + 243 + 225 = 666 (100%)
R 198 of 666 ~ 29.73%
G 243 of 666 ~ 36.49%
B 225 of 666 ~ 33.78%

%29.73
%36.49
%33.78

CMYK color model

#C6F3E1 color CMYK value is (19,0,7,5).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 4.71%
CMYK:
(19,0,7,5)
C19M0Y7K5 
(19%,0%,7%,5%)
(0.19/0.00/0.07/0.05)	

CMYK percentages

%18.52
%0
%7.41
%4.71

Codes

Color #C6F3E1 in popluar color models

C6F3E1
RGB198243225
HSL156°65.22%86.47%
HSB/HSV156°18.52%95.29%
CMYK18.52%0.00%7.41%
4.71%

Color #C6F3E1 in popluar number systems.

HEXC6F3E1
Decimal198243225
Binary110001101111001111100001
Octal306363341

Shades and tints

Shades of #C6F3E1

#C6F3E1
(198,243,225)
#B4DDCD
(180,221,205)
#A2C7B9
(162,199,185)
#90B1A5
(144,177,165)
#7E9B91
(126,155,145)
#6C857D
(108,133,125)
#5A6F69
(90,111,105)
#485955
(72,89,85)
#364341
(54,67,65)
#242D2D
(36,45,45)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6F3E1

#C6F3E1
(198,243,225)
#CBF4E3
(203,244,227)
#D0F5E5
(208,245,229)
#D5F6E7
(213,246,231)
#DAF7E9
(218,247,233)
#DFF8EB
(223,248,235)
#E4F9ED
(228,249,237)
#E9FAEF
(233,250,239)
#EEFBF1
(238,251,241)
#F3FCF3
(243,252,243)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6F3E1; }

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

This text font color is #C6F3E1.


Background Color

.myBgColor { background-color: #C6F3E1; }

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

This div background color is #C6F3E1.


Border color

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

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

This div border color is #C6F3E1.


Opacity

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

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

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

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

This text has shadow with #C6F3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F3E1 on black background.


Color preview on white background

This text has color #C6F3E1 on white background.



Black color preview on #C6F3E1 background

This text has black color on #C6F3E1 background.


White color preview on #C6F3E1 background

This text has white color on #C6F3E1 background.