COLOR #CCC467

HEX: #CCC467
RGB: (204,196,103)

Color info

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

RGB color model

#CCC467 color RGB value is (204,196,103).

  • red value is 204;
  • green value is 196;
  • blue value is 103.
RGB:
(204,196,103)
(80%,77%,40%)

RGB channels and saturation

R 204 of 255 = 80%
G 196 of 255 = 77%
B 103 of 255 = 40%

204
196
103

R + G + B ~ 66%. #CCC467 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 196 + 103 = 503 (100%)
R 204 of 503 ~ 40.56%
G 196 of 503 ~ 38.97%
B 103 of 503 ~ 20.48%

%40.56
%38.97
%20.48

CMYK color model

#CCC467 color CMYK value is (0,4,50,20).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 49.51%
  • key color value is 20.00%
CMYK:
(0,4,50,20)
C0M4Y50K20 
(0%,4%,50%,20%)
(0.00/0.04/0.50/0.20)	

CMYK percentages

%0
%3.92
%49.51
%20

Codes

Color #CCC467 in popluar color models

CCC467
RGB204196103
HSL55°49.75%60.20%
HSB/HSV55°49.51%80.00%
CMYK0.00%3.92%49.51%
20.00%

Color #CCC467 in popluar number systems.

HEXCCC467
Decimal204196103
Binary11001100110001001100111
Octal314304147

Shades and tints

Shades of #CCC467

#CCC467
(204,196,103)
#BAB35E
(186,179,94)
#A8A255
(168,162,85)
#96914C
(150,145,76)
#848043
(132,128,67)
#726F3A
(114,111,58)
#605E31
(96,94,49)
#4E4D28
(78,77,40)
#3C3C1F
(60,60,31)
#2A2B16
(42,43,22)
#181A0D
(24,26,13)
#000000
(0,0,0)

Tints of #CCC467

#CCC467
(204,196,103)
#D0C974
(208,201,116)
#D4CE81
(212,206,129)
#D8D38E
(216,211,142)
#DCD89B
(220,216,155)
#E0DDA8
(224,221,168)
#E4E2B5
(228,226,181)
#E8E7C2
(232,231,194)
#ECECCF
(236,236,207)
#F0F1DC
(240,241,220)
#F4F6E9
(244,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC467 color. Also use rgb(204,196,103) instead hex code.

Text Font Color

.myTextColor { color: #CCC467; }

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

This text font color is #CCC467.


Background Color

.myBgColor { background-color: #CCC467; }

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

This div background color is #CCC467.


Border color

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

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

This div border color is #CCC467.


Opacity

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

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

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

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

This text has shadow with #CCC467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC467 on black background.


Color preview on white background

This text has color #CCC467 on white background.



Black color preview on #CCC467 background

This text has black color on #CCC467 background.


White color preview on #CCC467 background

This text has white color on #CCC467 background.