COLOR #C6CDAB

HEX: #C6CDAB RGB: (198,205,171)

Color info

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

RGB color model

#C6CDAB color RGB value is (198,205,171).

RGB: (198,205,171) (78%, 80%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 171 of 255 = 67%

198
205
171

R + G + B ~ 75%. #C6CDAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 205 + 171 = 574 (100%)
R 198 of 574 ~ 34.49%
G 205 of 574 ~ 35.71%
B 171 of 574 ~ 29.79'%

%34.49
%35.71
%29.79

CMYK color model

#C6CDAB color CMYK value is (3,0,17,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 16.59%
  • key color value is 19.61%
CMYK: (3,0,17,20) C3M0Y17K20 (3%,0%,17%,20%) (0.03/0.00/0.17/0.20) 

CMYK percentages

%3.41
%0
%16.59
%19.61

Codes

Color #C6CDAB in popluar color models

C6 CD AB
RGB 198 205 171
HSL 72° 25.37% 73.73%
HSB/HSV 72° 16.59% 80.39%
CMYK 3.41% 0.00% 16.59%
19.61%

Color #C6CDAB in popluar number systems.

HEX C6 CD AB
Decimal 198 205 171
Binary 11000110 11001101 10101011
Octal 306 315 253

Shades and tints

Shades of #C6CDAB

#C6CDAB
(198,205,171)
#B4BB9C
(180,187,156)
#A2A98D
(162,169,141)
#90977E
(144,151,126)
#7E856F
(126,133,111)
#6C7360
(108,115,96)
#5A6151
(90,97,81)
#484F42
(72,79,66)
#363D33
(54,61,51)
#242B24
(36,43,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6CDAB

#C6CDAB
(198,205,171)
#CBD1B2
(203,209,178)
#D0D5B9
(208,213,185)
#D5D9C0
(213,217,192)
#DADDC7
(218,221,199)
#DFE1CE
(223,225,206)
#E4E5D5
(228,229,213)
#E9E9DC
(233,233,220)
#EEEDE3
(238,237,227)
#F3F1EA
(243,241,234)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CDAB color. Also use rgb(198,205,171) instead hex code.

Text Font Color

.myTextColor { color: #C6CDAB; }

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

This text font color is #C6CDAB.

Background Color

.myBgColor { background-color: #C6CDAB; }

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

This div background color is #C6CDAB.

Border color

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

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

This div border color is #C6CDAB.

Opacity

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

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

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

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

This text has shadow with #C6CDAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CDAB.

Preview

Color preview on black background

This text has color #C6CDAB on black background.


Color preview on white background

This text has color #C6CDAB on white background.


Black color preview on #C6CDAB background

This text has black color on #C6CDAB background.


White color preview on #C6CDAB background

This text has white color on #C6CDAB background.


Related colors

Complementary color

Complementary color for #hex is #393254.


I love getcolorcode.com

Triadic colors

1 #ABC6CD and #CDABC6 with #C6CDAB are triadic colors.

2 #ABCDC6 and #CDC6AB with #C6CDAB are triadic colors.