COLOR #CCC296

HEX: #CCC296
RGB: (204,194,150)

Color info

#CCC296 contains red, green and blue colors in about the same proportion. Web safe color of #CCC296 is #CCCC99 (or #CC9).

RGB color model

#CCC296 color RGB value is (204,194,150).

  • red value is 204;
  • green value is 194;
  • blue value is 150.
RGB:
(204,194,150)
(80%,76%,59%)

RGB channels and saturation

R 204 of 255 = 80%
G 194 of 255 = 76%
B 150 of 255 = 59%

204
194
150

R + G + B ~ 72%. #CCC296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 194 + 150 = 548 (100%)
R 204 of 548 ~ 37.23%
G 194 of 548 ~ 35.4%
B 150 of 548 ~ 27.37%

%37.23
%35.4
%27.37

CMYK color model

#CCC296 color CMYK value is (0,5,26,20).

  • cyan value is 0.00%
  • magenta value is 4.90%
  • yellow value is 26.47%
  • key color value is 20.00%
CMYK:
(0,5,26,20)
C0M5Y26K20 
(0%,5%,26%,20%)
(0.00/0.05/0.26/0.20)	

CMYK percentages

%0
%4.9
%26.47
%20

Codes

Color #CCC296 in popluar color models

CCC296
RGB204194150
HSL49°34.62%69.41%
HSB/HSV49°26.47%80.00%
CMYK0.00%4.90%26.47%
20.00%

Color #CCC296 in popluar number systems.

HEXCCC296
Decimal204194150
Binary110011001100001010010110
Octal314302226

Shades and tints

Shades of #CCC296

#CCC296
(204,194,150)
#BAB189
(186,177,137)
#A8A07C
(168,160,124)
#968F6F
(150,143,111)
#847E62
(132,126,98)
#726D55
(114,109,85)
#605C48
(96,92,72)
#4E4B3B
(78,75,59)
#3C3A2E
(60,58,46)
#2A2921
(42,41,33)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #CCC296

#CCC296
(204,194,150)
#D0C79F
(208,199,159)
#D4CCA8
(212,204,168)
#D8D1B1
(216,209,177)
#DCD6BA
(220,214,186)
#E0DBC3
(224,219,195)
#E4E0CC
(228,224,204)
#E8E5D5
(232,229,213)
#ECEADE
(236,234,222)
#F0EFE7
(240,239,231)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC296 color. Also use rgb(204,194,150) instead hex code.

Text Font Color

.myTextColor { color: #CCC296; }

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

This text font color is #CCC296.


Background Color

.myBgColor { background-color: #CCC296; }

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

This div background color is #CCC296.


Border color

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

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

This div border color is #CCC296.


Opacity

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

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

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

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

This text has shadow with #CCC296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC296 on black background.


Color preview on white background

This text has color #CCC296 on white background.



Black color preview on #CCC296 background

This text has black color on #CCC296 background.


White color preview on #CCC296 background

This text has white color on #CCC296 background.