COLOR #CCC396

HEX: #CCC396 RGB: (204,195,150)

Color info

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

RGB color model

#CCC396 color RGB value is (204,195,150).

RGB: (204,195,150) (80%, 76%, 59%)

RGB channels and saturation

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

204
195
150

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

Portions of RGB colors in percentages

R + G + B = 204 + 195 + 150 = 549 (100%)
R 204 of 549 ~ 37.16%
G 195 of 549 ~ 35.52%
B 150 of 549 ~ 27.32'%

%37.16
%35.52
%27.32

CMYK color model

#CCC396 color CMYK value is (0,4,26,20).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 26.47%
  • key color value is 20.00%

CMYK: (0,4,26,20)
C0M4Y26K20 (0%, 4%, 26%, 20%)
(0.00 / 0.04 / 0.26 / 0.20)

CMYK percentages

%0
%4.41
%26.47
%20

Codes

Color #CCC396 in popluar color models

CC C3 96
RGB 204 195 150
HSL 50° 34.62% 69.41%
HSB/HSV 50° 26.47% 80.00%
CMYK 0.00% 4.41% 26.47%
20.00%

Color #CCC396 in popluar number systems.

HEX CC C3 96
Decimal 204 195 150
Binary 11001100 11000011 10010110
Octal 314 303 226

Shades and tints

Shades of #CCC396

#CCC396
(204,195,150)
#BAB289
(186,178,137)
#A8A17C
(168,161,124)
#96906F
(150,144,111)
#847F62
(132,127,98)
#726E55
(114,110,85)
#605D48
(96,93,72)
#4E4C3B
(78,76,59)
#3C3B2E
(60,59,46)
#2A2A21
(42,42,33)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCC396

#CCC396
(204,195,150)
#D0C89F
(208,200,159)
#D4CDA8
(212,205,168)
#D8D2B1
(216,210,177)
#DCD7BA
(220,215,186)
#E0DCC3
(224,220,195)
#E4E1CC
(228,225,204)
#E8E6D5
(232,230,213)
#ECEBDE
(236,235,222)
#F0F0E7
(240,240,231)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC396; }

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

This text font color is #CCC396.

Background Color

.myBgColor { background-color: #CCC396; }

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

This div background color is #CCC396.

Border color

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

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

This div border color is #CCC396.

Opacity

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

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

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

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

This text has shadow with #CCC396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC396.

Preview

Color preview on black background

This text has color #CCC396 on black background.


Color preview on white background

This text has color #CCC396 on white background.


Black color preview on #CCC396 background

This text has black color on #CCC396 background.


White color preview on #CCC396 background

This text has white color on #CCC396 background.


Related colors

Complementary color

Complementary color for #hex is #333C69.


I love getcolorcode.com

Triadic colors

1 #96CCC3 and #C396CC with #CCC396 are triadic colors.

2 #96C3CC and #C3CC96 with #CCC396 are triadic colors.