COLOR #C3F3F6

HEX: #C3F3F6
RGB: (195,243,246)

Color info

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

RGB color model

#C3F3F6 color RGB value is (195,243,246).

  • red value is 195;
  • green value is 243;
  • blue value is 246.
RGB:
(195,243,246)
(76%,95%,96%)

RGB channels and saturation

R 195 of 255 = 76%
G 243 of 255 = 95%
B 246 of 255 = 96%

195
243
246

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

Portions of RGB colors in percentages

R + G + B =
195 + 243 + 246 = 684 (100%)
R 195 of 684 ~ 28.51%
G 243 of 684 ~ 35.53%
B 246 of 684 ~ 35.96%

%28.51
%35.53
%35.96

CMYK color model

#C3F3F6 color CMYK value is (21,1,0,4).

  • cyan value is 20.73%
  • magenta value is 1.22%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(21,1,0,4)
C21M1Y0K4 
(21%,1%,0%,4%)
(0.21/0.01/0.00/0.04)	

CMYK percentages

%20.73
%1.22
%0
%3.53

Codes

Color #C3F3F6 in popluar color models

C3F3F6
RGB195243246
HSL184°73.91%86.47%
HSB/HSV184°20.73%96.47%
CMYK20.73%1.22%0.00%
3.53%

Color #C3F3F6 in popluar number systems.

HEXC3F3F6
Decimal195243246
Binary110000111111001111110110
Octal303363366

Shades and tints

Shades of #C3F3F6

#C3F3F6
(195,243,246)
#B2DDE0
(178,221,224)
#A1C7CA
(161,199,202)
#90B1B4
(144,177,180)
#7F9B9E
(127,155,158)
#6E8588
(110,133,136)
#5D6F72
(93,111,114)
#4C595C
(76,89,92)
#3B4346
(59,67,70)
#2A2D30
(42,45,48)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #C3F3F6

#C3F3F6
(195,243,246)
#C8F4F6
(200,244,246)
#CDF5F6
(205,245,246)
#D2F6F6
(210,246,246)
#D7F7F6
(215,247,246)
#DCF8F6
(220,248,246)
#E1F9F6
(225,249,246)
#E6FAF6
(230,250,246)
#EBFBF6
(235,251,246)
#F0FCF6
(240,252,246)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F3F6 color. Also use rgb(195,243,246) instead hex code.

Text Font Color

.myTextColor { color: #C3F3F6; }

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

This text font color is #C3F3F6.


Background Color

.myBgColor { background-color: #C3F3F6; }

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

This div background color is #C3F3F6.


Border color

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

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

This div border color is #C3F3F6.


Opacity

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

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

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

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

This text has shadow with #C3F3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F3F6 on black background.


Color preview on white background

This text has color #C3F3F6 on white background.



Black color preview on #C3F3F6 background

This text has black color on #C3F3F6 background.


White color preview on #C3F3F6 background

This text has white color on #C3F3F6 background.