COLOR #C3D6E0

HEX: #C3D6E0
RGB: (195,214,224)

Color info

#C3D6E0 contains red, green and blue colors in about the same proportion. Web safe color of #C3D6E0 is #CCCCCC (or #CCC).

RGB color model

#C3D6E0 color RGB value is (195,214,224).

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

RGB channels and saturation

R 195 of 255 = 76%
G 214 of 255 = 84%
B 224 of 255 = 88%

195
214
224

R + G + B ~ 83%. #C3D6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 214 + 224 = 633 (100%)
R 195 of 633 ~ 30.81%
G 214 of 633 ~ 33.81%
B 224 of 633 ~ 35.39%

%30.81
%33.81
%35.39

CMYK color model

#C3D6E0 color CMYK value is (13,4,0,12).

  • cyan value is 12.95%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(13,4,0,12)
C13M4Y0K12 
(13%,4%,0%,12%)
(0.13/0.04/0.00/0.12)	

CMYK percentages

%12.95
%4.46
%0
%12.16

Codes

Color #C3D6E0 in popluar color models

C3D6E0
RGB195214224
HSL201°31.87%82.16%
HSB/HSV201°12.95%87.84%
CMYK12.95%4.46%0.00%
12.16%

Color #C3D6E0 in popluar number systems.

HEXC3D6E0
Decimal195214224
Binary110000111101011011100000
Octal303326340

Shades and tints

Shades of #C3D6E0

#C3D6E0
(195,214,224)
#B2C3CC
(178,195,204)
#A1B0B8
(161,176,184)
#909DA4
(144,157,164)
#7F8A90
(127,138,144)
#6E777C
(110,119,124)
#5D6468
(93,100,104)
#4C5154
(76,81,84)
#3B3E40
(59,62,64)
#2A2B2C
(42,43,44)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #C3D6E0

#C3D6E0
(195,214,224)
#C8D9E2
(200,217,226)
#CDDCE4
(205,220,228)
#D2DFE6
(210,223,230)
#D7E2E8
(215,226,232)
#DCE5EA
(220,229,234)
#E1E8EC
(225,232,236)
#E6EBEE
(230,235,238)
#EBEEF0
(235,238,240)
#F0F1F2
(240,241,242)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D6E0; }

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

This text font color is #C3D6E0.


Background Color

.myBgColor { background-color: #C3D6E0; }

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

This div background color is #C3D6E0.


Border color

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

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

This div border color is #C3D6E0.


Opacity

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

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

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

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

This text has shadow with #C3D6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D6E0 on black background.


Color preview on white background

This text has color #C3D6E0 on white background.



Black color preview on #C3D6E0 background

This text has black color on #C3D6E0 background.


White color preview on #C3D6E0 background

This text has white color on #C3D6E0 background.