COLOR #CCB47F

HEX: #CCB47F RGB: (204,180,127)

Color info

#CCB47F contains mainly red and green colors. Web safe color of #CCB47F is #CCCC66 (or #CC6).

RGB color model

#CCB47F color RGB value is (204,180,127).

RGB: (204,180,127) (80%, 71%, 50%)

RGB channels and saturation

R 204 of 255 = 80%
G 180 of 255 = 71%
B 127 of 255 = 50%

204
180
127

R + G + B ~ 67%. #CCB47F is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 180 + 127 = 511 (100%)
R 204 of 511 ~ 39.92%
G 180 of 511 ~ 35.23%
B 127 of 511 ~ 24.85'%

%39.92
%35.23
%24.85

CMYK color model

#CCB47F color CMYK value is (0,12,38,20).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 37.75%
  • key color value is 20.00%

CMYK: (0,12,38,20)
C0M12Y38K20 (0%, 12%, 38%, 20%)
(0.00 / 0.12 / 0.38 / 0.20)

CMYK percentages

%0
%11.76
%37.75
%20

Codes

Color #CCB47F in popluar color models

CC B4 7F
RGB 204 180 127
HSL 41° 43.02% 64.90%
HSB/HSV 41° 37.75% 80.00%
CMYK 0.00% 11.76% 37.75%
20.00%

Color #CCB47F in popluar number systems.

HEX CC B4 7F
Decimal 204 180 127
Binary 11001100 10110100 1111111
Octal 314 264 177

Shades and tints

Shades of #CCB47F

#CCB47F
(204,180,127)
#BAA474
(186,164,116)
#A89469
(168,148,105)
#96845E
(150,132,94)
#847453
(132,116,83)
#726448
(114,100,72)
#60543D
(96,84,61)
#4E4432
(78,68,50)
#3C3427
(60,52,39)
#2A241C
(42,36,28)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CCB47F

#CCB47F
(204,180,127)
#D0BA8A
(208,186,138)
#D4C095
(212,192,149)
#D8C6A0
(216,198,160)
#DCCCAB
(220,204,171)
#E0D2B6
(224,210,182)
#E4D8C1
(228,216,193)
#E8DECC
(232,222,204)
#ECE4D7
(236,228,215)
#F0EAE2
(240,234,226)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB47F color. Also use rgb(204,180,127) instead hex code.

Text Font Color

.myTextColor { color: #CCB47F; }

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

This text font color is #CCB47F.

Background Color

.myBgColor { background-color: #CCB47F; }

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

This div background color is #CCB47F.

Border color

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

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

This div border color is #CCB47F.

Opacity

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

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

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

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

This text has shadow with #CCB47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB47F.

Preview

Color preview on black background

This text has color #CCB47F on black background.


Color preview on white background

This text has color #CCB47F on white background.


Black color preview on #CCB47F background

This text has black color on #CCB47F background.


White color preview on #CCB47F background

This text has white color on #CCB47F background.


Related colors

Complementary color

Complementary color for #hex is #334B80.


I love getcolorcode.com

Triadic colors

1 #7FCCB4 and #B47FCC with #CCB47F are triadic colors.

2 #7FB4CC and #B4CC7F with #CCB47F are triadic colors.