COLOR #C3D2DB

HEX: #C3D2DB RGB: (195,210,219)

Color info

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

RGB color model

#C3D2DB color RGB value is (195,210,219).

RGB: (195,210,219) (76%, 82%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 210 of 255 = 82%
B 219 of 255 = 86%

195
210
219

R + G + B ~ 81%. #C3D2DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 210 + 219 = 624 (100%)
R 195 of 624 ~ 31.25%
G 210 of 624 ~ 33.65%
B 219 of 624 ~ 35.1'%

%31.25
%33.65
%35.1

CMYK color model

#C3D2DB color CMYK value is (11,4,0,14).

  • cyan value is 10.96%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (11,4,0,14)
C11M4Y0K14 (11%, 4%, 0%, 14%)
(0.11 / 0.04 / 0.00 / 0.14)

CMYK percentages

%10.96
%4.11
%0
%14.12

Codes

Color #C3D2DB in popluar color models

C3 D2 DB
RGB 195 210 219
HSL 203° 25.00% 81.18%
HSB/HSV 203° 10.96% 85.88%
CMYK 10.96% 4.11% 0.00%
14.12%

Color #C3D2DB in popluar number systems.

HEX C3 D2 DB
Decimal 195 210 219
Binary 11000011 11010010 11011011
Octal 303 322 333

Shades and tints

Shades of #C3D2DB

#C3D2DB
(195,210,219)
#B2BFC8
(178,191,200)
#A1ACB5
(161,172,181)
#9099A2
(144,153,162)
#7F868F
(127,134,143)
#6E737C
(110,115,124)
#5D6069
(93,96,105)
#4C4D56
(76,77,86)
#3B3A43
(59,58,67)
#2A2730
(42,39,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #C3D2DB

#C3D2DB
(195,210,219)
#C8D6DE
(200,214,222)
#CDDAE1
(205,218,225)
#D2DEE4
(210,222,228)
#D7E2E7
(215,226,231)
#DCE6EA
(220,230,234)
#E1EAED
(225,234,237)
#E6EEF0
(230,238,240)
#EBF2F3
(235,242,243)
#F0F6F6
(240,246,246)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D2DB; }

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

This text font color is #C3D2DB.

Background Color

.myBgColor { background-color: #C3D2DB; }

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

This div background color is #C3D2DB.

Border color

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

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

This div border color is #C3D2DB.

Opacity

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

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

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

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

This text has shadow with #C3D2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3D2DB.

Preview

Color preview on black background

This text has color #C3D2DB on black background.


Color preview on white background

This text has color #C3D2DB on white background.


Black color preview on #C3D2DB background

This text has black color on #C3D2DB background.


White color preview on #C3D2DB background

This text has white color on #C3D2DB background.


Related colors

Complementary color

Complementary color for #hex is #3C2D24.


I love getcolorcode.com

Triadic colors

1 #DBC3D2 and #D2DBC3 with #C3D2DB are triadic colors.

2 #DBD2C3 and #D2C3DB with #C3D2DB are triadic colors.