COLOR #CCC87E

HEX: #CCC87E RGB: (204,200,126)

Color info

#CCC87E contains mainly red and green colors. Web safe color of #CCC87E is #CCCC66 (or #CC6).

RGB color model

#CCC87E color RGB value is (204,200,126).

RGB: (204,200,126) (80%, 78%, 49%)

RGB channels and saturation

R 204 of 255 = 80%
G 200 of 255 = 78%
B 126 of 255 = 49%

204
200
126

R + G + B ~ 69%. #CCC87E is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 200 + 126 = 530 (100%)
R 204 of 530 ~ 38.49%
G 200 of 530 ~ 37.74%
B 126 of 530 ~ 23.77'%

%38.49
%37.74
%23.77

CMYK color model

#CCC87E color CMYK value is (0,2,38,20).

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

CMYK: (0,2,38,20)
C0M2Y38K20 (0%, 2%, 38%, 20%)
(0.00 / 0.02 / 0.38 / 0.20)

CMYK percentages

%0
%1.96
%38.24
%20

Codes

Color #CCC87E in popluar color models

CC C8 7E
RGB 204 200 126
HSL 57° 43.33% 64.71%
HSB/HSV 57° 38.24% 80.00%
CMYK 0.00% 1.96% 38.24%
20.00%

Color #CCC87E in popluar number systems.

HEX CC C8 7E
Decimal 204 200 126
Binary 11001100 11001000 1111110
Octal 314 310 176

Shades and tints

Shades of #CCC87E

#CCC87E
(204,200,126)
#BAB673
(186,182,115)
#A8A468
(168,164,104)
#96925D
(150,146,93)
#848052
(132,128,82)
#726E47
(114,110,71)
#605C3C
(96,92,60)
#4E4A31
(78,74,49)
#3C3826
(60,56,38)
#2A261B
(42,38,27)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #CCC87E

#CCC87E
(204,200,126)
#D0CD89
(208,205,137)
#D4D294
(212,210,148)
#D8D79F
(216,215,159)
#DCDCAA
(220,220,170)
#E0E1B5
(224,225,181)
#E4E6C0
(228,230,192)
#E8EBCB
(232,235,203)
#ECF0D6
(236,240,214)
#F0F5E1
(240,245,225)
#F4FAEC
(244,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC87E; }

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

This text font color is #CCC87E.

Background Color

.myBgColor { background-color: #CCC87E; }

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

This div background color is #CCC87E.

Border color

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

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

This div border color is #CCC87E.

Opacity

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

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

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

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

This text has shadow with #CCC87E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC87E.

Preview

Color preview on black background

This text has color #CCC87E on black background.


Color preview on white background

This text has color #CCC87E on white background.


Black color preview on #CCC87E background

This text has black color on #CCC87E background.


White color preview on #CCC87E background

This text has white color on #CCC87E background.


Related colors

Complementary color

Complementary color for #hex is #333781.


I love getcolorcode.com

Triadic colors

1 #7ECCC8 and #C87ECC with #CCC87E are triadic colors.

2 #7EC8CC and #C8CC7E with #CCC87E are triadic colors.