COLOR #C5CDD5

HEX: #C5CDD5 RGB: (197,205,213)

Color info

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

RGB color model

#C5CDD5 color RGB value is (197,205,213).

RGB: (197,205,213) (77%, 80%, 84%)

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 213 of 255 = 84%

197
205
213

R + G + B ~ 80%. #C5CDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 205 + 213 = 615 (100%)
R 197 of 615 ~ 32.03%
G 205 of 615 ~ 33.33%
B 213 of 615 ~ 34.63'%

%32.03
%33.33
%34.63

CMYK color model

#C5CDD5 color CMYK value is (8,4,0,16).

  • cyan value is 7.51%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (8,4,0,16)
C8M4Y0K16 (8%, 4%, 0%, 16%)
(0.08 / 0.04 / 0.00 / 0.16)

CMYK percentages

%7.51
%3.76
%0
%16.47

Codes

Color #C5CDD5 in popluar color models

C5 CD D5
RGB 197 205 213
HSL 210° 16.00% 80.39%
HSB/HSV 210° 7.51% 83.53%
CMYK 7.51% 3.76% 0.00%
16.47%

Color #C5CDD5 in popluar number systems.

HEX C5 CD D5
Decimal 197 205 213
Binary 11000101 11001101 11010101
Octal 305 315 325

Shades and tints

Shades of #C5CDD5

#C5CDD5
(197,205,213)
#B4BBC2
(180,187,194)
#A3A9AF
(163,169,175)
#92979C
(146,151,156)
#818589
(129,133,137)
#707376
(112,115,118)
#5F6163
(95,97,99)
#4E4F50
(78,79,80)
#3D3D3D
(61,61,61)
#2C2B2A
(44,43,42)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5CDD5

#C5CDD5
(197,205,213)
#CAD1D8
(202,209,216)
#CFD5DB
(207,213,219)
#D4D9DE
(212,217,222)
#D9DDE1
(217,221,225)
#DEE1E4
(222,225,228)
#E3E5E7
(227,229,231)
#E8E9EA
(232,233,234)
#EDEDED
(237,237,237)
#F2F1F0
(242,241,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CDD5; }

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

This text font color is #C5CDD5.

Background Color

.myBgColor { background-color: #C5CDD5; }

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

This div background color is #C5CDD5.

Border color

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

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

This div border color is #C5CDD5.

Opacity

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

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

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

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

This text has shadow with #C5CDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CDD5.

Preview

Color preview on black background

This text has color #C5CDD5 on black background.


Color preview on white background

This text has color #C5CDD5 on white background.


Black color preview on #C5CDD5 background

This text has black color on #C5CDD5 background.


White color preview on #C5CDD5 background

This text has white color on #C5CDD5 background.


Related colors

Complementary color

Complementary color for #hex is #3A322A.


I love getcolorcode.com

Triadic colors

1 #D5C5CD and #CDD5C5 with #C5CDD5 are triadic colors.

2 #D5CDC5 and #CDC5D5 with #C5CDD5 are triadic colors.