COLOR #C3E0FF

HEX: #C3E0FF
RGB: (195,224,255)

Color info

#C3E0FF contains mainly green and blue colors. Web safe color of #C3E0FF is #CCCCFF (or #CCF).

RGB color model

#C3E0FF color RGB value is (195,224,255).

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

RGB channels and saturation

R 195 of 255 = 76%
G 224 of 255 = 88%
B 255 of 255 = 100%

195
224
255

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

Portions of RGB colors in percentages

R + G + B =
195 + 224 + 255 = 674 (100%)
R 195 of 674 ~ 28.93%
G 224 of 674 ~ 33.23%
B 255 of 674 ~ 37.83%

%28.93
%33.23
%37.83

CMYK color model

#C3E0FF color CMYK value is (24,12,0,0).

  • cyan value is 23.53%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(24,12,0,0)
C24M12Y0K0 
(24%,12%,0%,0%)
(0.24/0.12/0.00/0.00)	

CMYK percentages

%23.53
%12.16
%0
%0

Codes

Color #C3E0FF in popluar color models

C3E0FF
RGB195224255
HSL211°100.00%88.24%
HSB/HSV211°23.53%100.00%
CMYK23.53%12.16%0.00%
0.00%

Color #C3E0FF in popluar number systems.

HEXC3E0FF
Decimal195224255
Binary110000111110000011111111
Octal303340377

Shades and tints

Shades of #C3E0FF

#C3E0FF
(195,224,255)
#B2CCE8
(178,204,232)
#A1B8D1
(161,184,209)
#90A4BA
(144,164,186)
#7F90A3
(127,144,163)
#6E7C8C
(110,124,140)
#5D6875
(93,104,117)
#4C545E
(76,84,94)
#3B4047
(59,64,71)
#2A2C30
(42,44,48)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #C3E0FF

#C3E0FF
(195,224,255)
#C8E2FF
(200,226,255)
#CDE4FF
(205,228,255)
#D2E6FF
(210,230,255)
#D7E8FF
(215,232,255)
#DCEAFF
(220,234,255)
#E1ECFF
(225,236,255)
#E6EEFF
(230,238,255)
#EBF0FF
(235,240,255)
#F0F2FF
(240,242,255)
#F5F4FF
(245,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3E0FF; }

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

This text font color is #C3E0FF.


Background Color

.myBgColor { background-color: #C3E0FF; }

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

This div background color is #C3E0FF.


Border color

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

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

This div border color is #C3E0FF.


Opacity

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

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

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

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

This text has shadow with #C3E0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E0FF on black background.


Color preview on white background

This text has color #C3E0FF on white background.



Black color preview on #C3E0FF background

This text has black color on #C3E0FF background.


White color preview on #C3E0FF background

This text has white color on #C3E0FF background.