COLOR #CCC88D

HEX: #CCC88D RGB: (204,200,141)

Color info

#CCC88D contains mainly red and green colors. Web safe color of #CCC88D is #CCCC99 (or #CC9).

RGB color model

#CCC88D color RGB value is (204,200,141).

RGB: (204,200,141) (80%, 78%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 141 of 255 = 55%

204
200
141

R + G + B ~ 71%. #CCC88D is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 200 + 141 = 545 (100%)
R 204 of 545 ~ 37.43%
G 200 of 545 ~ 36.7%
B 141 of 545 ~ 25.87'%

%37.43
%36.7
%25.87

CMYK color model

#CCC88D color CMYK value is (0,2,31,20).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 30.88%
  • key color value is 20.00%

CMYK: (0,2,31,20)
C0M2Y31K20 (0%, 2%, 31%, 20%)
(0.00 / 0.02 / 0.31 / 0.20)

CMYK percentages

%0
%1.96
%30.88
%20

Codes

Color #CCC88D in popluar color models

CC C8 8D
RGB 204 200 141
HSL 56° 38.18% 67.65%
HSB/HSV 56° 30.88% 80.00%
CMYK 0.00% 1.96% 30.88%
20.00%

Color #CCC88D in popluar number systems.

HEX CC C8 8D
Decimal 204 200 141
Binary 11001100 11001000 10001101
Octal 314 310 215

Shades and tints

Shades of #CCC88D

#CCC88D
(204,200,141)
#BAB681
(186,182,129)
#A8A475
(168,164,117)
#969269
(150,146,105)
#84805D
(132,128,93)
#726E51
(114,110,81)
#605C45
(96,92,69)
#4E4A39
(78,74,57)
#3C382D
(60,56,45)
#2A2621
(42,38,33)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #CCC88D

#CCC88D
(204,200,141)
#D0CD97
(208,205,151)
#D4D2A1
(212,210,161)
#D8D7AB
(216,215,171)
#DCDCB5
(220,220,181)
#E0E1BF
(224,225,191)
#E4E6C9
(228,230,201)
#E8EBD3
(232,235,211)
#ECF0DD
(236,240,221)
#F0F5E7
(240,245,231)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC88D color. Also use rgb(204,200,141) instead hex code.

Text Font Color

.myTextColor { color: #CCC88D; }

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

This text font color is #CCC88D.

Background Color

.myBgColor { background-color: #CCC88D; }

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

This div background color is #CCC88D.

Border color

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

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

This div border color is #CCC88D.

Opacity

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

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

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

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

This text has shadow with #CCC88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC88D.

Preview

Color preview on black background

This text has color #CCC88D on black background.


Color preview on white background

This text has color #CCC88D on white background.


Black color preview on #CCC88D background

This text has black color on #CCC88D background.


White color preview on #CCC88D background

This text has white color on #CCC88D background.


Related colors

Complementary color

Complementary color for #hex is #333772.


I love getcolorcode.com

Triadic colors

1 #8DCCC8 and #C88DCC with #CCC88D are triadic colors.

2 #8DC8CC and #C8CC8D with #CCC88D are triadic colors.