COLOR #C3E2FE

HEX: #C3E2FE
RGB: (195,226,254)

Color info

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

RGB color model

#C3E2FE color RGB value is (195,226,254).

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

RGB channels and saturation

R 195 of 255 = 76%
G 226 of 255 = 89%
B 254 of 255 = 100%

195
226
254

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

Portions of RGB colors in percentages

R + G + B =
195 + 226 + 254 = 675 (100%)
R 195 of 675 ~ 28.89%
G 226 of 675 ~ 33.48%
B 254 of 675 ~ 37.63%

%28.89
%33.48
%37.63

CMYK color model

#C3E2FE color CMYK value is (23,11,0,0).

  • cyan value is 23.23%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(23,11,0,0)
C23M11Y0K0 
(23%,11%,0%,0%)
(0.23/0.11/0.00/0.00)	

CMYK percentages

%23.23
%11.02
%0
%0.39

Codes

Color #C3E2FE in popluar color models

C3E2FE
RGB195226254
HSL208°96.72%88.04%
HSB/HSV208°23.23%99.61%
CMYK23.23%11.02%0.00%
0.39%

Color #C3E2FE in popluar number systems.

HEXC3E2FE
Decimal195226254
Binary110000111110001011111110
Octal303342376

Shades and tints

Shades of #C3E2FE

#C3E2FE
(195,226,254)
#B2CEE7
(178,206,231)
#A1BAD0
(161,186,208)
#90A6B9
(144,166,185)
#7F92A2
(127,146,162)
#6E7E8B
(110,126,139)
#5D6A74
(93,106,116)
#4C565D
(76,86,93)
#3B4246
(59,66,70)
#2A2E2F
(42,46,47)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #C3E2FE

#C3E2FE
(195,226,254)
#C8E4FE
(200,228,254)
#CDE6FE
(205,230,254)
#D2E8FE
(210,232,254)
#D7EAFE
(215,234,254)
#DCECFE
(220,236,254)
#E1EEFE
(225,238,254)
#E6F0FE
(230,240,254)
#EBF2FE
(235,242,254)
#F0F4FE
(240,244,254)
#F5F6FE
(245,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E2FE; }

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

This text font color is #C3E2FE.


Background Color

.myBgColor { background-color: #C3E2FE; }

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

This div background color is #C3E2FE.


Border color

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

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

This div border color is #C3E2FE.


Opacity

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

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

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

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

This text has shadow with #C3E2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E2FE on black background.


Color preview on white background

This text has color #C3E2FE on white background.



Black color preview on #C3E2FE background

This text has black color on #C3E2FE background.


White color preview on #C3E2FE background

This text has white color on #C3E2FE background.