COLOR #CCC97E

HEX: #CCC97E RGB: (204,201,126)

Color info

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

RGB color model

#CCC97E color RGB value is (204,201,126).

RGB: (204,201,126) (80%, 79%, 49%)

RGB channels and saturation

R 204 of 255 = 80%
G 201 of 255 = 79%
B 126 of 255 = 49%

204
201
126

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

Portions of RGB colors in percentages

R + G + B = 204 + 201 + 126 = 531 (100%)
R 204 of 531 ~ 38.42%
G 201 of 531 ~ 37.85%
B 126 of 531 ~ 23.73'%

%38.42
%37.85
%23.73

CMYK color model

#CCC97E color CMYK value is (0,1,38,20).

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

CMYK: (0,1,38,20)
C0M1Y38K20 (0%, 1%, 38%, 20%)
(0.00 / 0.01 / 0.38 / 0.20)

CMYK percentages

%0
%1.47
%38.24
%20

Codes

Color #CCC97E in popluar color models

CC C9 7E
RGB 204 201 126
HSL 58° 43.33% 64.71%
HSB/HSV 58° 38.24% 80.00%
CMYK 0.00% 1.47% 38.24%
20.00%

Color #CCC97E in popluar number systems.

HEX CC C9 7E
Decimal 204 201 126
Binary 11001100 11001001 1111110
Octal 314 311 176

Shades and tints

Shades of #CCC97E

#CCC97E
(204,201,126)
#BAB773
(186,183,115)
#A8A568
(168,165,104)
#96935D
(150,147,93)
#848152
(132,129,82)
#726F47
(114,111,71)
#605D3C
(96,93,60)
#4E4B31
(78,75,49)
#3C3926
(60,57,38)
#2A271B
(42,39,27)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #CCC97E

#CCC97E
(204,201,126)
#D0CD89
(208,205,137)
#D4D194
(212,209,148)
#D8D59F
(216,213,159)
#DCD9AA
(220,217,170)
#E0DDB5
(224,221,181)
#E4E1C0
(228,225,192)
#E8E5CB
(232,229,203)
#ECE9D6
(236,233,214)
#F0EDE1
(240,237,225)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC97E; }

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

This text font color is #CCC97E.

Background Color

.myBgColor { background-color: #CCC97E; }

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

This div background color is #CCC97E.

Border color

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

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

This div border color is #CCC97E.

Opacity

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

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

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

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

This text has shadow with #CCC97E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC97E.

Preview

Color preview on black background

This text has color #CCC97E on black background.


Color preview on white background

This text has color #CCC97E on white background.


Black color preview on #CCC97E background

This text has black color on #CCC97E background.


White color preview on #CCC97E background

This text has white color on #CCC97E background.


Related colors

Complementary color

Complementary color for #hex is #333681.


I love getcolorcode.com

Triadic colors

1 #7ECCC9 and #C97ECC with #CCC97E are triadic colors.

2 #7EC9CC and #C9CC7E with #CCC97E are triadic colors.