COLOR #C5DDD9

HEX: #C5DDD9
RGB: (197,221,217)

Color info

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

RGB color model

#C5DDD9 color RGB value is (197,221,217).

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

RGB channels and saturation

R 197 of 255 = 77%
G 221 of 255 = 87%
B 217 of 255 = 85%

197
221
217

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

Portions of RGB colors in percentages

R + G + B =
197 + 221 + 217 = 635 (100%)
R 197 of 635 ~ 31.02%
G 221 of 635 ~ 34.8%
B 217 of 635 ~ 34.17%

%31.02
%34.8
%34.17

CMYK color model

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

  • cyan value is 10.86%
  • magenta value is 0.00%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK:
(11,0,2,13)
C11M0Y2K13 
(11%,0%,2%,13%)
(0.11/0.00/0.02/0.13)	

CMYK percentages

%10.86
%0
%1.81
%13.33

Codes

Color #C5DDD9 in popluar color models

C5DDD9
RGB197221217
HSL170°26.09%81.96%
HSB/HSV170°10.86%86.67%
CMYK10.86%0.00%1.81%
13.33%

Color #C5DDD9 in popluar number systems.

HEXC5DDD9
Decimal197221217
Binary110001011101110111011001
Octal305335331

Shades and tints

Shades of #C5DDD9

#C5DDD9
(197,221,217)
#B4C9C6
(180,201,198)
#A3B5B3
(163,181,179)
#92A1A0
(146,161,160)
#818D8D
(129,141,141)
#70797A
(112,121,122)
#5F6567
(95,101,103)
#4E5154
(78,81,84)
#3D3D41
(61,61,65)
#2C292E
(44,41,46)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #C5DDD9

#C5DDD9
(197,221,217)
#CAE0DC
(202,224,220)
#CFE3DF
(207,227,223)
#D4E6E2
(212,230,226)
#D9E9E5
(217,233,229)
#DEECE8
(222,236,232)
#E3EFEB
(227,239,235)
#E8F2EE
(232,242,238)
#EDF5F1
(237,245,241)
#F2F8F4
(242,248,244)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DDD9; }

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

This text font color is #C5DDD9.


Background Color

.myBgColor { background-color: #C5DDD9; }

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

This div background color is #C5DDD9.


Border color

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

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

This div border color is #C5DDD9.


Opacity

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

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

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

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

This text has shadow with #C5DDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DDD9 on black background.


Color preview on white background

This text has color #C5DDD9 on white background.



Black color preview on #C5DDD9 background

This text has black color on #C5DDD9 background.


White color preview on #C5DDD9 background

This text has white color on #C5DDD9 background.