COLOR #C3D9ED

HEX: #C3D9ED RGB: (195,217,237)

Color info

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

RGB color model

#C3D9ED color RGB value is (195,217,237).

RGB: (195,217,237) (76%, 85%, 93%)

RGB channels and saturation

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

195
217
237

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

Portions of RGB colors in percentages

R + G + B = 195 + 217 + 237 = 649 (100%)
R 195 of 649 ~ 30.05%
G 217 of 649 ~ 33.44%
B 237 of 649 ~ 36.52'%

%30.05
%33.44
%36.52

CMYK color model

#C3D9ED color CMYK value is (18,8,0,7).

  • cyan value is 17.72%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (18,8,0,7)
C18M8Y0K7 (18%, 8%, 0%, 7%)
(0.18 / 0.08 / 0.00 / 0.07)

CMYK percentages

%17.72
%8.44
%0
%7.06

Codes

Color #C3D9ED in popluar color models

C3 D9 ED
RGB 195 217 237
HSL 209° 53.85% 84.71%
HSB/HSV 209° 17.72% 92.94%
CMYK 17.72% 8.44% 0.00%
7.06%

Color #C3D9ED in popluar number systems.

HEX C3 D9 ED
Decimal 195 217 237
Binary 11000011 11011001 11101101
Octal 303 331 355

Shades and tints

Shades of #C3D9ED

#C3D9ED
(195,217,237)
#B2C6D8
(178,198,216)
#A1B3C3
(161,179,195)
#90A0AE
(144,160,174)
#7F8D99
(127,141,153)
#6E7A84
(110,122,132)
#5D676F
(93,103,111)
#4C545A
(76,84,90)
#3B4145
(59,65,69)
#2A2E30
(42,46,48)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #C3D9ED

#C3D9ED
(195,217,237)
#C8DCEE
(200,220,238)
#CDDFEF
(205,223,239)
#D2E2F0
(210,226,240)
#D7E5F1
(215,229,241)
#DCE8F2
(220,232,242)
#E1EBF3
(225,235,243)
#E6EEF4
(230,238,244)
#EBF1F5
(235,241,245)
#F0F4F6
(240,244,246)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D9ED; }

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

This text font color is #C3D9ED.

Background Color

.myBgColor { background-color: #C3D9ED; }

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

This div background color is #C3D9ED.

Border color

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

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

This div border color is #C3D9ED.

Opacity

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

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

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

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

This text has shadow with #C3D9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D9ED.

Preview

Color preview on black background

This text has color #C3D9ED on black background.


Color preview on white background

This text has color #C3D9ED on white background.


Black color preview on #C3D9ED background

This text has black color on #C3D9ED background.


White color preview on #C3D9ED background

This text has white color on #C3D9ED background.


Related colors

Complementary color

Complementary color for #hex is #3C2612.


I love getcolorcode.com

Triadic colors

1 #EDC3D9 and #D9EDC3 with #C3D9ED are triadic colors.

2 #EDD9C3 and #D9C3ED with #C3D9ED are triadic colors.