COLOR #C5DBDA

HEX: #C5DBDA RGB: (197,219,218)

Color info

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

RGB color model

#C5DBDA color RGB value is (197,219,218).

RGB: (197,219,218) (77%, 86%, 85%)

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 218 of 255 = 85%

197
219
218

R + G + B ~ 83%. #C5DBDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 219 + 218 = 634 (100%)
R 197 of 634 ~ 31.07%
G 219 of 634 ~ 34.54%
B 218 of 634 ~ 34.38'%

%31.07
%34.54
%34.38

CMYK color model

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

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

CMYK: (10,0,0,14)
C10M0Y0K14 (10%, 0%, 0%, 14%)
(0.10 / 0.00 / 0.00 / 0.14)

CMYK percentages

%10.05
%0
%0.46
%14.12

Codes

Color #C5DBDA in popluar color models

C5 DB DA
RGB 197 219 218
HSL 177° 23.40% 81.57%
HSB/HSV 177° 10.05% 85.88%
CMYK 10.05% 0.00% 0.46%
14.12%

Color #C5DBDA in popluar number systems.

HEX C5 DB DA
Decimal 197 219 218
Binary 11000101 11011011 11011010
Octal 305 333 332

Shades and tints

Shades of #C5DBDA

#C5DBDA
(197,219,218)
#B4C8C7
(180,200,199)
#A3B5B4
(163,181,180)
#92A2A1
(146,162,161)
#818F8E
(129,143,142)
#707C7B
(112,124,123)
#5F6968
(95,105,104)
#4E5655
(78,86,85)
#3D4342
(61,67,66)
#2C302F
(44,48,47)
#1B1D1C
(27,29,28)
#000000
(0,0,0)

Tints of #C5DBDA

#C5DBDA
(197,219,218)
#CADEDD
(202,222,221)
#CFE1E0
(207,225,224)
#D4E4E3
(212,228,227)
#D9E7E6
(217,231,230)
#DEEAE9
(222,234,233)
#E3EDEC
(227,237,236)
#E8F0EF
(232,240,239)
#EDF3F2
(237,243,242)
#F2F6F5
(242,246,245)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBDA; }

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

This text font color is #C5DBDA.

Background Color

.myBgColor { background-color: #C5DBDA; }

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

This div background color is #C5DBDA.

Border color

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

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

This div border color is #C5DBDA.

Opacity

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

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

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

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

This text has shadow with #C5DBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5DBDA.

Preview

Color preview on black background

This text has color #C5DBDA on black background.


Color preview on white background

This text has color #C5DBDA on white background.


Black color preview on #C5DBDA background

This text has black color on #C5DBDA background.


White color preview on #C5DBDA background

This text has white color on #C5DBDA background.


Related colors

Complementary color

Complementary color for #hex is #3A2425.


I love getcolorcode.com

Triadic colors

1 #DAC5DB and #DBDAC5 with #C5DBDA are triadic colors.

2 #DADBC5 and #DBC5DA with #C5DBDA are triadic colors.