COLOR #C6E2FF

HEX: #C6E2FF RGB: (198,226,255)

Color info

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

RGB color model

#C6E2FF color RGB value is (198,226,255).

RGB: (198,226,255) (78%, 89%, 100%)

RGB channels and saturation

R 198 of 255 = 78%
G 226 of 255 = 89%
B 255 of 255 = 100%

198
226
255

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

Portions of RGB colors in percentages

R + G + B = 198 + 226 + 255 = 679 (100%)
R 198 of 679 ~ 29.16%
G 226 of 679 ~ 33.28%
B 255 of 679 ~ 37.56'%

%29.16
%33.28
%37.56

CMYK color model

#C6E2FF color CMYK value is (22,11,0,0).

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

CMYK: (22,11,0,0)
C22M11Y0K0 (22%, 11%, 0%, 0%)
(0.22 / 0.11 / 0.00 / 0.00)

CMYK percentages

%22.35
%11.37
%0
%0

Codes

Color #C6E2FF in popluar color models

C6 E2 FF
RGB 198 226 255
HSL 211° 100.00% 88.82%
HSB/HSV 211° 22.35% 100.00%
CMYK 22.35% 11.37% 0.00%
0.00%

Color #C6E2FF in popluar number systems.

HEX C6 E2 FF
Decimal 198 226 255
Binary 11000110 11100010 11111111
Octal 306 342 377

Shades and tints

Shades of #C6E2FF

#C6E2FF
(198,226,255)
#B4CEE8
(180,206,232)
#A2BAD1
(162,186,209)
#90A6BA
(144,166,186)
#7E92A3
(126,146,163)
#6C7E8C
(108,126,140)
#5A6A75
(90,106,117)
#48565E
(72,86,94)
#364247
(54,66,71)
#242E30
(36,46,48)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #C6E2FF

#C6E2FF
(198,226,255)
#CBE4FF
(203,228,255)
#D0E6FF
(208,230,255)
#D5E8FF
(213,232,255)
#DAEAFF
(218,234,255)
#DFECFF
(223,236,255)
#E4EEFF
(228,238,255)
#E9F0FF
(233,240,255)
#EEF2FF
(238,242,255)
#F3F4FF
(243,244,255)
#F8F6FF
(248,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E2FF; }

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

This text font color is #C6E2FF.

Background Color

.myBgColor { background-color: #C6E2FF; }

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

This div background color is #C6E2FF.

Border color

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

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

This div border color is #C6E2FF.

Opacity

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

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

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

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

This text has shadow with #C6E2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E2FF.

Preview

Color preview on black background

This text has color #C6E2FF on black background.


Color preview on white background

This text has color #C6E2FF on white background.


Black color preview on #C6E2FF background

This text has black color on #C6E2FF background.


White color preview on #C6E2FF background

This text has white color on #C6E2FF background.


Related colors

Complementary color

Complementary color for #hex is #391D00.


I love getcolorcode.com

Triadic colors

1 #FFC6E2 and #E2FFC6 with #C6E2FF are triadic colors.

2 #FFE2C6 and #E2C6FF with #C6E2FF are triadic colors.