COLOR #C5CDB6

HEX: #C5CDB6 RGB: (197,205,182)

Color info

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

RGB color model

#C5CDB6 color RGB value is (197,205,182).

RGB: (197,205,182) (77%, 80%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 182 of 255 = 71%

197
205
182

R + G + B ~ 76%. #C5CDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 205 + 182 = 584 (100%)
R 197 of 584 ~ 33.73%
G 205 of 584 ~ 35.1%
B 182 of 584 ~ 31.16'%

%33.73
%35.1
%31.16

CMYK color model

#C5CDB6 color CMYK value is (4,0,11,20).

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

CMYK: (4,0,11,20)
C4M0Y11K20 (4%, 0%, 11%, 20%)
(0.04 / 0.00 / 0.11 / 0.20)

CMYK percentages

%3.9
%0
%11.22
%19.61

Codes

Color #C5CDB6 in popluar color models

C5 CD B6
RGB 197 205 182
HSL 81° 18.70% 75.88%
HSB/HSV 81° 11.22% 80.39%
CMYK 3.90% 0.00% 11.22%
19.61%

Color #C5CDB6 in popluar number systems.

HEX C5 CD B6
Decimal 197 205 182
Binary 11000101 11001101 10110110
Octal 305 315 266

Shades and tints

Shades of #C5CDB6

#C5CDB6
(197,205,182)
#B4BBA6
(180,187,166)
#A3A996
(163,169,150)
#929786
(146,151,134)
#818576
(129,133,118)
#707366
(112,115,102)
#5F6156
(95,97,86)
#4E4F46
(78,79,70)
#3D3D36
(61,61,54)
#2C2B26
(44,43,38)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #C5CDB6

#C5CDB6
(197,205,182)
#CAD1BC
(202,209,188)
#CFD5C2
(207,213,194)
#D4D9C8
(212,217,200)
#D9DDCE
(217,221,206)
#DEE1D4
(222,225,212)
#E3E5DA
(227,229,218)
#E8E9E0
(232,233,224)
#EDEDE6
(237,237,230)
#F2F1EC
(242,241,236)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CDB6; }

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

This text font color is #C5CDB6.

Background Color

.myBgColor { background-color: #C5CDB6; }

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

This div background color is #C5CDB6.

Border color

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

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

This div border color is #C5CDB6.

Opacity

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

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

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

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

This text has shadow with #C5CDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CDB6.

Preview

Color preview on black background

This text has color #C5CDB6 on black background.


Color preview on white background

This text has color #C5CDB6 on white background.


Black color preview on #C5CDB6 background

This text has black color on #C5CDB6 background.


White color preview on #C5CDB6 background

This text has white color on #C5CDB6 background.


Related colors

Complementary color

Complementary color for #hex is #3A3249.


I love getcolorcode.com

Triadic colors

1 #B6C5CD and #CDB6C5 with #C5CDB6 are triadic colors.

2 #B6CDC5 and #CDC5B6 with #C5CDB6 are triadic colors.