COLOR #C3D9E7

HEX: #C3D9E7
RGB: (195,217,231)

Color info

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

RGB color model

#C3D9E7 color RGB value is (195,217,231).

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

RGB channels and saturation

R 195 of 255 = 76%
G 217 of 255 = 85%
B 231 of 255 = 91%

195
217
231

R + G + B ~ 84%. #C3D9E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 217 + 231 = 643 (100%)
R 195 of 643 ~ 30.33%
G 217 of 643 ~ 33.75%
B 231 of 643 ~ 35.93%

%30.33
%33.75
%35.93

CMYK color model

#C3D9E7 color CMYK value is (16,6,0,9).

  • cyan value is 15.58%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(16,6,0,9)
C16M6Y0K9 
(16%,6%,0%,9%)
(0.16/0.06/0.00/0.09)	

CMYK percentages

%15.58
%6.06
%0
%9.41

Codes

Color #C3D9E7 in popluar color models

C3D9E7
RGB195217231
HSL203°42.86%83.53%
HSB/HSV203°15.58%90.59%
CMYK15.58%6.06%0.00%
9.41%

Color #C3D9E7 in popluar number systems.

HEXC3D9E7
Decimal195217231
Binary110000111101100111100111
Octal303331347

Shades and tints

Shades of #C3D9E7

#C3D9E7
(195,217,231)
#B2C6D2
(178,198,210)
#A1B3BD
(161,179,189)
#90A0A8
(144,160,168)
#7F8D93
(127,141,147)
#6E7A7E
(110,122,126)
#5D6769
(93,103,105)
#4C5454
(76,84,84)
#3B413F
(59,65,63)
#2A2E2A
(42,46,42)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #C3D9E7

#C3D9E7
(195,217,231)
#C8DCE9
(200,220,233)
#CDDFEB
(205,223,235)
#D2E2ED
(210,226,237)
#D7E5EF
(215,229,239)
#DCE8F1
(220,232,241)
#E1EBF3
(225,235,243)
#E6EEF5
(230,238,245)
#EBF1F7
(235,241,247)
#F0F4F9
(240,244,249)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D9E7; }

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

This text font color is #C3D9E7.


Background Color

.myBgColor { background-color: #C3D9E7; }

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

This div background color is #C3D9E7.


Border color

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

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

This div border color is #C3D9E7.


Opacity

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

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

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

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

This text has shadow with #C3D9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D9E7 on black background.


Color preview on white background

This text has color #C3D9E7 on white background.



Black color preview on #C3D9E7 background

This text has black color on #C3D9E7 background.


White color preview on #C3D9E7 background

This text has white color on #C3D9E7 background.