COLOR #C6FBFB

HEX: #C6FBFB
RGB: (198,251,251)

Color info

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

RGB color model

#C6FBFB color RGB value is (198,251,251).

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

RGB channels and saturation

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

198
251
251

R + G + B ~ 91%. #C6FBFB is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 251 + 251 = 700 (100%)
R 198 of 700 ~ 28.29%
G 251 of 700 ~ 35.86%
B 251 of 700 ~ 35.86%

%28.29
%35.86
%35.86

CMYK color model

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

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

CMYK percentages

%21.12
%0
%0
%1.57

Codes

Color #C6FBFB in popluar color models

C6FBFB
RGB198251251
HSL180°86.89%88.04%
HSB/HSV180°21.12%98.43%
CMYK21.12%0.00%0.00%
1.57%

Color #C6FBFB in popluar number systems.

HEXC6FBFB
Decimal198251251
Binary110001101111101111111011
Octal306373373

Shades and tints

Shades of #C6FBFB

#C6FBFB
(198,251,251)
#B4E5E5
(180,229,229)
#A2CFCF
(162,207,207)
#90B9B9
(144,185,185)
#7EA3A3
(126,163,163)
#6C8D8D
(108,141,141)
#5A7777
(90,119,119)
#486161
(72,97,97)
#364B4B
(54,75,75)
#243535
(36,53,53)
#121F1F
(18,31,31)
#000000
(0,0,0)

Tints of #C6FBFB

#C6FBFB
(198,251,251)
#CBFBFB
(203,251,251)
#D0FBFB
(208,251,251)
#D5FBFB
(213,251,251)
#DAFBFB
(218,251,251)
#DFFBFB
(223,251,251)
#E4FBFB
(228,251,251)
#E9FBFB
(233,251,251)
#EEFBFB
(238,251,251)
#F3FBFB
(243,251,251)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FBFB; }

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

This text font color is #C6FBFB.


Background Color

.myBgColor { background-color: #C6FBFB; }

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

This div background color is #C6FBFB.


Border color

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

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

This div border color is #C6FBFB.


Opacity

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

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

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

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

This text has shadow with #C6FBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6FBFB on black background.


Color preview on white background

This text has color #C6FBFB on white background.



Black color preview on #C6FBFB background

This text has black color on #C6FBFB background.


White color preview on #C6FBFB background

This text has white color on #C6FBFB background.