COLOR #C3D8EF

HEX: #C3D8EF
RGB: (195,216,239)

Color info

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

RGB color model

#C3D8EF color RGB value is (195,216,239).

  • red value is 195;
  • green value is 216;
  • blue value is 239.
RGB:
(195,216,239)
(76%,85%,94%)

RGB channels and saturation

R 195 of 255 = 76%
G 216 of 255 = 85%
B 239 of 255 = 94%

195
216
239

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

Portions of RGB colors in percentages

R + G + B =
195 + 216 + 239 = 650 (100%)
R 195 of 650 ~ 30%
G 216 of 650 ~ 33.23%
B 239 of 650 ~ 36.77%

%30
%33.23
%36.77

CMYK color model

#C3D8EF color CMYK value is (18,10,0,6).

  • cyan value is 18.41%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(18,10,0,6)
C18M10Y0K6 
(18%,10%,0%,6%)
(0.18/0.10/0.00/0.06)	

CMYK percentages

%18.41
%9.62
%0
%6.27

Codes

Color #C3D8EF in popluar color models

C3D8EF
RGB195216239
HSL211°57.89%85.10%
HSB/HSV211°18.41%93.73%
CMYK18.41%9.62%0.00%
6.27%

Color #C3D8EF in popluar number systems.

HEXC3D8EF
Decimal195216239
Binary110000111101100011101111
Octal303330357

Shades and tints

Shades of #C3D8EF

#C3D8EF
(195,216,239)
#B2C5DA
(178,197,218)
#A1B2C5
(161,178,197)
#909FB0
(144,159,176)
#7F8C9B
(127,140,155)
#6E7986
(110,121,134)
#5D6671
(93,102,113)
#4C535C
(76,83,92)
#3B4047
(59,64,71)
#2A2D32
(42,45,50)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #C3D8EF

#C3D8EF
(195,216,239)
#C8DBF0
(200,219,240)
#CDDEF1
(205,222,241)
#D2E1F2
(210,225,242)
#D7E4F3
(215,228,243)
#DCE7F4
(220,231,244)
#E1EAF5
(225,234,245)
#E6EDF6
(230,237,246)
#EBF0F7
(235,240,247)
#F0F3F8
(240,243,248)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D8EF color. Also use rgb(195,216,239) instead hex code.

Text Font Color

.myTextColor { color: #C3D8EF; }

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

This text font color is #C3D8EF.


Background Color

.myBgColor { background-color: #C3D8EF; }

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

This div background color is #C3D8EF.


Border color

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

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

This div border color is #C3D8EF.


Opacity

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

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

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

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

This text has shadow with #C3D8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D8EF on black background.


Color preview on white background

This text has color #C3D8EF on white background.



Black color preview on #C3D8EF background

This text has black color on #C3D8EF background.


White color preview on #C3D8EF background

This text has white color on #C3D8EF background.