COLOR #C6E0EE

HEX: #C6E0EE RGB: (198,224,238)

Color info

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

RGB color model

#C6E0EE color RGB value is (198,224,238).

RGB: (198,224,238) (78%, 88%, 93%)

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 238 of 255 = 93%

198
224
238

R + G + B ~ 86%. #C6E0EE is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 224 + 238 = 660 (100%)
R 198 of 660 ~ 30%
G 224 of 660 ~ 33.94%
B 238 of 660 ~ 36.06'%

%30
%33.94
%36.06

CMYK color model

#C6E0EE color CMYK value is (17,6,0,7).

  • cyan value is 16.81%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (17,6,0,7)
C17M6Y0K7 (17%, 6%, 0%, 7%)
(0.17 / 0.06 / 0.00 / 0.07)

CMYK percentages

%16.81
%5.88
%0
%6.67

Codes

Color #C6E0EE in popluar color models

C6 E0 EE
RGB 198 224 238
HSL 201° 54.05% 85.49%
HSB/HSV 201° 16.81% 93.33%
CMYK 16.81% 5.88% 0.00%
6.67%

Color #C6E0EE in popluar number systems.

HEX C6 E0 EE
Decimal 198 224 238
Binary 11000110 11100000 11101110
Octal 306 340 356

Shades and tints

Shades of #C6E0EE

#C6E0EE
(198,224,238)
#B4CCD9
(180,204,217)
#A2B8C4
(162,184,196)
#90A4AF
(144,164,175)
#7E909A
(126,144,154)
#6C7C85
(108,124,133)
#5A6870
(90,104,112)
#48545B
(72,84,91)
#364046
(54,64,70)
#242C31
(36,44,49)
#12181C
(18,24,28)
#000000
(0,0,0)

Tints of #C6E0EE

#C6E0EE
(198,224,238)
#CBE2EF
(203,226,239)
#D0E4F0
(208,228,240)
#D5E6F1
(213,230,241)
#DAE8F2
(218,232,242)
#DFEAF3
(223,234,243)
#E4ECF4
(228,236,244)
#E9EEF5
(233,238,245)
#EEF0F6
(238,240,246)
#F3F2F7
(243,242,247)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E0EE; }

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

This text font color is #C6E0EE.

Background Color

.myBgColor { background-color: #C6E0EE; }

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

This div background color is #C6E0EE.

Border color

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

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

This div border color is #C6E0EE.

Opacity

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

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

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

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

This text has shadow with #C6E0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6E0EE.

Preview

Color preview on black background

This text has color #C6E0EE on black background.


Color preview on white background

This text has color #C6E0EE on white background.


Black color preview on #C6E0EE background

This text has black color on #C6E0EE background.


White color preview on #C6E0EE background

This text has white color on #C6E0EE background.


Related colors

Complementary color

Complementary color for #hex is #391F11.


I love getcolorcode.com

Triadic colors

1 #EEC6E0 and #E0EEC6 with #C6E0EE are triadic colors.

2 #EEE0C6 and #E0C6EE with #C6E0EE are triadic colors.