COLOR #C6E3ED

HEX: #C6E3ED
RGB: (198,227,237)

Color info

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

RGB color model

#C6E3ED color RGB value is (198,227,237).

  • red value is 198;
  • green value is 227;
  • blue value is 237.
RGB:
(198,227,237)
(78%,89%,93%)

RGB channels and saturation

R 198 of 255 = 78%
G 227 of 255 = 89%
B 237 of 255 = 93%

198
227
237

R + G + B ~ 87%. #C6E3ED is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 227 + 237 = 662 (100%)
R 198 of 662 ~ 29.91%
G 227 of 662 ~ 34.29%
B 237 of 662 ~ 35.8%

%29.91
%34.29
%35.8

CMYK color model

#C6E3ED color CMYK value is (16,4,0,7).

  • cyan value is 16.46%
  • magenta value is 4.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,4,0,7)
C16M4Y0K7 
(16%,4%,0%,7%)
(0.16/0.04/0.00/0.07)	

CMYK percentages

%16.46
%4.22
%0
%7.06

Codes

Color #C6E3ED in popluar color models

C6E3ED
RGB198227237
HSL195°52.00%85.29%
HSB/HSV195°16.46%92.94%
CMYK16.46%4.22%0.00%
7.06%

Color #C6E3ED in popluar number systems.

HEXC6E3ED
Decimal198227237
Binary110001101110001111101101
Octal306343355

Shades and tints

Shades of #C6E3ED

#C6E3ED
(198,227,237)
#B4CFD8
(180,207,216)
#A2BBC3
(162,187,195)
#90A7AE
(144,167,174)
#7E9399
(126,147,153)
#6C7F84
(108,127,132)
#5A6B6F
(90,107,111)
#48575A
(72,87,90)
#364345
(54,67,69)
#242F30
(36,47,48)
#121B1B
(18,27,27)
#000000
(0,0,0)

Tints of #C6E3ED

#C6E3ED
(198,227,237)
#CBE5EE
(203,229,238)
#D0E7EF
(208,231,239)
#D5E9F0
(213,233,240)
#DAEBF1
(218,235,241)
#DFEDF2
(223,237,242)
#E4EFF3
(228,239,243)
#E9F1F4
(233,241,244)
#EEF3F5
(238,243,245)
#F3F5F6
(243,245,246)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E3ED color. Also use rgb(198,227,237) instead hex code.

Text Font Color

.myTextColor { color: #C6E3ED; }

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

This text font color is #C6E3ED.


Background Color

.myBgColor { background-color: #C6E3ED; }

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

This div background color is #C6E3ED.


Border color

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

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

This div border color is #C6E3ED.


Opacity

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

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

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

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

This text has shadow with #C6E3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E3ED on black background.


Color preview on white background

This text has color #C6E3ED on white background.



Black color preview on #C6E3ED background

This text has black color on #C6E3ED background.


White color preview on #C6E3ED background

This text has white color on #C6E3ED background.