COLOR #CCB79A

HEX: #CCB79A
RGB: (204,183,154)

Color info

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

RGB color model

#CCB79A color RGB value is (204,183,154).

  • red value is 204;
  • green value is 183;
  • blue value is 154.
RGB:
(204,183,154)
(80%,72%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 154 of 255 = 60%

204
183
154

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

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 154 = 541 (100%)
R 204 of 541 ~ 37.71%
G 183 of 541 ~ 33.83%
B 154 of 541 ~ 28.47%

%37.71
%33.83
%28.47

CMYK color model

#CCB79A color CMYK value is (0,10,25,20).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 24.51%
  • key color value is 20.00%
CMYK:
(0,10,25,20)
C0M10Y25K20 
(0%,10%,25%,20%)
(0.00/0.10/0.25/0.20)	

CMYK percentages

%0
%10.29
%24.51
%20

Codes

Color #CCB79A in popluar color models

CCB79A
RGB204183154
HSL35°32.89%70.20%
HSB/HSV35°24.51%80.00%
CMYK0.00%10.29%24.51%
20.00%

Color #CCB79A in popluar number systems.

HEXCCB79A
Decimal204183154
Binary110011001011011110011010
Octal314267232

Shades and tints

Shades of #CCB79A

#CCB79A
(204,183,154)
#BAA78C
(186,167,140)
#A8977E
(168,151,126)
#968770
(150,135,112)
#847762
(132,119,98)
#726754
(114,103,84)
#605746
(96,87,70)
#4E4738
(78,71,56)
#3C372A
(60,55,42)
#2A271C
(42,39,28)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #CCB79A

#CCB79A
(204,183,154)
#D0BDA3
(208,189,163)
#D4C3AC
(212,195,172)
#D8C9B5
(216,201,181)
#DCCFBE
(220,207,190)
#E0D5C7
(224,213,199)
#E4DBD0
(228,219,208)
#E8E1D9
(232,225,217)
#ECE7E2
(236,231,226)
#F0EDEB
(240,237,235)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB79A color. Also use rgb(204,183,154) instead hex code.

Text Font Color

.myTextColor { color: #CCB79A; }

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

This text font color is #CCB79A.


Background Color

.myBgColor { background-color: #CCB79A; }

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

This div background color is #CCB79A.


Border color

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

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

This div border color is #CCB79A.


Opacity

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

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

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

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

This text has shadow with #CCB79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB79A on black background.


Color preview on white background

This text has color #CCB79A on white background.



Black color preview on #CCB79A background

This text has black color on #CCB79A background.


White color preview on #CCB79A background

This text has white color on #CCB79A background.