COLOR #C6E1E7

HEX: #C6E1E7
RGB: (198,225,231)

Color info

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

RGB color model

#C6E1E7 color RGB value is (198,225,231).

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

RGB channels and saturation

R 198 of 255 = 78%
G 225 of 255 = 88%
B 231 of 255 = 91%

198
225
231

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

Portions of RGB colors in percentages

R + G + B =
198 + 225 + 231 = 654 (100%)
R 198 of 654 ~ 30.28%
G 225 of 654 ~ 34.4%
B 231 of 654 ~ 35.32%

%30.28
%34.4
%35.32

CMYK color model

#C6E1E7 color CMYK value is (14,3,0,9).

  • cyan value is 14.29%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(14,3,0,9)
C14M3Y0K9 
(14%,3%,0%,9%)
(0.14/0.03/0.00/0.09)	

CMYK percentages

%14.29
%2.6
%0
%9.41

Codes

Color #C6E1E7 in popluar color models

C6E1E7
RGB198225231
HSL191°40.74%84.12%
HSB/HSV191°14.29%90.59%
CMYK14.29%2.60%0.00%
9.41%

Color #C6E1E7 in popluar number systems.

HEXC6E1E7
Decimal198225231
Binary110001101110000111100111
Octal306341347

Shades and tints

Shades of #C6E1E7

#C6E1E7
(198,225,231)
#B4CDD2
(180,205,210)
#A2B9BD
(162,185,189)
#90A5A8
(144,165,168)
#7E9193
(126,145,147)
#6C7D7E
(108,125,126)
#5A6969
(90,105,105)
#485554
(72,85,84)
#36413F
(54,65,63)
#242D2A
(36,45,42)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6E1E7

#C6E1E7
(198,225,231)
#CBE3E9
(203,227,233)
#D0E5EB
(208,229,235)
#D5E7ED
(213,231,237)
#DAE9EF
(218,233,239)
#DFEBF1
(223,235,241)
#E4EDF3
(228,237,243)
#E9EFF5
(233,239,245)
#EEF1F7
(238,241,247)
#F3F3F9
(243,243,249)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E1E7; }

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

This text font color is #C6E1E7.


Background Color

.myBgColor { background-color: #C6E1E7; }

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

This div background color is #C6E1E7.


Border color

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

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

This div border color is #C6E1E7.


Opacity

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

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

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

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

This text has shadow with #C6E1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E1E7 on black background.


Color preview on white background

This text has color #C6E1E7 on white background.



Black color preview on #C6E1E7 background

This text has black color on #C6E1E7 background.


White color preview on #C6E1E7 background

This text has white color on #C6E1E7 background.