COLOR #C5DDD7

HEX: #C5DDD7
RGB: (197,221,215)

Color info

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

RGB color model

#C5DDD7 color RGB value is (197,221,215).

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

RGB channels and saturation

R 197 of 255 = 77%
G 221 of 255 = 87%
B 215 of 255 = 84%

197
221
215

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

Portions of RGB colors in percentages

R + G + B =
197 + 221 + 215 = 633 (100%)
R 197 of 633 ~ 31.12%
G 221 of 633 ~ 34.91%
B 215 of 633 ~ 33.97%

%31.12
%34.91
%33.97

CMYK color model

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

  • cyan value is 10.86%
  • magenta value is 0.00%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK:
(11,0,3,13)
C11M0Y3K13 
(11%,0%,3%,13%)
(0.11/0.00/0.03/0.13)	

CMYK percentages

%10.86
%0
%2.71
%13.33

Codes

Color #C5DDD7 in popluar color models

C5DDD7
RGB197221215
HSL165°26.09%81.96%
HSB/HSV165°10.86%86.67%
CMYK10.86%0.00%2.71%
13.33%

Color #C5DDD7 in popluar number systems.

HEXC5DDD7
Decimal197221215
Binary110001011101110111010111
Octal305335327

Shades and tints

Shades of #C5DDD7

#C5DDD7
(197,221,215)
#B4C9C4
(180,201,196)
#A3B5B1
(163,181,177)
#92A19E
(146,161,158)
#818D8B
(129,141,139)
#707978
(112,121,120)
#5F6565
(95,101,101)
#4E5152
(78,81,82)
#3D3D3F
(61,61,63)
#2C292C
(44,41,44)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #C5DDD7

#C5DDD7
(197,221,215)
#CAE0DA
(202,224,218)
#CFE3DD
(207,227,221)
#D4E6E0
(212,230,224)
#D9E9E3
(217,233,227)
#DEECE6
(222,236,230)
#E3EFE9
(227,239,233)
#E8F2EC
(232,242,236)
#EDF5EF
(237,245,239)
#F2F8F2
(242,248,242)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DDD7; }

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

This text font color is #C5DDD7.


Background Color

.myBgColor { background-color: #C5DDD7; }

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

This div background color is #C5DDD7.


Border color

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

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

This div border color is #C5DDD7.


Opacity

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

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

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

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

This text has shadow with #C5DDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DDD7 on black background.


Color preview on white background

This text has color #C5DDD7 on white background.



Black color preview on #C5DDD7 background

This text has black color on #C5DDD7 background.


White color preview on #C5DDD7 background

This text has white color on #C5DDD7 background.