COLOR #C6E0FF

HEX: #C6E0FF
RGB: (198,224,255)

Color info

#C6E0FF contains red, green and blue colors in about the same proportion. Web safe color of #C6E0FF is #CCCCFF (or #CCF).

RGB color model

#C6E0FF color RGB value is (198,224,255).

  • red value is 198;
  • green value is 224;
  • blue value is 255.
RGB:
(198,224,255)
(78%,88%,100%)

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 255 of 255 = 100%

198
224
255

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

Portions of RGB colors in percentages

R + G + B =
198 + 224 + 255 = 677 (100%)
R 198 of 677 ~ 29.25%
G 224 of 677 ~ 33.09%
B 255 of 677 ~ 37.67%

%29.25
%33.09
%37.67

CMYK color model

#C6E0FF color CMYK value is (22,12,0,0).

  • cyan value is 22.35%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,12,0,0)
C22M12Y0K0 
(22%,12%,0%,0%)
(0.22/0.12/0.00/0.00)	

CMYK percentages

%22.35
%12.16
%0
%0

Codes

Color #C6E0FF in popluar color models

C6E0FF
RGB198224255
HSL213°100.00%88.82%
HSB/HSV213°22.35%100.00%
CMYK22.35%12.16%0.00%
0.00%

Color #C6E0FF in popluar number systems.

HEXC6E0FF
Decimal198224255
Binary110001101110000011111111
Octal306340377

Shades and tints

Shades of #C6E0FF

#C6E0FF
(198,224,255)
#B4CCE8
(180,204,232)
#A2B8D1
(162,184,209)
#90A4BA
(144,164,186)
#7E90A3
(126,144,163)
#6C7C8C
(108,124,140)
#5A6875
(90,104,117)
#48545E
(72,84,94)
#364047
(54,64,71)
#242C30
(36,44,48)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6E0FF

#C6E0FF
(198,224,255)
#CBE2FF
(203,226,255)
#D0E4FF
(208,228,255)
#D5E6FF
(213,230,255)
#DAE8FF
(218,232,255)
#DFEAFF
(223,234,255)
#E4ECFF
(228,236,255)
#E9EEFF
(233,238,255)
#EEF0FF
(238,240,255)
#F3F2FF
(243,242,255)
#F8F4FF
(248,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E0FF; }

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

This text font color is #C6E0FF.


Background Color

.myBgColor { background-color: #C6E0FF; }

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

This div background color is #C6E0FF.


Border color

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

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

This div border color is #C6E0FF.


Opacity

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

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

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

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

This text has shadow with #C6E0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E0FF on black background.


Color preview on white background

This text has color #C6E0FF on white background.



Black color preview on #C6E0FF background

This text has black color on #C6E0FF background.


White color preview on #C6E0FF background

This text has white color on #C6E0FF background.