COLOR #C6E3F1

HEX: #C6E3F1
RGB: (198,227,241)

Color info

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

RGB color model

#C6E3F1 color RGB value is (198,227,241).

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

RGB channels and saturation

R 198 of 255 = 78%
G 227 of 255 = 89%
B 241 of 255 = 95%

198
227
241

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

Portions of RGB colors in percentages

R + G + B =
198 + 227 + 241 = 666 (100%)
R 198 of 666 ~ 29.73%
G 227 of 666 ~ 34.08%
B 241 of 666 ~ 36.19%

%29.73
%34.08
%36.19

CMYK color model

#C6E3F1 color CMYK value is (18,6,0,5).

  • cyan value is 17.84%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(18,6,0,5)
C18M6Y0K5 
(18%,6%,0%,5%)
(0.18/0.06/0.00/0.05)	

CMYK percentages

%17.84
%5.81
%0
%5.49

Codes

Color #C6E3F1 in popluar color models

C6E3F1
RGB198227241
HSL200°60.56%86.08%
HSB/HSV200°17.84%94.51%
CMYK17.84%5.81%0.00%
5.49%

Color #C6E3F1 in popluar number systems.

HEXC6E3F1
Decimal198227241
Binary110001101110001111110001
Octal306343361

Shades and tints

Shades of #C6E3F1

#C6E3F1
(198,227,241)
#B4CFDC
(180,207,220)
#A2BBC7
(162,187,199)
#90A7B2
(144,167,178)
#7E939D
(126,147,157)
#6C7F88
(108,127,136)
#5A6B73
(90,107,115)
#48575E
(72,87,94)
#364349
(54,67,73)
#242F34
(36,47,52)
#121B1F
(18,27,31)
#000000
(0,0,0)

Tints of #C6E3F1

#C6E3F1
(198,227,241)
#CBE5F2
(203,229,242)
#D0E7F3
(208,231,243)
#D5E9F4
(213,233,244)
#DAEBF5
(218,235,245)
#DFEDF6
(223,237,246)
#E4EFF7
(228,239,247)
#E9F1F8
(233,241,248)
#EEF3F9
(238,243,249)
#F3F5FA
(243,245,250)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E3F1; }

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

This text font color is #C6E3F1.


Background Color

.myBgColor { background-color: #C6E3F1; }

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

This div background color is #C6E3F1.


Border color

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

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

This div border color is #C6E3F1.


Opacity

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

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

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

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

This text has shadow with #C6E3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E3F1 on black background.


Color preview on white background

This text has color #C6E3F1 on white background.



Black color preview on #C6E3F1 background

This text has black color on #C6E3F1 background.


White color preview on #C6E3F1 background

This text has white color on #C6E3F1 background.