COLOR #CCB99C

HEX: #CCB99C RGB: (204,185,156)

Color info

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

RGB color model

#CCB99C color RGB value is (204,185,156).

RGB: (204,185,156) (80%, 73%, 61%)

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 156 of 255 = 61%

204
185
156

R + G + B ~ 71%. #CCB99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 185 + 156 = 545 (100%)
R 204 of 545 ~ 37.43%
G 185 of 545 ~ 33.94%
B 156 of 545 ~ 28.62'%

%37.43
%33.94
%28.62

CMYK color model

#CCB99C color CMYK value is (0,9,24,20).

  • cyan value is 0.00%
  • magenta value is 9.31%
  • yellow value is 23.53%
  • key color value is 20.00%

CMYK: (0,9,24,20)
C0M9Y24K20 (0%, 9%, 24%, 20%)
(0.00 / 0.09 / 0.24 / 0.20)

CMYK percentages

%0
%9.31
%23.53
%20

Codes

Color #CCB99C in popluar color models

CC B9 9C
RGB 204 185 156
HSL 36° 32.00% 70.59%
HSB/HSV 36° 23.53% 80.00%
CMYK 0.00% 9.31% 23.53%
20.00%

Color #CCB99C in popluar number systems.

HEX CC B9 9C
Decimal 204 185 156
Binary 11001100 10111001 10011100
Octal 314 271 234

Shades and tints

Shades of #CCB99C

#CCB99C
(204,185,156)
#BAA98E
(186,169,142)
#A89980
(168,153,128)
#968972
(150,137,114)
#847964
(132,121,100)
#726956
(114,105,86)
#605948
(96,89,72)
#4E493A
(78,73,58)
#3C392C
(60,57,44)
#2A291E
(42,41,30)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #CCB99C

#CCB99C
(204,185,156)
#D0BFA5
(208,191,165)
#D4C5AE
(212,197,174)
#D8CBB7
(216,203,183)
#DCD1C0
(220,209,192)
#E0D7C9
(224,215,201)
#E4DDD2
(228,221,210)
#E8E3DB
(232,227,219)
#ECE9E4
(236,233,228)
#F0EFED
(240,239,237)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB99C color. Also use rgb(204,185,156) instead hex code.

Text Font Color

.myTextColor { color: #CCB99C; }

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

This text font color is #CCB99C.

Background Color

.myBgColor { background-color: #CCB99C; }

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

This div background color is #CCB99C.

Border color

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

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

This div border color is #CCB99C.

Opacity

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

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

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

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

This text has shadow with #CCB99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB99C.

Preview

Color preview on black background

This text has color #CCB99C on black background.


Color preview on white background

This text has color #CCB99C on white background.


Black color preview on #CCB99C background

This text has black color on #CCB99C background.


White color preview on #CCB99C background

This text has white color on #CCB99C background.


Related colors

Complementary color

Complementary color for #hex is #334663.


I love getcolorcode.com

Triadic colors

1 #9CCCB9 and #B99CCC with #CCB99C are triadic colors.

2 #9CB9CC and #B9CC9C with #CCB99C are triadic colors.