COLOR #C3D8EC

HEX: #C3D8EC RGB: (195,216,236)

Color info

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

RGB color model

#C3D8EC color RGB value is (195,216,236).

RGB: (195,216,236) (76%, 85%, 93%)

RGB channels and saturation

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

195
216
236

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

Portions of RGB colors in percentages

R + G + B = 195 + 216 + 236 = 647 (100%)
R 195 of 647 ~ 30.14%
G 216 of 647 ~ 33.38%
B 236 of 647 ~ 36.48'%

%30.14
%33.38
%36.48

CMYK color model

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

  • cyan value is 17.37%
  • magenta value is 8.47%
  • 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.47
%0
%7.45

Codes

Color #C3D8EC in popluar color models

C3 D8 EC
RGB 195 216 236
HSL 209° 51.90% 84.51%
HSB/HSV 209° 17.37% 92.55%
CMYK 17.37% 8.47% 0.00%
7.45%

Color #C3D8EC in popluar number systems.

HEX C3 D8 EC
Decimal 195 216 236
Binary 11000011 11011000 11101100
Octal 303 330 354

Shades and tints

Shades of #C3D8EC

#C3D8EC
(195,216,236)
#B2C5D7
(178,197,215)
#A1B2C2
(161,178,194)
#909FAD
(144,159,173)
#7F8C98
(127,140,152)
#6E7983
(110,121,131)
#5D666E
(93,102,110)
#4C5359
(76,83,89)
#3B4044
(59,64,68)
#2A2D2F
(42,45,47)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #C3D8EC

#C3D8EC
(195,216,236)
#C8DBED
(200,219,237)
#CDDEEE
(205,222,238)
#D2E1EF
(210,225,239)
#D7E4F0
(215,228,240)
#DCE7F1
(220,231,241)
#E1EAF2
(225,234,242)
#E6EDF3
(230,237,243)
#EBF0F4
(235,240,244)
#F0F3F5
(240,243,245)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D8EC; }

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

This text font color is #C3D8EC.

Background Color

.myBgColor { background-color: #C3D8EC; }

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

This div background color is #C3D8EC.

Border color

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

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

This div border color is #C3D8EC.

Opacity

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

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

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

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

This text has shadow with #C3D8EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D8EC.

Preview

Color preview on black background

This text has color #C3D8EC on black background.


Color preview on white background

This text has color #C3D8EC on white background.


Black color preview on #C3D8EC background

This text has black color on #C3D8EC background.


White color preview on #C3D8EC background

This text has white color on #C3D8EC background.


Related colors

Complementary color

Complementary color for #hex is #3C2713.


I love getcolorcode.com

Triadic colors

1 #ECC3D8 and #D8ECC3 with #C3D8EC are triadic colors.

2 #ECD8C3 and #D8C3EC with #C3D8EC are triadic colors.