COLOR #C3E5FE

HEX: #C3E5FE
RGB: (195,229,254)

Color info

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

RGB color model

#C3E5FE color RGB value is (195,229,254).

  • red value is 195;
  • green value is 229;
  • blue value is 254.
RGB:
(195,229,254)
(76%,90%,100%)

RGB channels and saturation

R 195 of 255 = 76%
G 229 of 255 = 90%
B 254 of 255 = 100%

195
229
254

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

Portions of RGB colors in percentages

R + G + B =
195 + 229 + 254 = 678 (100%)
R 195 of 678 ~ 28.76%
G 229 of 678 ~ 33.78%
B 254 of 678 ~ 37.46%

%28.76
%33.78
%37.46

CMYK color model

#C3E5FE color CMYK value is (23,10,0,0).

  • cyan value is 23.23%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(23,10,0,0)
C23M10Y0K0 
(23%,10%,0%,0%)
(0.23/0.10/0.00/0.00)	

CMYK percentages

%23.23
%9.84
%0
%0.39

Codes

Color #C3E5FE in popluar color models

C3E5FE
RGB195229254
HSL205°96.72%88.04%
HSB/HSV205°23.23%99.61%
CMYK23.23%9.84%0.00%
0.39%

Color #C3E5FE in popluar number systems.

HEXC3E5FE
Decimal195229254
Binary110000111110010111111110
Octal303345376

Shades and tints

Shades of #C3E5FE

#C3E5FE
(195,229,254)
#B2D1E7
(178,209,231)
#A1BDD0
(161,189,208)
#90A9B9
(144,169,185)
#7F95A2
(127,149,162)
#6E818B
(110,129,139)
#5D6D74
(93,109,116)
#4C595D
(76,89,93)
#3B4546
(59,69,70)
#2A312F
(42,49,47)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #C3E5FE

#C3E5FE
(195,229,254)
#C8E7FE
(200,231,254)
#CDE9FE
(205,233,254)
#D2EBFE
(210,235,254)
#D7EDFE
(215,237,254)
#DCEFFE
(220,239,254)
#E1F1FE
(225,241,254)
#E6F3FE
(230,243,254)
#EBF5FE
(235,245,254)
#F0F7FE
(240,247,254)
#F5F9FE
(245,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E5FE color. Also use rgb(195,229,254) instead hex code.

Text Font Color

.myTextColor { color: #C3E5FE; }

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

This text font color is #C3E5FE.


Background Color

.myBgColor { background-color: #C3E5FE; }

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

This div background color is #C3E5FE.


Border color

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

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

This div border color is #C3E5FE.


Opacity

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

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

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

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

This text has shadow with #C3E5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E5FE on black background.


Color preview on white background

This text has color #C3E5FE on white background.



Black color preview on #C3E5FE background

This text has black color on #C3E5FE background.


White color preview on #C3E5FE background

This text has white color on #C3E5FE background.