COLOR #C6E1EE

HEX: #C6E1EE
RGB: (198,225,238)

Color info

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

RGB color model

#C6E1EE color RGB value is (198,225,238).

  • red value is 198;
  • green value is 225;
  • blue value is 238.
RGB:
(198,225,238)
(78%,88%,93%)

RGB channels and saturation

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

198
225
238

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

Portions of RGB colors in percentages

R + G + B =
198 + 225 + 238 = 661 (100%)
R 198 of 661 ~ 29.95%
G 225 of 661 ~ 34.04%
B 238 of 661 ~ 36.01%

%29.95
%34.04
%36.01

CMYK color model

#C6E1EE color CMYK value is (17,5,0,7).

  • cyan value is 16.81%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(17,5,0,7)
C17M5Y0K7 
(17%,5%,0%,7%)
(0.17/0.05/0.00/0.07)	

CMYK percentages

%16.81
%5.46
%0
%6.67

Codes

Color #C6E1EE in popluar color models

C6E1EE
RGB198225238
HSL200°54.05%85.49%
HSB/HSV200°16.81%93.33%
CMYK16.81%5.46%0.00%
6.67%

Color #C6E1EE in popluar number systems.

HEXC6E1EE
Decimal198225238
Binary110001101110000111101110
Octal306341356

Shades and tints

Shades of #C6E1EE

#C6E1EE
(198,225,238)
#B4CDD9
(180,205,217)
#A2B9C4
(162,185,196)
#90A5AF
(144,165,175)
#7E919A
(126,145,154)
#6C7D85
(108,125,133)
#5A6970
(90,105,112)
#48555B
(72,85,91)
#364146
(54,65,70)
#242D31
(36,45,49)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #C6E1EE

#C6E1EE
(198,225,238)
#CBE3EF
(203,227,239)
#D0E5F0
(208,229,240)
#D5E7F1
(213,231,241)
#DAE9F2
(218,233,242)
#DFEBF3
(223,235,243)
#E4EDF4
(228,237,244)
#E9EFF5
(233,239,245)
#EEF1F6
(238,241,246)
#F3F3F7
(243,243,247)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E1EE; }

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

This text font color is #C6E1EE.


Background Color

.myBgColor { background-color: #C6E1EE; }

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

This div background color is #C6E1EE.


Border color

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

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

This div border color is #C6E1EE.


Opacity

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

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

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

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

This text has shadow with #C6E1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E1EE on black background.


Color preview on white background

This text has color #C6E1EE on white background.



Black color preview on #C6E1EE background

This text has black color on #C6E1EE background.


White color preview on #C6E1EE background

This text has white color on #C6E1EE background.