COLOR #C3F0FA

HEX: #C3F0FA
RGB: (195,240,250)

Color info

#C3F0FA contains red, green and blue colors in about the same proportion. Web safe color of #C3F0FA is #CCFFFF (or #CFF).

RGB color model

#C3F0FA color RGB value is (195,240,250).

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

RGB channels and saturation

R 195 of 255 = 76%
G 240 of 255 = 94%
B 250 of 255 = 98%

195
240
250

R + G + B ~ 89%. #C3F0FA is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 240 + 250 = 685 (100%)
R 195 of 685 ~ 28.47%
G 240 of 685 ~ 35.04%
B 250 of 685 ~ 36.5%

%28.47
%35.04
%36.5

CMYK color model

#C3F0FA color CMYK value is (22,4,0,2).

  • cyan value is 22.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(22,4,0,2)
C22M4Y0K2 
(22%,4%,0%,2%)
(0.22/0.04/0.00/0.02)	

CMYK percentages

%22
%4
%0
%1.96

Codes

Color #C3F0FA in popluar color models

C3F0FA
RGB195240250
HSL191°84.62%87.25%
HSB/HSV191°22.00%98.04%
CMYK22.00%4.00%0.00%
1.96%

Color #C3F0FA in popluar number systems.

HEXC3F0FA
Decimal195240250
Binary110000111111000011111010
Octal303360372

Shades and tints

Shades of #C3F0FA

#C3F0FA
(195,240,250)
#B2DBE4
(178,219,228)
#A1C6CE
(161,198,206)
#90B1B8
(144,177,184)
#7F9CA2
(127,156,162)
#6E878C
(110,135,140)
#5D7276
(93,114,118)
#4C5D60
(76,93,96)
#3B484A
(59,72,74)
#2A3334
(42,51,52)
#191E1E
(25,30,30)
#000000
(0,0,0)

Tints of #C3F0FA

#C3F0FA
(195,240,250)
#C8F1FA
(200,241,250)
#CDF2FA
(205,242,250)
#D2F3FA
(210,243,250)
#D7F4FA
(215,244,250)
#DCF5FA
(220,245,250)
#E1F6FA
(225,246,250)
#E6F7FA
(230,247,250)
#EBF8FA
(235,248,250)
#F0F9FA
(240,249,250)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F0FA; }

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

This text font color is #C3F0FA.


Background Color

.myBgColor { background-color: #C3F0FA; }

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

This div background color is #C3F0FA.


Border color

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

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

This div border color is #C3F0FA.


Opacity

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

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

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

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

This text has shadow with #C3F0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F0FA on black background.


Color preview on white background

This text has color #C3F0FA on white background.



Black color preview on #C3F0FA background

This text has black color on #C3F0FA background.


White color preview on #C3F0FA background

This text has white color on #C3F0FA background.