COLOR #CCA88F

HEX: #CCA88F RGB: (204,168,143)

Color info

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

RGB color model

#CCA88F color RGB value is (204,168,143).

RGB: (204,168,143) (80%, 66%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 168 of 255 = 66%
B 143 of 255 = 56%

204
168
143

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

Portions of RGB colors in percentages

R + G + B = 204 + 168 + 143 = 515 (100%)
R 204 of 515 ~ 39.61%
G 168 of 515 ~ 32.62%
B 143 of 515 ~ 27.77'%

%39.61
%32.62
%27.77

CMYK color model

#CCA88F color CMYK value is (0,18,30,20).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 29.90%
  • key color value is 20.00%

CMYK: (0,18,30,20)
C0M18Y30K20 (0%, 18%, 30%, 20%)
(0.00 / 0.18 / 0.30 / 0.20)

CMYK percentages

%0
%17.65
%29.9
%20

Codes

Color #CCA88F in popluar color models

CC A8 8F
RGB 204 168 143
HSL 25° 37.42% 68.04%
HSB/HSV 25° 29.90% 80.00%
CMYK 0.00% 17.65% 29.90%
20.00%

Color #CCA88F in popluar number systems.

HEX CC A8 8F
Decimal 204 168 143
Binary 11001100 10101000 10001111
Octal 314 250 217

Shades and tints

Shades of #CCA88F

#CCA88F
(204,168,143)
#BA9982
(186,153,130)
#A88A75
(168,138,117)
#967B68
(150,123,104)
#846C5B
(132,108,91)
#725D4E
(114,93,78)
#604E41
(96,78,65)
#4E3F34
(78,63,52)
#3C3027
(60,48,39)
#2A211A
(42,33,26)
#18120D
(24,18,13)
#000000
(0,0,0)

Tints of #CCA88F

#CCA88F
(204,168,143)
#D0AF99
(208,175,153)
#D4B6A3
(212,182,163)
#D8BDAD
(216,189,173)
#DCC4B7
(220,196,183)
#E0CBC1
(224,203,193)
#E4D2CB
(228,210,203)
#E8D9D5
(232,217,213)
#ECE0DF
(236,224,223)
#F0E7E9
(240,231,233)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA88F color. Also use rgb(204,168,143) instead hex code.

Text Font Color

.myTextColor { color: #CCA88F; }

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

This text font color is #CCA88F.

Background Color

.myBgColor { background-color: #CCA88F; }

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

This div background color is #CCA88F.

Border color

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

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

This div border color is #CCA88F.

Opacity

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

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

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

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

This text has shadow with #CCA88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA88F.

Preview

Color preview on black background

This text has color #CCA88F on black background.


Color preview on white background

This text has color #CCA88F on white background.


Black color preview on #CCA88F background

This text has black color on #CCA88F background.


White color preview on #CCA88F background

This text has white color on #CCA88F background.


Related colors

Complementary color

Complementary color for #hex is #335770.


I love getcolorcode.com

Triadic colors

1 #8FCCA8 and #A88FCC with #CCA88F are triadic colors.

2 #8FA8CC and #A8CC8F with #CCA88F are triadic colors.