COLOR #C6FBF1

HEX: #C6FBF1
RGB: (198,251,241)

Color info

#C6FBF1 contains red, green and blue colors in about the same proportion. Web safe color of #C6FBF1 is #CCFFFF (or #CFF).

RGB color model

#C6FBF1 color RGB value is (198,251,241).

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

RGB channels and saturation

R 198 of 255 = 78%
G 251 of 255 = 98%
B 241 of 255 = 95%

198
251
241

R + G + B ~ 90%. #C6FBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 251 + 241 = 690 (100%)
R 198 of 690 ~ 28.7%
G 251 of 690 ~ 36.38%
B 241 of 690 ~ 34.93%

%28.7
%36.38
%34.93

CMYK color model

#C6FBF1 color CMYK value is (21,0,4,2).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 3.98%
  • key color value is 1.57%
CMYK:
(21,0,4,2)
C21M0Y4K2 
(21%,0%,4%,2%)
(0.21/0.00/0.04/0.02)	

CMYK percentages

%21.12
%0
%3.98
%1.57

Codes

Color #C6FBF1 in popluar color models

C6FBF1
RGB198251241
HSL169°86.89%88.04%
HSB/HSV169°21.12%98.43%
CMYK21.12%0.00%3.98%
1.57%

Color #C6FBF1 in popluar number systems.

HEXC6FBF1
Decimal198251241
Binary110001101111101111110001
Octal306373361

Shades and tints

Shades of #C6FBF1

#C6FBF1
(198,251,241)
#B4E5DC
(180,229,220)
#A2CFC7
(162,207,199)
#90B9B2
(144,185,178)
#7EA39D
(126,163,157)
#6C8D88
(108,141,136)
#5A7773
(90,119,115)
#48615E
(72,97,94)
#364B49
(54,75,73)
#243534
(36,53,52)
#121F1F
(18,31,31)
#000000
(0,0,0)

Tints of #C6FBF1

#C6FBF1
(198,251,241)
#CBFBF2
(203,251,242)
#D0FBF3
(208,251,243)
#D5FBF4
(213,251,244)
#DAFBF5
(218,251,245)
#DFFBF6
(223,251,246)
#E4FBF7
(228,251,247)
#E9FBF8
(233,251,248)
#EEFBF9
(238,251,249)
#F3FBFA
(243,251,250)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FBF1; }

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

This text font color is #C6FBF1.


Background Color

.myBgColor { background-color: #C6FBF1; }

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

This div background color is #C6FBF1.


Border color

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

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

This div border color is #C6FBF1.


Opacity

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

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

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

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

This text has shadow with #C6FBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FBF1 on black background.


Color preview on white background

This text has color #C6FBF1 on white background.



Black color preview on #C6FBF1 background

This text has black color on #C6FBF1 background.


White color preview on #C6FBF1 background

This text has white color on #C6FBF1 background.