COLOR #C5D9D5

HEX: #C5D9D5 RGB: (197,217,213)

Color info

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

RGB color model

#C5D9D5 color RGB value is (197,217,213).

RGB: (197,217,213) (77%, 85%, 84%)

RGB channels and saturation

R 197 of 255 = 77%
G 217 of 255 = 85%
B 213 of 255 = 84%

197
217
213

R + G + B ~ 82%. #C5D9D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 217 + 213 = 627 (100%)
R 197 of 627 ~ 31.42%
G 217 of 627 ~ 34.61%
B 213 of 627 ~ 33.97'%

%31.42
%34.61
%33.97

CMYK color model

#C5D9D5 color CMYK value is (9,0,2,15).

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

CMYK: (9,0,2,15)
C9M0Y2K15 (9%, 0%, 2%, 15%)
(0.09 / 0.00 / 0.02 / 0.15)

CMYK percentages

%9.22
%0
%1.84
%14.9

Codes

Color #C5D9D5 in popluar color models

C5 D9 D5
RGB 197 217 213
HSL 168° 20.83% 81.18%
HSB/HSV 168° 9.22% 85.10%
CMYK 9.22% 0.00% 1.84%
14.90%

Color #C5D9D5 in popluar number systems.

HEX C5 D9 D5
Decimal 197 217 213
Binary 11000101 11011001 11010101
Octal 305 331 325

Shades and tints

Shades of #C5D9D5

#C5D9D5
(197,217,213)
#B4C6C2
(180,198,194)
#A3B3AF
(163,179,175)
#92A09C
(146,160,156)
#818D89
(129,141,137)
#707A76
(112,122,118)
#5F6763
(95,103,99)
#4E5450
(78,84,80)
#3D413D
(61,65,61)
#2C2E2A
(44,46,42)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #C5D9D5

#C5D9D5
(197,217,213)
#CADCD8
(202,220,216)
#CFDFDB
(207,223,219)
#D4E2DE
(212,226,222)
#D9E5E1
(217,229,225)
#DEE8E4
(222,232,228)
#E3EBE7
(227,235,231)
#E8EEEA
(232,238,234)
#EDF1ED
(237,241,237)
#F2F4F0
(242,244,240)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D9D5; }

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

This text font color is #C5D9D5.

Background Color

.myBgColor { background-color: #C5D9D5; }

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

This div background color is #C5D9D5.

Border color

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

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

This div border color is #C5D9D5.

Opacity

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

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

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

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

This text has shadow with #C5D9D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D9D5.

Preview

Color preview on black background

This text has color #C5D9D5 on black background.


Color preview on white background

This text has color #C5D9D5 on white background.


Black color preview on #C5D9D5 background

This text has black color on #C5D9D5 background.


White color preview on #C5D9D5 background

This text has white color on #C5D9D5 background.


Related colors

Complementary color

Complementary color for #hex is #3A262A.


I love getcolorcode.com

Triadic colors

1 #D5C5D9 and #D9D5C5 with #C5D9D5 are triadic colors.

2 #D5D9C5 and #D9C5D5 with #C5D9D5 are triadic colors.