COLOR #CCB39B

HEX: #CCB39B
RGB: (204,179,155)

Color info

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

RGB color model

#CCB39B color RGB value is (204,179,155).

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

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 155 of 255 = 61%

204
179
155

R + G + B ~ 70%. #CCB39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 179 + 155 = 538 (100%)
R 204 of 538 ~ 37.92%
G 179 of 538 ~ 33.27%
B 155 of 538 ~ 28.81%

%37.92
%33.27
%28.81

CMYK color model

#CCB39B color CMYK value is (0,12,24,20).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 24.02%
  • key color value is 20.00%
CMYK:
(0,12,24,20)
C0M12Y24K20 
(0%,12%,24%,20%)
(0.00/0.12/0.24/0.20)	

CMYK percentages

%0
%12.25
%24.02
%20

Codes

Color #CCB39B in popluar color models

CCB39B
RGB204179155
HSL29°32.45%70.39%
HSB/HSV29°24.02%80.00%
CMYK0.00%12.25%24.02%
20.00%

Color #CCB39B in popluar number systems.

HEXCCB39B
Decimal204179155
Binary110011001011001110011011
Octal314263233

Shades and tints

Shades of #CCB39B

#CCB39B
(204,179,155)
#BAA38D
(186,163,141)
#A8937F
(168,147,127)
#968371
(150,131,113)
#847363
(132,115,99)
#726355
(114,99,85)
#605347
(96,83,71)
#4E4339
(78,67,57)
#3C332B
(60,51,43)
#2A231D
(42,35,29)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #CCB39B

#CCB39B
(204,179,155)
#D0B9A4
(208,185,164)
#D4BFAD
(212,191,173)
#D8C5B6
(216,197,182)
#DCCBBF
(220,203,191)
#E0D1C8
(224,209,200)
#E4D7D1
(228,215,209)
#E8DDDA
(232,221,218)
#ECE3E3
(236,227,227)
#F0E9EC
(240,233,236)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB39B; }

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

This text font color is #CCB39B.


Background Color

.myBgColor { background-color: #CCB39B; }

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

This div background color is #CCB39B.


Border color

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

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

This div border color is #CCB39B.


Opacity

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

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

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

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

This text has shadow with #CCB39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB39B on black background.


Color preview on white background

This text has color #CCB39B on white background.



Black color preview on #CCB39B background

This text has black color on #CCB39B background.


White color preview on #CCB39B background

This text has white color on #CCB39B background.