COLOR #CCC78B

HEX: #CCC78B
RGB: (204,199,139)

Color info

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

RGB color model

#CCC78B color RGB value is (204,199,139).

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

RGB channels and saturation

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

204
199
139

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

Portions of RGB colors in percentages

R + G + B =
204 + 199 + 139 = 542 (100%)
R 204 of 542 ~ 37.64%
G 199 of 542 ~ 36.72%
B 139 of 542 ~ 25.65%

%37.64
%36.72
%25.65

CMYK color model

#CCC78B color CMYK value is (0,2,32,20).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 31.86%
  • key color value is 20.00%
CMYK:
(0,2,32,20)
C0M2Y32K20 
(0%,2%,32%,20%)
(0.00/0.02/0.32/0.20)	

CMYK percentages

%0
%2.45
%31.86
%20

Codes

Color #CCC78B in popluar color models

CCC78B
RGB204199139
HSL55°38.92%67.25%
HSB/HSV55°31.86%80.00%
CMYK0.00%2.45%31.86%
20.00%

Color #CCC78B in popluar number systems.

HEXCCC78B
Decimal204199139
Binary110011001100011110001011
Octal314307213

Shades and tints

Shades of #CCC78B

#CCC78B
(204,199,139)
#BAB57F
(186,181,127)
#A8A373
(168,163,115)
#969167
(150,145,103)
#847F5B
(132,127,91)
#726D4F
(114,109,79)
#605B43
(96,91,67)
#4E4937
(78,73,55)
#3C372B
(60,55,43)
#2A251F
(42,37,31)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #CCC78B

#CCC78B
(204,199,139)
#D0CC95
(208,204,149)
#D4D19F
(212,209,159)
#D8D6A9
(216,214,169)
#DCDBB3
(220,219,179)
#E0E0BD
(224,224,189)
#E4E5C7
(228,229,199)
#E8EAD1
(232,234,209)
#ECEFDB
(236,239,219)
#F0F4E5
(240,244,229)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC78B; }

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

This text font color is #CCC78B.


Background Color

.myBgColor { background-color: #CCC78B; }

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

This div background color is #CCC78B.


Border color

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

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

This div border color is #CCC78B.


Opacity

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

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

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

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

This text has shadow with #CCC78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC78B on black background.


Color preview on white background

This text has color #CCC78B on white background.



Black color preview on #CCC78B background

This text has black color on #CCC78B background.


White color preview on #CCC78B background

This text has white color on #CCC78B background.