COLOR #CCCE96

HEX: #CCCE96 RGB: (204,206,150)

Color info

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

RGB color model

#CCCE96 color RGB value is (204,206,150).

RGB: (204,206,150) (80%, 81%, 59%)

RGB channels and saturation

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

204
206
150

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

Portions of RGB colors in percentages

R + G + B = 204 + 206 + 150 = 560 (100%)
R 204 of 560 ~ 36.43%
G 206 of 560 ~ 36.79%
B 150 of 560 ~ 26.79'%

%36.43
%36.79
%26.79

CMYK color model

#CCCE96 color CMYK value is (1,0,27,19).

  • cyan value is 0.97%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 19.22%

CMYK: (1,0,27,19)
C1M0Y27K19 (1%, 0%, 27%, 19%)
(0.01 / 0.00 / 0.27 / 0.19)

CMYK percentages

%0.97
%0
%27.18
%19.22

Codes

Color #CCCE96 in popluar color models

CC CE 96
RGB 204 206 150
HSL 62° 36.36% 69.80%
HSB/HSV 62° 27.18% 80.78%
CMYK 0.97% 0.00% 27.18%
19.22%

Color #CCCE96 in popluar number systems.

HEX CC CE 96
Decimal 204 206 150
Binary 11001100 11001110 10010110
Octal 314 316 226

Shades and tints

Shades of #CCCE96

#CCCE96
(204,206,150)
#BABC89
(186,188,137)
#A8AA7C
(168,170,124)
#96986F
(150,152,111)
#848662
(132,134,98)
#727455
(114,116,85)
#606248
(96,98,72)
#4E503B
(78,80,59)
#3C3E2E
(60,62,46)
#2A2C21
(42,44,33)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #CCCE96

#CCCE96
(204,206,150)
#D0D29F
(208,210,159)
#D4D6A8
(212,214,168)
#D8DAB1
(216,218,177)
#DCDEBA
(220,222,186)
#E0E2C3
(224,226,195)
#E4E6CC
(228,230,204)
#E8EAD5
(232,234,213)
#ECEEDE
(236,238,222)
#F0F2E7
(240,242,231)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCE96; }

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

This text font color is #CCCE96.

Background Color

.myBgColor { background-color: #CCCE96; }

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

This div background color is #CCCE96.

Border color

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

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

This div border color is #CCCE96.

Opacity

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

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

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

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

This text has shadow with #CCCE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCE96.

Preview

Color preview on black background

This text has color #CCCE96 on black background.


Color preview on white background

This text has color #CCCE96 on white background.


Black color preview on #CCCE96 background

This text has black color on #CCCE96 background.


White color preview on #CCCE96 background

This text has white color on #CCCE96 background.


Related colors

Complementary color

Complementary color for #hex is #333169.


I love getcolorcode.com

Triadic colors

1 #96CCCE and #CE96CC with #CCCE96 are triadic colors.

2 #96CECC and #CECC96 with #CCCE96 are triadic colors.