COLOR #C5D9CC

HEX: #C5D9CC RGB: (197,217,204)

Color info

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

RGB color model

#C5D9CC color RGB value is (197,217,204).

RGB: (197,217,204) (77%, 85%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 217 of 255 = 85%
B 204 of 255 = 80%

197
217
204

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

Portions of RGB colors in percentages

R + G + B = 197 + 217 + 204 = 618 (100%)
R 197 of 618 ~ 31.88%
G 217 of 618 ~ 35.11%
B 204 of 618 ~ 33.01'%

%31.88
%35.11
%33.01

CMYK color model

#C5D9CC color CMYK value is (9,0,6,15).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%

CMYK: (9,0,6,15)
C9M0Y6K15 (9%, 0%, 6%, 15%)
(0.09 / 0.00 / 0.06 / 0.15)

CMYK percentages

%9.22
%0
%5.99
%14.9

Codes

Color #C5D9CC in popluar color models

C5 D9 CC
RGB 197 217 204
HSL 141° 20.83% 81.18%
HSB/HSV 141° 9.22% 85.10%
CMYK 9.22% 0.00% 5.99%
14.90%

Color #C5D9CC in popluar number systems.

HEX C5 D9 CC
Decimal 197 217 204
Binary 11000101 11011001 11001100
Octal 305 331 314

Shades and tints

Shades of #C5D9CC

#C5D9CC
(197,217,204)
#B4C6BA
(180,198,186)
#A3B3A8
(163,179,168)
#92A096
(146,160,150)
#818D84
(129,141,132)
#707A72
(112,122,114)
#5F6760
(95,103,96)
#4E544E
(78,84,78)
#3D413C
(61,65,60)
#2C2E2A
(44,46,42)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #C5D9CC

#C5D9CC
(197,217,204)
#CADCD0
(202,220,208)
#CFDFD4
(207,223,212)
#D4E2D8
(212,226,216)
#D9E5DC
(217,229,220)
#DEE8E0
(222,232,224)
#E3EBE4
(227,235,228)
#E8EEE8
(232,238,232)
#EDF1EC
(237,241,236)
#F2F4F0
(242,244,240)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D9CC; }

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

This text font color is #C5D9CC.

Background Color

.myBgColor { background-color: #C5D9CC; }

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

This div background color is #C5D9CC.

Border color

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

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

This div border color is #C5D9CC.

Opacity

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

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

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

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

This text has shadow with #C5D9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D9CC.

Preview

Color preview on black background

This text has color #C5D9CC on black background.


Color preview on white background

This text has color #C5D9CC on white background.


Black color preview on #C5D9CC background

This text has black color on #C5D9CC background.


White color preview on #C5D9CC background

This text has white color on #C5D9CC background.


Related colors

Complementary color

Complementary color for #hex is #3A2633.


I love getcolorcode.com

Triadic colors

1 #CCC5D9 and #D9CCC5 with #C5D9CC are triadic colors.

2 #CCD9C5 and #D9C5CC with #C5D9CC are triadic colors.