COLOR #C6E7F9

HEX: #C6E7F9
RGB: (198,231,249)

Color info

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

RGB color model

#C6E7F9 color RGB value is (198,231,249).

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

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 249 of 255 = 98%

198
231
249

R + G + B ~ 89%. #C6E7F9 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 249 = 678 (100%)
R 198 of 678 ~ 29.2%
G 231 of 678 ~ 34.07%
B 249 of 678 ~ 36.73%

%29.2
%34.07
%36.73

CMYK color model

#C6E7F9 color CMYK value is (20,7,0,2).

  • cyan value is 20.48%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(20,7,0,2)
C20M7Y0K2 
(20%,7%,0%,2%)
(0.20/0.07/0.00/0.02)	

CMYK percentages

%20.48
%7.23
%0
%2.35

Codes

Color #C6E7F9 in popluar color models

C6E7F9
RGB198231249
HSL201°80.95%87.65%
HSB/HSV201°20.48%97.65%
CMYK20.48%7.23%0.00%
2.35%

Color #C6E7F9 in popluar number systems.

HEXC6E7F9
Decimal198231249
Binary110001101110011111111001
Octal306347371

Shades and tints

Shades of #C6E7F9

#C6E7F9
(198,231,249)
#B4D2E3
(180,210,227)
#A2BDCD
(162,189,205)
#90A8B7
(144,168,183)
#7E93A1
(126,147,161)
#6C7E8B
(108,126,139)
#5A6975
(90,105,117)
#48545F
(72,84,95)
#363F49
(54,63,73)
#242A33
(36,42,51)
#12151D
(18,21,29)
#000000
(0,0,0)

Tints of #C6E7F9

#C6E7F9
(198,231,249)
#CBE9F9
(203,233,249)
#D0EBF9
(208,235,249)
#D5EDF9
(213,237,249)
#DAEFF9
(218,239,249)
#DFF1F9
(223,241,249)
#E4F3F9
(228,243,249)
#E9F5F9
(233,245,249)
#EEF7F9
(238,247,249)
#F3F9F9
(243,249,249)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E7F9; }

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

This text font color is #C6E7F9.


Background Color

.myBgColor { background-color: #C6E7F9; }

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

This div background color is #C6E7F9.


Border color

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

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

This div border color is #C6E7F9.


Opacity

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

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

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

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

This text has shadow with #C6E7F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7F9 on black background.


Color preview on white background

This text has color #C6E7F9 on white background.



Black color preview on #C6E7F9 background

This text has black color on #C6E7F9 background.


White color preview on #C6E7F9 background

This text has white color on #C6E7F9 background.