COLOR #C3D9EC

HEX: #C3D9EC
RGB: (195,217,236)

Color info

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

RGB color model

#C3D9EC color RGB value is (195,217,236).

  • red value is 195;
  • green value is 217;
  • blue value is 236.
RGB:
(195,217,236)
(76%,85%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 217 of 255 = 85%
B 236 of 255 = 93%

195
217
236

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

Portions of RGB colors in percentages

R + G + B =
195 + 217 + 236 = 648 (100%)
R 195 of 648 ~ 30.09%
G 217 of 648 ~ 33.49%
B 236 of 648 ~ 36.42%

%30.09
%33.49
%36.42

CMYK color model

#C3D9EC color CMYK value is (17,8,0,7).

  • cyan value is 17.37%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,8,0,7)
C17M8Y0K7 
(17%,8%,0%,7%)
(0.17/0.08/0.00/0.07)	

CMYK percentages

%17.37
%8.05
%0
%7.45

Codes

Color #C3D9EC in popluar color models

C3D9EC
RGB195217236
HSL208°51.90%84.51%
HSB/HSV208°17.37%92.55%
CMYK17.37%8.05%0.00%
7.45%

Color #C3D9EC in popluar number systems.

HEXC3D9EC
Decimal195217236
Binary110000111101100111101100
Octal303331354

Shades and tints

Shades of #C3D9EC

#C3D9EC
(195,217,236)
#B2C6D7
(178,198,215)
#A1B3C2
(161,179,194)
#90A0AD
(144,160,173)
#7F8D98
(127,141,152)
#6E7A83
(110,122,131)
#5D676E
(93,103,110)
#4C5459
(76,84,89)
#3B4144
(59,65,68)
#2A2E2F
(42,46,47)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #C3D9EC

#C3D9EC
(195,217,236)
#C8DCED
(200,220,237)
#CDDFEE
(205,223,238)
#D2E2EF
(210,226,239)
#D7E5F0
(215,229,240)
#DCE8F1
(220,232,241)
#E1EBF2
(225,235,242)
#E6EEF3
(230,238,243)
#EBF1F4
(235,241,244)
#F0F4F5
(240,244,245)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D9EC color. Also use rgb(195,217,236) instead hex code.

Text Font Color

.myTextColor { color: #C3D9EC; }

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

This text font color is #C3D9EC.


Background Color

.myBgColor { background-color: #C3D9EC; }

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

This div background color is #C3D9EC.


Border color

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

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

This div border color is #C3D9EC.


Opacity

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

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

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

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

This text has shadow with #C3D9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D9EC on black background.


Color preview on white background

This text has color #C3D9EC on white background.



Black color preview on #C3D9EC background

This text has black color on #C3D9EC background.


White color preview on #C3D9EC background

This text has white color on #C3D9EC background.