COLOR #CCB39D

HEX: #CCB39D
RGB: (204,179,157)

Color info

#CCB39D contains red, green and blue colors in about the same proportion. Web safe color of #CCB39D is #CC9999 (or #C99).

RGB color model

#CCB39D color RGB value is (204,179,157).

  • red value is 204;
  • green value is 179;
  • blue value is 157.
RGB:
(204,179,157)
(80%,70%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 157 of 255 = 62%

204
179
157

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

Portions of RGB colors in percentages

R + G + B =
204 + 179 + 157 = 540 (100%)
R 204 of 540 ~ 37.78%
G 179 of 540 ~ 33.15%
B 157 of 540 ~ 29.07%

%37.78
%33.15
%29.07

CMYK color model

#CCB39D color CMYK value is (0,12,23,20).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(0,12,23,20)
C0M12Y23K20 
(0%,12%,23%,20%)
(0.00/0.12/0.23/0.20)	

CMYK percentages

%0
%12.25
%23.04
%20

Codes

Color #CCB39D in popluar color models

CCB39D
RGB204179157
HSL28°31.54%70.78%
HSB/HSV28°23.04%80.00%
CMYK0.00%12.25%23.04%
20.00%

Color #CCB39D in popluar number systems.

HEXCCB39D
Decimal204179157
Binary110011001011001110011101
Octal314263235

Shades and tints

Shades of #CCB39D

#CCB39D
(204,179,157)
#BAA38F
(186,163,143)
#A89381
(168,147,129)
#968373
(150,131,115)
#847365
(132,115,101)
#726357
(114,99,87)
#605349
(96,83,73)
#4E433B
(78,67,59)
#3C332D
(60,51,45)
#2A231F
(42,35,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #CCB39D

#CCB39D
(204,179,157)
#D0B9A5
(208,185,165)
#D4BFAD
(212,191,173)
#D8C5B5
(216,197,181)
#DCCBBD
(220,203,189)
#E0D1C5
(224,209,197)
#E4D7CD
(228,215,205)
#E8DDD5
(232,221,213)
#ECE3DD
(236,227,221)
#F0E9E5
(240,233,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB39D color. Also use rgb(204,179,157) instead hex code.

Text Font Color

.myTextColor { color: #CCB39D; }

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

This text font color is #CCB39D.


Background Color

.myBgColor { background-color: #CCB39D; }

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

This div background color is #CCB39D.


Border color

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

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

This div border color is #CCB39D.


Opacity

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

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

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

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

This text has shadow with #CCB39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB39D on black background.


Color preview on white background

This text has color #CCB39D on white background.



Black color preview on #CCB39D background

This text has black color on #CCB39D background.


White color preview on #CCB39D background

This text has white color on #CCB39D background.