COLOR #C6EEFB

HEX: #C6EEFB
RGB: (198,238,251)

Color info

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

RGB color model

#C6EEFB color RGB value is (198,238,251).

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

RGB channels and saturation

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

198
238
251

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

Portions of RGB colors in percentages

R + G + B =
198 + 238 + 251 = 687 (100%)
R 198 of 687 ~ 28.82%
G 238 of 687 ~ 34.64%
B 251 of 687 ~ 36.54%

%28.82
%34.64
%36.54

CMYK color model

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

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

CMYK percentages

%21.12
%5.18
%0
%1.57

Codes

Color #C6EEFB in popluar color models

C6EEFB
RGB198238251
HSL195°86.89%88.04%
HSB/HSV195°21.12%98.43%
CMYK21.12%5.18%0.00%
1.57%

Color #C6EEFB in popluar number systems.

HEXC6EEFB
Decimal198238251
Binary110001101110111011111011
Octal306356373

Shades and tints

Shades of #C6EEFB

#C6EEFB
(198,238,251)
#B4D9E5
(180,217,229)
#A2C4CF
(162,196,207)
#90AFB9
(144,175,185)
#7E9AA3
(126,154,163)
#6C858D
(108,133,141)
#5A7077
(90,112,119)
#485B61
(72,91,97)
#36464B
(54,70,75)
#243135
(36,49,53)
#121C1F
(18,28,31)
#000000
(0,0,0)

Tints of #C6EEFB

#C6EEFB
(198,238,251)
#CBEFFB
(203,239,251)
#D0F0FB
(208,240,251)
#D5F1FB
(213,241,251)
#DAF2FB
(218,242,251)
#DFF3FB
(223,243,251)
#E4F4FB
(228,244,251)
#E9F5FB
(233,245,251)
#EEF6FB
(238,246,251)
#F3F7FB
(243,247,251)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EEFB; }

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

This text font color is #C6EEFB.


Background Color

.myBgColor { background-color: #C6EEFB; }

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

This div background color is #C6EEFB.


Border color

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

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

This div border color is #C6EEFB.


Opacity

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

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

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

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

This text has shadow with #C6EEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EEFB on black background.


Color preview on white background

This text has color #C6EEFB on white background.



Black color preview on #C6EEFB background

This text has black color on #C6EEFB background.


White color preview on #C6EEFB background

This text has white color on #C6EEFB background.