COLOR #CCC68B

HEX: #CCC68B
RGB: (204,198,139)

Color info

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

RGB color model

#CCC68B color RGB value is (204,198,139).

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

RGB channels and saturation

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

204
198
139

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

Portions of RGB colors in percentages

R + G + B =
204 + 198 + 139 = 541 (100%)
R 204 of 541 ~ 37.71%
G 198 of 541 ~ 36.6%
B 139 of 541 ~ 25.69%

%37.71
%36.6
%25.69

CMYK color model

#CCC68B color CMYK value is (0,3,32,20).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 31.86%
  • key color value is 20.00%
CMYK:
(0,3,32,20)
C0M3Y32K20 
(0%,3%,32%,20%)
(0.00/0.03/0.32/0.20)	

CMYK percentages

%0
%2.94
%31.86
%20

Codes

Color #CCC68B in popluar color models

CCC68B
RGB204198139
HSL54°38.92%67.25%
HSB/HSV54°31.86%80.00%
CMYK0.00%2.94%31.86%
20.00%

Color #CCC68B in popluar number systems.

HEXCCC68B
Decimal204198139
Binary110011001100011010001011
Octal314306213

Shades and tints

Shades of #CCC68B

#CCC68B
(204,198,139)
#BAB47F
(186,180,127)
#A8A273
(168,162,115)
#969067
(150,144,103)
#847E5B
(132,126,91)
#726C4F
(114,108,79)
#605A43
(96,90,67)
#4E4837
(78,72,55)
#3C362B
(60,54,43)
#2A241F
(42,36,31)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #CCC68B

#CCC68B
(204,198,139)
#D0CB95
(208,203,149)
#D4D09F
(212,208,159)
#D8D5A9
(216,213,169)
#DCDAB3
(220,218,179)
#E0DFBD
(224,223,189)
#E4E4C7
(228,228,199)
#E8E9D1
(232,233,209)
#ECEEDB
(236,238,219)
#F0F3E5
(240,243,229)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC68B; }

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

This text font color is #CCC68B.


Background Color

.myBgColor { background-color: #CCC68B; }

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

This div background color is #CCC68B.


Border color

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

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

This div border color is #CCC68B.


Opacity

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

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

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

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

This text has shadow with #CCC68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC68B on black background.


Color preview on white background

This text has color #CCC68B on white background.



Black color preview on #CCC68B background

This text has black color on #CCC68B background.


White color preview on #CCC68B background

This text has white color on #CCC68B background.