COLOR #C5CDA6

HEX: #C5CDA6 RGB: (197,205,166)

Color info

#C5CDA6 contains red, green and blue colors in about the same proportion. Web safe color of #C5CDA6 is #CCCC99 (or #CC9).

RGB color model

#C5CDA6 color RGB value is (197,205,166).

RGB: (197,205,166) (77%, 80%, 65%)

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 166 of 255 = 65%

197
205
166

R + G + B ~ 74%. #C5CDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 205 + 166 = 568 (100%)
R 197 of 568 ~ 34.68%
G 205 of 568 ~ 36.09%
B 166 of 568 ~ 29.23'%

%34.68
%36.09
%29.23

CMYK color model

#C5CDA6 color CMYK value is (4,0,19,20).

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

CMYK: (4,0,19,20)
C4M0Y19K20 (4%, 0%, 19%, 20%)
(0.04 / 0.00 / 0.19 / 0.20)

CMYK percentages

%3.9
%0
%19.02
%19.61

Codes

Color #C5CDA6 in popluar color models

C5 CD A6
RGB 197 205 166
HSL 72° 28.06% 72.75%
HSB/HSV 72° 19.02% 80.39%
CMYK 3.90% 0.00% 19.02%
19.61%

Color #C5CDA6 in popluar number systems.

HEX C5 CD A6
Decimal 197 205 166
Binary 11000101 11001101 10100110
Octal 305 315 246

Shades and tints

Shades of #C5CDA6

#C5CDA6
(197,205,166)
#B4BB97
(180,187,151)
#A3A988
(163,169,136)
#929779
(146,151,121)
#81856A
(129,133,106)
#70735B
(112,115,91)
#5F614C
(95,97,76)
#4E4F3D
(78,79,61)
#3D3D2E
(61,61,46)
#2C2B1F
(44,43,31)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #C5CDA6

#C5CDA6
(197,205,166)
#CAD1AE
(202,209,174)
#CFD5B6
(207,213,182)
#D4D9BE
(212,217,190)
#D9DDC6
(217,221,198)
#DEE1CE
(222,225,206)
#E3E5D6
(227,229,214)
#E8E9DE
(232,233,222)
#EDEDE6
(237,237,230)
#F2F1EE
(242,241,238)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CDA6; }

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

This text font color is #C5CDA6.

Background Color

.myBgColor { background-color: #C5CDA6; }

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

This div background color is #C5CDA6.

Border color

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

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

This div border color is #C5CDA6.

Opacity

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

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

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

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

This text has shadow with #C5CDA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CDA6.

Preview

Color preview on black background

This text has color #C5CDA6 on black background.


Color preview on white background

This text has color #C5CDA6 on white background.


Black color preview on #C5CDA6 background

This text has black color on #C5CDA6 background.


White color preview on #C5CDA6 background

This text has white color on #C5CDA6 background.


Related colors

Complementary color

Complementary color for #hex is #3A3259.


I love getcolorcode.com

Triadic colors

1 #A6C5CD and #CDA6C5 with #C5CDA6 are triadic colors.

2 #A6CDC5 and #CDC5A6 with #C5CDA6 are triadic colors.