COLOR #CCCF96

HEX: #CCCF96
RGB: (204,207,150)

Color info

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

RGB color model

#CCCF96 color RGB value is (204,207,150).

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

RGB channels and saturation

R 204 of 255 = 80%
G 207 of 255 = 81%
B 150 of 255 = 59%

204
207
150

R + G + B ~ 73%. #CCCF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 207 + 150 = 561 (100%)
R 204 of 561 ~ 36.36%
G 207 of 561 ~ 36.9%
B 150 of 561 ~ 26.74%

%36.36
%36.9
%26.74

CMYK color model

#CCCF96 color CMYK value is (1,0,28,19).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 18.82%
CMYK:
(1,0,28,19)
C1M0Y28K19 
(1%,0%,28%,19%)
(0.01/0.00/0.28/0.19)	

CMYK percentages

%1.45
%0
%27.54
%18.82

Codes

Color #CCCF96 in popluar color models

CCCF96
RGB204207150
HSL63°37.25%70.00%
HSB/HSV63°27.54%81.18%
CMYK1.45%0.00%27.54%
18.82%

Color #CCCF96 in popluar number systems.

HEXCCCF96
Decimal204207150
Binary110011001100111110010110
Octal314317226

Shades and tints

Shades of #CCCF96

#CCCF96
(204,207,150)
#BABD89
(186,189,137)
#A8AB7C
(168,171,124)
#96996F
(150,153,111)
#848762
(132,135,98)
#727555
(114,117,85)
#606348
(96,99,72)
#4E513B
(78,81,59)
#3C3F2E
(60,63,46)
#2A2D21
(42,45,33)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #CCCF96

#CCCF96
(204,207,150)
#D0D39F
(208,211,159)
#D4D7A8
(212,215,168)
#D8DBB1
(216,219,177)
#DCDFBA
(220,223,186)
#E0E3C3
(224,227,195)
#E4E7CC
(228,231,204)
#E8EBD5
(232,235,213)
#ECEFDE
(236,239,222)
#F0F3E7
(240,243,231)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCF96; }

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

This text font color is #CCCF96.


Background Color

.myBgColor { background-color: #CCCF96; }

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

This div background color is #CCCF96.


Border color

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

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

This div border color is #CCCF96.


Opacity

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

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

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

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

This text has shadow with #CCCF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCF96 on black background.


Color preview on white background

This text has color #CCCF96 on white background.



Black color preview on #CCCF96 background

This text has black color on #CCCF96 background.


White color preview on #CCCF96 background

This text has white color on #CCCF96 background.