COLOR #C5D0DB

HEX: #C5D0DB RGB: (197,208,219)

Color info

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

RGB color model

#C5D0DB color RGB value is (197,208,219).

RGB: (197,208,219) (77%, 82%, 86%)

RGB channels and saturation

R 197 of 255 = 77%
G 208 of 255 = 82%
B 219 of 255 = 86%

197
208
219

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

Portions of RGB colors in percentages

R + G + B = 197 + 208 + 219 = 624 (100%)
R 197 of 624 ~ 31.57%
G 208 of 624 ~ 33.33%
B 219 of 624 ~ 35.1'%

%31.57
%33.33
%35.1

CMYK color model

#C5D0DB color CMYK value is (10,5,0,14).

  • cyan value is 10.05%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (10,5,0,14)
C10M5Y0K14 (10%, 5%, 0%, 14%)
(0.10 / 0.05 / 0.00 / 0.14)

CMYK percentages

%10.05
%5.02
%0
%14.12

Codes

Color #C5D0DB in popluar color models

C5 D0 DB
RGB 197 208 219
HSL 210° 23.40% 81.57%
HSB/HSV 210° 10.05% 85.88%
CMYK 10.05% 5.02% 0.00%
14.12%

Color #C5D0DB in popluar number systems.

HEX C5 D0 DB
Decimal 197 208 219
Binary 11000101 11010000 11011011
Octal 305 320 333

Shades and tints

Shades of #C5D0DB

#C5D0DB
(197,208,219)
#B4BEC8
(180,190,200)
#A3ACB5
(163,172,181)
#929AA2
(146,154,162)
#81888F
(129,136,143)
#70767C
(112,118,124)
#5F6469
(95,100,105)
#4E5256
(78,82,86)
#3D4043
(61,64,67)
#2C2E30
(44,46,48)
#1B1C1D
(27,28,29)
#000000
(0,0,0)

Tints of #C5D0DB

#C5D0DB
(197,208,219)
#CAD4DE
(202,212,222)
#CFD8E1
(207,216,225)
#D4DCE4
(212,220,228)
#D9E0E7
(217,224,231)
#DEE4EA
(222,228,234)
#E3E8ED
(227,232,237)
#E8ECF0
(232,236,240)
#EDF0F3
(237,240,243)
#F2F4F6
(242,244,246)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D0DB color. Also use rgb(197,208,219) instead hex code.

Text Font Color

.myTextColor { color: #C5D0DB; }

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

This text font color is #C5D0DB.

Background Color

.myBgColor { background-color: #C5D0DB; }

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

This div background color is #C5D0DB.

Border color

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

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

This div border color is #C5D0DB.

Opacity

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

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

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

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

This text has shadow with #C5D0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D0DB.

Preview

Color preview on black background

This text has color #C5D0DB on black background.


Color preview on white background

This text has color #C5D0DB on white background.


Black color preview on #C5D0DB background

This text has black color on #C5D0DB background.


White color preview on #C5D0DB background

This text has white color on #C5D0DB background.


Related colors

Complementary color

Complementary color for #hex is #3A2F24.


I love getcolorcode.com

Triadic colors

1 #DBC5D0 and #D0DBC5 with #C5D0DB are triadic colors.

2 #DBD0C5 and #D0C5DB with #C5D0DB are triadic colors.