COLOR #C3E6FA

HEX: #C3E6FA
RGB: (195,230,250)

Color info

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

RGB color model

#C3E6FA color RGB value is (195,230,250).

  • red value is 195;
  • green value is 230;
  • blue value is 250.
RGB:
(195,230,250)
(76%,90%,98%)

RGB channels and saturation

R 195 of 255 = 76%
G 230 of 255 = 90%
B 250 of 255 = 98%

195
230
250

R + G + B ~ 88%. #C3E6FA is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 230 + 250 = 675 (100%)
R 195 of 675 ~ 28.89%
G 230 of 675 ~ 34.07%
B 250 of 675 ~ 37.04%

%28.89
%34.07
%37.04

CMYK color model

#C3E6FA color CMYK value is (22,8,0,2).

  • cyan value is 22.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(22,8,0,2)
C22M8Y0K2 
(22%,8%,0%,2%)
(0.22/0.08/0.00/0.02)	

CMYK percentages

%22
%8
%0
%1.96

Codes

Color #C3E6FA in popluar color models

C3E6FA
RGB195230250
HSL202°84.62%87.25%
HSB/HSV202°22.00%98.04%
CMYK22.00%8.00%0.00%
1.96%

Color #C3E6FA in popluar number systems.

HEXC3E6FA
Decimal195230250
Binary110000111110011011111010
Octal303346372

Shades and tints

Shades of #C3E6FA

#C3E6FA
(195,230,250)
#B2D2E4
(178,210,228)
#A1BECE
(161,190,206)
#90AAB8
(144,170,184)
#7F96A2
(127,150,162)
#6E828C
(110,130,140)
#5D6E76
(93,110,118)
#4C5A60
(76,90,96)
#3B464A
(59,70,74)
#2A3234
(42,50,52)
#191E1E
(25,30,30)
#000000
(0,0,0)

Tints of #C3E6FA

#C3E6FA
(195,230,250)
#C8E8FA
(200,232,250)
#CDEAFA
(205,234,250)
#D2ECFA
(210,236,250)
#D7EEFA
(215,238,250)
#DCF0FA
(220,240,250)
#E1F2FA
(225,242,250)
#E6F4FA
(230,244,250)
#EBF6FA
(235,246,250)
#F0F8FA
(240,248,250)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E6FA color. Also use rgb(195,230,250) instead hex code.

Text Font Color

.myTextColor { color: #C3E6FA; }

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

This text font color is #C3E6FA.


Background Color

.myBgColor { background-color: #C3E6FA; }

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

This div background color is #C3E6FA.


Border color

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

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

This div border color is #C3E6FA.


Opacity

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

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

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

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

This text has shadow with #C3E6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E6FA on black background.


Color preview on white background

This text has color #C3E6FA on white background.



Black color preview on #C3E6FA background

This text has black color on #C3E6FA background.


White color preview on #C3E6FA background

This text has white color on #C3E6FA background.