COLOR #C3D5DB

HEX: #C3D5DB RGB: (195,213,219)

Color info

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

RGB color model

#C3D5DB color RGB value is (195,213,219).

RGB: (195,213,219) (76%, 84%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 213 of 255 = 84%
B 219 of 255 = 86%

195
213
219

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

Portions of RGB colors in percentages

R + G + B = 195 + 213 + 219 = 627 (100%)
R 195 of 627 ~ 31.1%
G 213 of 627 ~ 33.97%
B 219 of 627 ~ 34.93'%

%31.1
%33.97
%34.93

CMYK color model

#C3D5DB color CMYK value is (11,3,0,14).

  • cyan value is 10.96%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (11,3,0,14) C11M3Y0K14 (11%,3%,0%,14%) (0.11/0.03/0.00/0.14) 

CMYK percentages

%10.96
%2.74
%0
%14.12

Codes

Color #C3D5DB in popluar color models

C3 D5 DB
RGB 195 213 219
HSL 195° 25.00% 81.18%
HSB/HSV 195° 10.96% 85.88%
CMYK 10.96% 2.74% 0.00%
14.12%

Color #C3D5DB in popluar number systems.

HEX C3 D5 DB
Decimal 195 213 219
Binary 11000011 11010101 11011011
Octal 303 325 333

Shades and tints

Shades of #C3D5DB

#C3D5DB
(195,213,219)
#B2C2C8
(178,194,200)
#A1AFB5
(161,175,181)
#909CA2
(144,156,162)
#7F898F
(127,137,143)
#6E767C
(110,118,124)
#5D6369
(93,99,105)
#4C5056
(76,80,86)
#3B3D43
(59,61,67)
#2A2A30
(42,42,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #C3D5DB

#C3D5DB
(195,213,219)
#C8D8DE
(200,216,222)
#CDDBE1
(205,219,225)
#D2DEE4
(210,222,228)
#D7E1E7
(215,225,231)
#DCE4EA
(220,228,234)
#E1E7ED
(225,231,237)
#E6EAF0
(230,234,240)
#EBEDF3
(235,237,243)
#F0F0F6
(240,240,246)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3D5DB color. Also use rgb(195,213,219) instead hex code.

Text Font Color

.myTextColor { color: #C3D5DB; }

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

This text font color is #C3D5DB.

Background Color

.myBgColor { background-color: #C3D5DB; }

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

This div background color is #C3D5DB.

Border color

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

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

This div border color is #C3D5DB.

Opacity

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

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

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

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

This text has shadow with #C3D5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D5DB.

Preview

Color preview on black background

This text has color #C3D5DB on black background.


Color preview on white background

This text has color #C3D5DB on white background.


Black color preview on #C3D5DB background

This text has black color on #C3D5DB background.


White color preview on #C3D5DB background

This text has white color on #C3D5DB background.


Related colors

Complementary color

Complementary color for #hex is #3C2A24.


I love getcolorcode.com

Triadic colors

1 #DBC3D5 and #D5DBC3 with #C3D5DB are triadic colors.

2 #DBD5C3 and #D5C3DB with #C3D5DB are triadic colors.