COLOR #CCC78D

HEX: #CCC78D
RGB: (204,199,141)

Color info

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

RGB color model

#CCC78D color RGB value is (204,199,141).

  • red value is 204;
  • green value is 199;
  • blue value is 141.
RGB:
(204,199,141)
(80%,78%,55%)

RGB channels and saturation

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

204
199
141

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

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 141 = 544 (100%)
R 204 of 544 ~ 37.5%
G 199 of 544 ~ 36.58%
B 141 of 544 ~ 25.92%

%37.5
%36.58
%25.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.45%
  • 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
%2.45
%30.88
%20

Codes

Color #CCC78D in popluar color models

CCC78D
RGB204199141
HSL55°38.18%67.65%
HSB/HSV55°30.88%80.00%
CMYK0.00%2.45%30.88%
20.00%

Color #CCC78D in popluar number systems.

HEXCCC78D
Decimal204199141
Binary110011001100011110001101
Octal314307215

Shades and tints

Shades of #CCC78D

#CCC78D
(204,199,141)
#BAB581
(186,181,129)
#A8A375
(168,163,117)
#969169
(150,145,105)
#847F5D
(132,127,93)
#726D51
(114,109,81)
#605B45
(96,91,69)
#4E4939
(78,73,57)
#3C372D
(60,55,45)
#2A2521
(42,37,33)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #CCC78D

#CCC78D
(204,199,141)
#D0CC97
(208,204,151)
#D4D1A1
(212,209,161)
#D8D6AB
(216,214,171)
#DCDBB5
(220,219,181)
#E0E0BF
(224,224,191)
#E4E5C9
(228,229,201)
#E8EAD3
(232,234,211)
#ECEFDD
(236,239,221)
#F0F4E7
(240,244,231)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC78D; }

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

This text font color is #CCC78D.


Background Color

.myBgColor { background-color: #CCC78D; }

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

This div background color is #CCC78D.


Border color

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

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

This div border color is #CCC78D.


Opacity

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

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

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

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

This text has shadow with #CCC78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC78D on black background.


Color preview on white background

This text has color #CCC78D on white background.



Black color preview on #CCC78D background

This text has black color on #CCC78D background.


White color preview on #CCC78D background

This text has white color on #CCC78D background.