COLOR #C3E0F5

HEX: #C3E0F5
RGB: (195,224,245)

Color info

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

RGB color model

#C3E0F5 color RGB value is (195,224,245).

  • red value is 195;
  • green value is 224;
  • blue value is 245.
RGB:
(195,224,245)
(76%,88%,96%)

RGB channels and saturation

R 195 of 255 = 76%
G 224 of 255 = 88%
B 245 of 255 = 96%

195
224
245

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

Portions of RGB colors in percentages

R + G + B =
195 + 224 + 245 = 664 (100%)
R 195 of 664 ~ 29.37%
G 224 of 664 ~ 33.73%
B 245 of 664 ~ 36.9%

%29.37
%33.73
%36.9

CMYK color model

#C3E0F5 color CMYK value is (20,9,0,4).

  • cyan value is 20.41%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(20,9,0,4)
C20M9Y0K4 
(20%,9%,0%,4%)
(0.20/0.09/0.00/0.04)	

CMYK percentages

%20.41
%8.57
%0
%3.92

Codes

Color #C3E0F5 in popluar color models

C3E0F5
RGB195224245
HSL205°71.43%86.27%
HSB/HSV205°20.41%96.08%
CMYK20.41%8.57%0.00%
3.92%

Color #C3E0F5 in popluar number systems.

HEXC3E0F5
Decimal195224245
Binary110000111110000011110101
Octal303340365

Shades and tints

Shades of #C3E0F5

#C3E0F5
(195,224,245)
#B2CCDF
(178,204,223)
#A1B8C9
(161,184,201)
#90A4B3
(144,164,179)
#7F909D
(127,144,157)
#6E7C87
(110,124,135)
#5D6871
(93,104,113)
#4C545B
(76,84,91)
#3B4045
(59,64,69)
#2A2C2F
(42,44,47)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #C3E0F5

#C3E0F5
(195,224,245)
#C8E2F5
(200,226,245)
#CDE4F5
(205,228,245)
#D2E6F5
(210,230,245)
#D7E8F5
(215,232,245)
#DCEAF5
(220,234,245)
#E1ECF5
(225,236,245)
#E6EEF5
(230,238,245)
#EBF0F5
(235,240,245)
#F0F2F5
(240,242,245)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E0F5 color. Also use rgb(195,224,245) instead hex code.

Text Font Color

.myTextColor { color: #C3E0F5; }

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

This text font color is #C3E0F5.


Background Color

.myBgColor { background-color: #C3E0F5; }

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

This div background color is #C3E0F5.


Border color

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

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

This div border color is #C3E0F5.


Opacity

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

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

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

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

This text has shadow with #C3E0F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E0F5 on black background.


Color preview on white background

This text has color #C3E0F5 on white background.



Black color preview on #C3E0F5 background

This text has black color on #C3E0F5 background.


White color preview on #C3E0F5 background

This text has white color on #C3E0F5 background.