COLOR #C3D7DD

HEX: #C3D7DD RGB: (195,215,221)

Color info

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

RGB color model

#C3D7DD color RGB value is (195,215,221).

RGB: (195,215,221) (76%, 84%, 87%)

RGB channels and saturation

R 195 of 255 = 76%
G 215 of 255 = 84%
B 221 of 255 = 87%

195
215
221

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

Portions of RGB colors in percentages

R + G + B = 195 + 215 + 221 = 631 (100%)
R 195 of 631 ~ 30.9%
G 215 of 631 ~ 34.07%
B 221 of 631 ~ 35.02'%

%30.9
%34.07
%35.02

CMYK color model

#C3D7DD color CMYK value is (12,3,0,13).

  • cyan value is 11.76%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (12,3,0,13)
C12M3Y0K13 (12%, 3%, 0%, 13%)
(0.12 / 0.03 / 0.00 / 0.13)

CMYK percentages

%11.76
%2.71
%0
%13.33

Codes

Color #C3D7DD in popluar color models

C3 D7 DD
RGB 195 215 221
HSL 194° 27.66% 81.57%
HSB/HSV 194° 11.76% 86.67%
CMYK 11.76% 2.71% 0.00%
13.33%

Color #C3D7DD in popluar number systems.

HEX C3 D7 DD
Decimal 195 215 221
Binary 11000011 11010111 11011101
Octal 303 327 335

Shades and tints

Shades of #C3D7DD

#C3D7DD
(195,215,221)
#B2C4C9
(178,196,201)
#A1B1B5
(161,177,181)
#909EA1
(144,158,161)
#7F8B8D
(127,139,141)
#6E7879
(110,120,121)
#5D6565
(93,101,101)
#4C5251
(76,82,81)
#3B3F3D
(59,63,61)
#2A2C29
(42,44,41)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #C3D7DD

#C3D7DD
(195,215,221)
#C8DAE0
(200,218,224)
#CDDDE3
(205,221,227)
#D2E0E6
(210,224,230)
#D7E3E9
(215,227,233)
#DCE6EC
(220,230,236)
#E1E9EF
(225,233,239)
#E6ECF2
(230,236,242)
#EBEFF5
(235,239,245)
#F0F2F8
(240,242,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D7DD color. Also use rgb(195,215,221) instead hex code.

Text Font Color

.myTextColor { color: #C3D7DD; }

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

This text font color is #C3D7DD.

Background Color

.myBgColor { background-color: #C3D7DD; }

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

This div background color is #C3D7DD.

Border color

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

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

This div border color is #C3D7DD.

Opacity

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

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

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

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

This text has shadow with #C3D7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D7DD.

Preview

Color preview on black background

This text has color #C3D7DD on black background.


Color preview on white background

This text has color #C3D7DD on white background.


Black color preview on #C3D7DD background

This text has black color on #C3D7DD background.


White color preview on #C3D7DD background

This text has white color on #C3D7DD background.


Related colors

Complementary color

Complementary color for #hex is #3C2822.


I love getcolorcode.com

Triadic colors

1 #DDC3D7 and #D7DDC3 with #C3D7DD are triadic colors.

2 #DDD7C3 and #D7C3DD with #C3D7DD are triadic colors.