COLOR #CCB79D

HEX: #CCB79D RGB: (204,183,157)

Color info

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

RGB color model

#CCB79D color RGB value is (204,183,157).

RGB: (204,183,157) (80%, 72%, 62%)

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 157 of 255 = 62%

204
183
157

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

Portions of RGB colors in percentages

R + G + B = 204 + 183 + 157 = 544 (100%)
R 204 of 544 ~ 37.5%
G 183 of 544 ~ 33.64%
B 157 of 544 ~ 28.86'%

%37.5
%33.64
%28.86

CMYK color model

#CCB79D color CMYK value is (0,10,23,20).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 23.04%
  • key color value is 20.00%

CMYK: (0,10,23,20)
C0M10Y23K20 (0%, 10%, 23%, 20%)
(0.00 / 0.10 / 0.23 / 0.20)

CMYK percentages

%0
%10.29
%23.04
%20

Codes

Color #CCB79D in popluar color models

CC B7 9D
RGB 204 183 157
HSL 33° 31.54% 70.78%
HSB/HSV 33° 23.04% 80.00%
CMYK 0.00% 10.29% 23.04%
20.00%

Color #CCB79D in popluar number systems.

HEX CC B7 9D
Decimal 204 183 157
Binary 11001100 10110111 10011101
Octal 314 267 235

Shades and tints

Shades of #CCB79D

#CCB79D
(204,183,157)
#BAA78F
(186,167,143)
#A89781
(168,151,129)
#968773
(150,135,115)
#847765
(132,119,101)
#726757
(114,103,87)
#605749
(96,87,73)
#4E473B
(78,71,59)
#3C372D
(60,55,45)
#2A271F
(42,39,31)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #CCB79D

#CCB79D
(204,183,157)
#D0BDA5
(208,189,165)
#D4C3AD
(212,195,173)
#D8C9B5
(216,201,181)
#DCCFBD
(220,207,189)
#E0D5C5
(224,213,197)
#E4DBCD
(228,219,205)
#E8E1D5
(232,225,213)
#ECE7DD
(236,231,221)
#F0EDE5
(240,237,229)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB79D; }

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

This text font color is #CCB79D.

Background Color

.myBgColor { background-color: #CCB79D; }

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

This div background color is #CCB79D.

Border color

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

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

This div border color is #CCB79D.

Opacity

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

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

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

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

This text has shadow with #CCB79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB79D.

Preview

Color preview on black background

This text has color #CCB79D on black background.


Color preview on white background

This text has color #CCB79D on white background.


Black color preview on #CCB79D background

This text has black color on #CCB79D background.


White color preview on #CCB79D background

This text has white color on #CCB79D background.


Related colors

Complementary color

Complementary color for #hex is #334862.


I love getcolorcode.com

Triadic colors

1 #9DCCB7 and #B79DCC with #CCB79D are triadic colors.

2 #9DB7CC and #B7CC9D with #CCB79D are triadic colors.