COLOR #C5D1CB

HEX: #C5D1CB RGB: (197,209,203)

Color info

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

RGB color model

#C5D1CB color RGB value is (197,209,203).

RGB: (197,209,203) (77%, 82%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 209 of 255 = 82%
B 203 of 255 = 80%

197
209
203

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

Portions of RGB colors in percentages

R + G + B = 197 + 209 + 203 = 609 (100%)
R 197 of 609 ~ 32.35%
G 209 of 609 ~ 34.32%
B 203 of 609 ~ 33.33'%

%32.35
%34.32
%33.33

CMYK color model

#C5D1CB color CMYK value is (6,0,3,18).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 18.04%

CMYK: (6,0,3,18)
C6M0Y3K18 (6%, 0%, 3%, 18%)
(0.06 / 0.00 / 0.03 / 0.18)

CMYK percentages

%5.74
%0
%2.87
%18.04

Codes

Color #C5D1CB in popluar color models

C5 D1 CB
RGB 197 209 203
HSL 150° 11.54% 79.61%
HSB/HSV 150° 5.74% 81.96%
CMYK 5.74% 0.00% 2.87%
18.04%

Color #C5D1CB in popluar number systems.

HEX C5 D1 CB
Decimal 197 209 203
Binary 11000101 11010001 11001011
Octal 305 321 313

Shades and tints

Shades of #C5D1CB

#C5D1CB
(197,209,203)
#B4BEB9
(180,190,185)
#A3ABA7
(163,171,167)
#929895
(146,152,149)
#818583
(129,133,131)
#707271
(112,114,113)
#5F5F5F
(95,95,95)
#4E4C4D
(78,76,77)
#3D393B
(61,57,59)
#2C2629
(44,38,41)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #C5D1CB

#C5D1CB
(197,209,203)
#CAD5CF
(202,213,207)
#CFD9D3
(207,217,211)
#D4DDD7
(212,221,215)
#D9E1DB
(217,225,219)
#DEE5DF
(222,229,223)
#E3E9E3
(227,233,227)
#E8EDE7
(232,237,231)
#EDF1EB
(237,241,235)
#F2F5EF
(242,245,239)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D1CB color. Also use rgb(197,209,203) instead hex code.

Text Font Color

.myTextColor { color: #C5D1CB; }

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

This text font color is #C5D1CB.

Background Color

.myBgColor { background-color: #C5D1CB; }

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

This div background color is #C5D1CB.

Border color

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

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

This div border color is #C5D1CB.

Opacity

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

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

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

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

This text has shadow with #C5D1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D1CB.

Preview

Color preview on black background

This text has color #C5D1CB on black background.


Color preview on white background

This text has color #C5D1CB on white background.


Black color preview on #C5D1CB background

This text has black color on #C5D1CB background.


White color preview on #C5D1CB background

This text has white color on #C5D1CB background.


Related colors

Complementary color

Complementary color for #hex is #3A2E34.


I love getcolorcode.com

Triadic colors

1 #CBC5D1 and #D1CBC5 with #C5D1CB are triadic colors.

2 #CBD1C5 and #D1C5CB with #C5D1CB are triadic colors.