COLOR #C5DCDD

HEX: #C5DCDD
RGB: (197,220,221)

Color info

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

RGB color model

#C5DCDD color RGB value is (197,220,221).

  • red value is 197;
  • green value is 220;
  • blue value is 221.
RGB:
(197,220,221)
(77%,86%,87%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 221 of 255 = 87%

197
220
221

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

Portions of RGB colors in percentages

R + G + B =
197 + 220 + 221 = 638 (100%)
R 197 of 638 ~ 30.88%
G 220 of 638 ~ 34.48%
B 221 of 638 ~ 34.64%

%30.88
%34.48
%34.64

CMYK color model

#C5DCDD color CMYK value is (11,0,0,13).

  • cyan value is 10.86%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,0,0,13)
C11M0Y0K13 
(11%,0%,0%,13%)
(0.11/0.00/0.00/0.13)	

CMYK percentages

%10.86
%0.45
%0
%13.33

Codes

Color #C5DCDD in popluar color models

C5DCDD
RGB197220221
HSL183°26.09%81.96%
HSB/HSV183°10.86%86.67%
CMYK10.86%0.45%0.00%
13.33%

Color #C5DCDD in popluar number systems.

HEXC5DCDD
Decimal197220221
Binary110001011101110011011101
Octal305334335

Shades and tints

Shades of #C5DCDD

#C5DCDD
(197,220,221)
#B4C8C9
(180,200,201)
#A3B4B5
(163,180,181)
#92A0A1
(146,160,161)
#818C8D
(129,140,141)
#707879
(112,120,121)
#5F6465
(95,100,101)
#4E5051
(78,80,81)
#3D3C3D
(61,60,61)
#2C2829
(44,40,41)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #C5DCDD

#C5DCDD
(197,220,221)
#CADFE0
(202,223,224)
#CFE2E3
(207,226,227)
#D4E5E6
(212,229,230)
#D9E8E9
(217,232,233)
#DEEBEC
(222,235,236)
#E3EEEF
(227,238,239)
#E8F1F2
(232,241,242)
#EDF4F5
(237,244,245)
#F2F7F8
(242,247,248)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DCDD color. Also use rgb(197,220,221) instead hex code.

Text Font Color

.myTextColor { color: #C5DCDD; }

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

This text font color is #C5DCDD.


Background Color

.myBgColor { background-color: #C5DCDD; }

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

This div background color is #C5DCDD.


Border color

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

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

This div border color is #C5DCDD.


Opacity

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

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

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

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

This text has shadow with #C5DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCDD on black background.


Color preview on white background

This text has color #C5DCDD on white background.



Black color preview on #C5DCDD background

This text has black color on #C5DCDD background.


White color preview on #C5DCDD background

This text has white color on #C5DCDD background.