COLOR #C6E6FF

HEX: #C6E6FF RGB: (198,230,255)

Color info

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

RGB color model

#C6E6FF color RGB value is (198,230,255).

RGB: (198,230,255) (78%, 90%, 100%)

RGB channels and saturation

R 198 of 255 = 78%
G 230 of 255 = 90%
B 255 of 255 = 100%

198
230
255

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

Portions of RGB colors in percentages

R + G + B = 198 + 230 + 255 = 683 (100%)
R 198 of 683 ~ 28.99%
G 230 of 683 ~ 33.67%
B 255 of 683 ~ 37.34'%

%28.99
%33.67
%37.34

CMYK color model

#C6E6FF color CMYK value is (22,10,0,0).

  • cyan value is 22.35%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (22,10,0,0)
C22M10Y0K0 (22%, 10%, 0%, 0%)
(0.22 / 0.10 / 0.00 / 0.00)

CMYK percentages

%22.35
%9.8
%0
%0

Codes

Color #C6E6FF in popluar color models

C6 E6 FF
RGB 198 230 255
HSL 206° 100.00% 88.82%
HSB/HSV 206° 22.35% 100.00%
CMYK 22.35% 9.80% 0.00%
0.00%

Color #C6E6FF in popluar number systems.

HEX C6 E6 FF
Decimal 198 230 255
Binary 11000110 11100110 11111111
Octal 306 346 377

Shades and tints

Shades of #C6E6FF

#C6E6FF
(198,230,255)
#B4D2E8
(180,210,232)
#A2BED1
(162,190,209)
#90AABA
(144,170,186)
#7E96A3
(126,150,163)
#6C828C
(108,130,140)
#5A6E75
(90,110,117)
#485A5E
(72,90,94)
#364647
(54,70,71)
#243230
(36,50,48)
#121E19
(18,30,25)
#000000
(0,0,0)

Tints of #C6E6FF

#C6E6FF
(198,230,255)
#CBE8FF
(203,232,255)
#D0EAFF
(208,234,255)
#D5ECFF
(213,236,255)
#DAEEFF
(218,238,255)
#DFF0FF
(223,240,255)
#E4F2FF
(228,242,255)
#E9F4FF
(233,244,255)
#EEF6FF
(238,246,255)
#F3F8FF
(243,248,255)
#F8FAFF
(248,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E6FF; }

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

This text font color is #C6E6FF.

Background Color

.myBgColor { background-color: #C6E6FF; }

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

This div background color is #C6E6FF.

Border color

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

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

This div border color is #C6E6FF.

Opacity

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

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

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

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

This text has shadow with #C6E6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E6FF.

Preview

Color preview on black background

This text has color #C6E6FF on black background.


Color preview on white background

This text has color #C6E6FF on white background.


Black color preview on #C6E6FF background

This text has black color on #C6E6FF background.


White color preview on #C6E6FF background

This text has white color on #C6E6FF background.


Related colors

Complementary color

Complementary color for #hex is #391900.


I love getcolorcode.com

Triadic colors

1 #FFC6E6 and #E6FFC6 with #C6E6FF are triadic colors.

2 #FFE6C6 and #E6C6FF with #C6E6FF are triadic colors.