COLOR #C5CDBC

HEX: #C5CDBC RGB: (197,205,188)

Color info

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

RGB color model

#C5CDBC color RGB value is (197,205,188).

RGB: (197,205,188) (77%, 80%, 74%)

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 188 of 255 = 74%

197
205
188

R + G + B ~ 77%. #C5CDBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 205 + 188 = 590 (100%)
R 197 of 590 ~ 33.39%
G 205 of 590 ~ 34.75%
B 188 of 590 ~ 31.86'%

%33.39
%34.75
%31.86

CMYK color model

#C5CDBC color CMYK value is (4,0,8,20).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 19.61%

CMYK: (4,0,8,20)
C4M0Y8K20 (4%, 0%, 8%, 20%)
(0.04 / 0.00 / 0.08 / 0.20)

CMYK percentages

%3.9
%0
%8.29
%19.61

Codes

Color #C5CDBC in popluar color models

C5 CD BC
RGB 197 205 188
HSL 88° 14.53% 77.06%
HSB/HSV 88° 8.29% 80.39%
CMYK 3.90% 0.00% 8.29%
19.61%

Color #C5CDBC in popluar number systems.

HEX C5 CD BC
Decimal 197 205 188
Binary 11000101 11001101 10111100
Octal 305 315 274

Shades and tints

Shades of #C5CDBC

#C5CDBC
(197,205,188)
#B4BBAB
(180,187,171)
#A3A99A
(163,169,154)
#929789
(146,151,137)
#818578
(129,133,120)
#707367
(112,115,103)
#5F6156
(95,97,86)
#4E4F45
(78,79,69)
#3D3D34
(61,61,52)
#2C2B23
(44,43,35)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #C5CDBC

#C5CDBC
(197,205,188)
#CAD1C2
(202,209,194)
#CFD5C8
(207,213,200)
#D4D9CE
(212,217,206)
#D9DDD4
(217,221,212)
#DEE1DA
(222,225,218)
#E3E5E0
(227,229,224)
#E8E9E6
(232,233,230)
#EDEDEC
(237,237,236)
#F2F1F2
(242,241,242)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CDBC; }

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

This text font color is #C5CDBC.

Background Color

.myBgColor { background-color: #C5CDBC; }

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

This div background color is #C5CDBC.

Border color

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

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

This div border color is #C5CDBC.

Opacity

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

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

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

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

This text has shadow with #C5CDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CDBC.

Preview

Color preview on black background

This text has color #C5CDBC on black background.


Color preview on white background

This text has color #C5CDBC on white background.


Black color preview on #C5CDBC background

This text has black color on #C5CDBC background.


White color preview on #C5CDBC background

This text has white color on #C5CDBC background.


Related colors

Complementary color

Complementary color for #hex is #3A3243.


I love getcolorcode.com

Triadic colors

1 #BCC5CD and #CDBCC5 with #C5CDBC are triadic colors.

2 #BCCDC5 and #CDC5BC with #C5CDBC are triadic colors.