COLOR #CCAB8C

HEX: #CCAB8C RGB: (204,171,140)

Color info

#CCAB8C contains mainly red and green colors. Web safe color of #CCAB8C is #CC9999 (or #C99).

RGB color model

#CCAB8C color RGB value is (204,171,140).

RGB: (204,171,140) (80%, 67%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 171 of 255 = 67%
B 140 of 255 = 55%

204
171
140

R + G + B ~ 67%. #CCAB8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 171 + 140 = 515 (100%)
R 204 of 515 ~ 39.61%
G 171 of 515 ~ 33.2%
B 140 of 515 ~ 27.18'%

%39.61
%33.2
%27.18

CMYK color model

#CCAB8C color CMYK value is (0,16,31,20).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 31.37%
  • key color value is 20.00%

CMYK: (0,16,31,20)
C0M16Y31K20 (0%, 16%, 31%, 20%)
(0.00 / 0.16 / 0.31 / 0.20)

CMYK percentages

%0
%16.18
%31.37
%20

Codes

Color #CCAB8C in popluar color models

CC AB 8C
RGB 204 171 140
HSL 29° 38.55% 67.45%
HSB/HSV 29° 31.37% 80.00%
CMYK 0.00% 16.18% 31.37%
20.00%

Color #CCAB8C in popluar number systems.

HEX CC AB 8C
Decimal 204 171 140
Binary 11001100 10101011 10001100
Octal 314 253 214

Shades and tints

Shades of #CCAB8C

#CCAB8C
(204,171,140)
#BA9C80
(186,156,128)
#A88D74
(168,141,116)
#967E68
(150,126,104)
#846F5C
(132,111,92)
#726050
(114,96,80)
#605144
(96,81,68)
#4E4238
(78,66,56)
#3C332C
(60,51,44)
#2A2420
(42,36,32)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #CCAB8C

#CCAB8C
(204,171,140)
#D0B296
(208,178,150)
#D4B9A0
(212,185,160)
#D8C0AA
(216,192,170)
#DCC7B4
(220,199,180)
#E0CEBE
(224,206,190)
#E4D5C8
(228,213,200)
#E8DCD2
(232,220,210)
#ECE3DC
(236,227,220)
#F0EAE6
(240,234,230)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCAB8C color. Also use rgb(204,171,140) instead hex code.

Text Font Color

.myTextColor { color: #CCAB8C; }

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

This text font color is #CCAB8C.

Background Color

.myBgColor { background-color: #CCAB8C; }

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

This div background color is #CCAB8C.

Border color

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

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

This div border color is #CCAB8C.

Opacity

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

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

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

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

This text has shadow with #CCAB8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCAB8C.

Preview

Color preview on black background

This text has color #CCAB8C on black background.


Color preview on white background

This text has color #CCAB8C on white background.


Black color preview on #CCAB8C background

This text has black color on #CCAB8C background.


White color preview on #CCAB8C background

This text has white color on #CCAB8C background.


Related colors

Complementary color

Complementary color for #hex is #335473.


I love getcolorcode.com

Triadic colors

1 #8CCCAB and #AB8CCC with #CCAB8C are triadic colors.

2 #8CABCC and #ABCC8C with #CCAB8C are triadic colors.