COLOR #C3D3DE

HEX: #C3D3DE RGB: (195,211,222)

Color info

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

RGB color model

#C3D3DE color RGB value is (195,211,222).

RGB: (195,211,222) (76%, 83%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 211 of 255 = 83%
B 222 of 255 = 87%

195
211
222

R + G + B ~ 82%. #C3D3DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 211 + 222 = 628 (100%)
R 195 of 628 ~ 31.05%
G 211 of 628 ~ 33.6%
B 222 of 628 ~ 35.35'%

%31.05
%33.6
%35.35

CMYK color model

#C3D3DE color CMYK value is (12,5,0,13).

  • cyan value is 12.16%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (12,5,0,13)
C12M5Y0K13 (12%, 5%, 0%, 13%)
(0.12 / 0.05 / 0.00 / 0.13)

CMYK percentages

%12.16
%4.95
%0
%12.94

Codes

Color #C3D3DE in popluar color models

C3 D3 DE
RGB 195 211 222
HSL 204° 29.03% 81.76%
HSB/HSV 204° 12.16% 87.06%
CMYK 12.16% 4.95% 0.00%
12.94%

Color #C3D3DE in popluar number systems.

HEX C3 D3 DE
Decimal 195 211 222
Binary 11000011 11010011 11011110
Octal 303 323 336

Shades and tints

Shades of #C3D3DE

#C3D3DE
(195,211,222)
#B2C0CA
(178,192,202)
#A1ADB6
(161,173,182)
#909AA2
(144,154,162)
#7F878E
(127,135,142)
#6E747A
(110,116,122)
#5D6166
(93,97,102)
#4C4E52
(76,78,82)
#3B3B3E
(59,59,62)
#2A282A
(42,40,42)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #C3D3DE

#C3D3DE
(195,211,222)
#C8D7E1
(200,215,225)
#CDDBE4
(205,219,228)
#D2DFE7
(210,223,231)
#D7E3EA
(215,227,234)
#DCE7ED
(220,231,237)
#E1EBF0
(225,235,240)
#E6EFF3
(230,239,243)
#EBF3F6
(235,243,246)
#F0F7F9
(240,247,249)
#F5FBFC
(245,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D3DE color. Also use rgb(195,211,222) instead hex code.

Text Font Color

.myTextColor { color: #C3D3DE; }

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

This text font color is #C3D3DE.

Background Color

.myBgColor { background-color: #C3D3DE; }

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

This div background color is #C3D3DE.

Border color

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

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

This div border color is #C3D3DE.

Opacity

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

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

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

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

This text has shadow with #C3D3DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D3DE.

Preview

Color preview on black background

This text has color #C3D3DE on black background.


Color preview on white background

This text has color #C3D3DE on white background.


Black color preview on #C3D3DE background

This text has black color on #C3D3DE background.


White color preview on #C3D3DE background

This text has white color on #C3D3DE background.


Related colors

Complementary color

Complementary color for #hex is #3C2C21.


I love getcolorcode.com

Triadic colors

1 #DEC3D3 and #D3DEC3 with #C3D3DE are triadic colors.

2 #DED3C3 and #D3C3DE with #C3D3DE are triadic colors.