COLOR #C3D6F3

HEX: #C3D6F3
RGB: (195,214,243)

Color info

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

RGB color model

#C3D6F3 color RGB value is (195,214,243).

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

RGB channels and saturation

R 195 of 255 = 76%
G 214 of 255 = 84%
B 243 of 255 = 95%

195
214
243

R + G + B ~ 85%. #C3D6F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 214 + 243 = 652 (100%)
R 195 of 652 ~ 29.91%
G 214 of 652 ~ 32.82%
B 243 of 652 ~ 37.27%

%29.91
%32.82
%37.27

CMYK color model

#C3D6F3 color CMYK value is (20,12,0,5).

  • cyan value is 19.75%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(20,12,0,5)
C20M12Y0K5 
(20%,12%,0%,5%)
(0.20/0.12/0.00/0.05)	

CMYK percentages

%19.75
%11.93
%0
%4.71

Codes

Color #C3D6F3 in popluar color models

C3D6F3
RGB195214243
HSL216°66.67%85.88%
HSB/HSV216°19.75%95.29%
CMYK19.75%11.93%0.00%
4.71%

Color #C3D6F3 in popluar number systems.

HEXC3D6F3
Decimal195214243
Binary110000111101011011110011
Octal303326363

Shades and tints

Shades of #C3D6F3

#C3D6F3
(195,214,243)
#B2C3DD
(178,195,221)
#A1B0C7
(161,176,199)
#909DB1
(144,157,177)
#7F8A9B
(127,138,155)
#6E7785
(110,119,133)
#5D646F
(93,100,111)
#4C5159
(76,81,89)
#3B3E43
(59,62,67)
#2A2B2D
(42,43,45)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #C3D6F3

#C3D6F3
(195,214,243)
#C8D9F4
(200,217,244)
#CDDCF5
(205,220,245)
#D2DFF6
(210,223,246)
#D7E2F7
(215,226,247)
#DCE5F8
(220,229,248)
#E1E8F9
(225,232,249)
#E6EBFA
(230,235,250)
#EBEEFB
(235,238,251)
#F0F1FC
(240,241,252)
#F5F4FD
(245,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D6F3; }

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

This text font color is #C3D6F3.


Background Color

.myBgColor { background-color: #C3D6F3; }

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

This div background color is #C3D6F3.


Border color

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

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

This div border color is #C3D6F3.


Opacity

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

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

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

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

This text has shadow with #C3D6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D6F3 on black background.


Color preview on white background

This text has color #C3D6F3 on white background.



Black color preview on #C3D6F3 background

This text has black color on #C3D6F3 background.


White color preview on #C3D6F3 background

This text has white color on #C3D6F3 background.