COLOR #C5DBD8

HEX: #C5DBD8
RGB: (197,219,216)

Color info

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

RGB color model

#C5DBD8 color RGB value is (197,219,216).

  • red value is 197;
  • green value is 219;
  • blue value is 216.
RGB:
(197,219,216)
(77%,86%,85%)

RGB channels and saturation

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

197
219
216

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

Portions of RGB colors in percentages

R + G + B =
197 + 219 + 216 = 632 (100%)
R 197 of 632 ~ 31.17%
G 219 of 632 ~ 34.65%
B 216 of 632 ~ 34.18%

%31.17
%34.65
%34.18

CMYK color model

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

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 14.12%
CMYK:
(10,0,1,14)
C10M0Y1K14 
(10%,0%,1%,14%)
(0.10/0.00/0.01/0.14)	

CMYK percentages

%10.05
%0
%1.37
%14.12

Codes

Color #C5DBD8 in popluar color models

C5DBD8
RGB197219216
HSL172°23.40%81.57%
HSB/HSV172°10.05%85.88%
CMYK10.05%0.00%1.37%
14.12%

Color #C5DBD8 in popluar number systems.

HEXC5DBD8
Decimal197219216
Binary110001011101101111011000
Octal305333330

Shades and tints

Shades of #C5DBD8

#C5DBD8
(197,219,216)
#B4C8C5
(180,200,197)
#A3B5B2
(163,181,178)
#92A29F
(146,162,159)
#818F8C
(129,143,140)
#707C79
(112,124,121)
#5F6966
(95,105,102)
#4E5653
(78,86,83)
#3D4340
(61,67,64)
#2C302D
(44,48,45)
#1B1D1A
(27,29,26)
#000000
(0,0,0)

Tints of #C5DBD8

#C5DBD8
(197,219,216)
#CADEDB
(202,222,219)
#CFE1DE
(207,225,222)
#D4E4E1
(212,228,225)
#D9E7E4
(217,231,228)
#DEEAE7
(222,234,231)
#E3EDEA
(227,237,234)
#E8F0ED
(232,240,237)
#EDF3F0
(237,243,240)
#F2F6F3
(242,246,243)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBD8; }

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

This text font color is #C5DBD8.


Background Color

.myBgColor { background-color: #C5DBD8; }

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

This div background color is #C5DBD8.


Border color

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

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

This div border color is #C5DBD8.


Opacity

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

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

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

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

This text has shadow with #C5DBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBD8 on black background.


Color preview on white background

This text has color #C5DBD8 on white background.



Black color preview on #C5DBD8 background

This text has black color on #C5DBD8 background.


White color preview on #C5DBD8 background

This text has white color on #C5DBD8 background.