COLOR #C5DCCF

HEX: #C5DCCF
RGB: (197,220,207)

Color info

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

RGB color model

#C5DCCF color RGB value is (197,220,207).

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

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 207 of 255 = 81%

197
220
207

R + G + B ~ 81%. #C5DCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 220 + 207 = 624 (100%)
R 197 of 624 ~ 31.57%
G 220 of 624 ~ 35.26%
B 207 of 624 ~ 33.17%

%31.57
%35.26
%33.17

CMYK color model

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

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 13.73%
CMYK:
(10,0,6,14)
C10M0Y6K14 
(10%,0%,6%,14%)
(0.10/0.00/0.06/0.14)	

CMYK percentages

%10.45
%0
%5.91
%13.73

Codes

Color #C5DCCF in popluar color models

C5DCCF
RGB197220207
HSL146°24.73%81.76%
HSB/HSV146°10.45%86.27%
CMYK10.45%0.00%5.91%
13.73%

Color #C5DCCF in popluar number systems.

HEXC5DCCF
Decimal197220207
Binary110001011101110011001111
Octal305334317

Shades and tints

Shades of #C5DCCF

#C5DCCF
(197,220,207)
#B4C8BD
(180,200,189)
#A3B4AB
(163,180,171)
#92A099
(146,160,153)
#818C87
(129,140,135)
#707875
(112,120,117)
#5F6463
(95,100,99)
#4E5051
(78,80,81)
#3D3C3F
(61,60,63)
#2C282D
(44,40,45)
#1B141B
(27,20,27)
#000000
(0,0,0)

Tints of #C5DCCF

#C5DCCF
(197,220,207)
#CADFD3
(202,223,211)
#CFE2D7
(207,226,215)
#D4E5DB
(212,229,219)
#D9E8DF
(217,232,223)
#DEEBE3
(222,235,227)
#E3EEE7
(227,238,231)
#E8F1EB
(232,241,235)
#EDF4EF
(237,244,239)
#F2F7F3
(242,247,243)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DCCF; }

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

This text font color is #C5DCCF.


Background Color

.myBgColor { background-color: #C5DCCF; }

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

This div background color is #C5DCCF.


Border color

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

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

This div border color is #C5DCCF.


Opacity

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

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

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

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

This text has shadow with #C5DCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCCF on black background.


Color preview on white background

This text has color #C5DCCF on white background.



Black color preview on #C5DCCF background

This text has black color on #C5DCCF background.


White color preview on #C5DCCF background

This text has white color on #C5DCCF background.