COLOR #CCB787

HEX: #CCB787 RGB: (204,183,135)

Color info

#CCB787 contains mainly red and green colors. Web safe color of #CCB787 is #CCCC99 (or #CC9).

RGB color model

#CCB787 color RGB value is (204,183,135).

RGB: (204,183,135) (80%, 72%, 53%)

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 135 of 255 = 53%

204
183
135

R + G + B ~ 68%. #CCB787 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 183 + 135 = 522 (100%)
R 204 of 522 ~ 39.08%
G 183 of 522 ~ 35.06%
B 135 of 522 ~ 25.86'%

%39.08
%35.06
%25.86

CMYK color model

#CCB787 color CMYK value is (0,10,34,20).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 33.82%
  • key color value is 20.00%
CMYK: (0,10,34,20) C0M10Y34K20 (0%,10%,34%,20%) (0.00/0.10/0.34/0.20) 

CMYK percentages

%0
%10.29
%33.82
%20

Codes

Color #CCB787 in popluar color models

CC B7 87
RGB 204 183 135
HSL 42° 40.35% 66.47%
HSB/HSV 42° 33.82% 80.00%
CMYK 0.00% 10.29% 33.82%
20.00%

Color #CCB787 in popluar number systems.

HEX CC B7 87
Decimal 204 183 135
Binary 11001100 10110111 10000111
Octal 314 267 207

Shades and tints

Shades of #CCB787

#CCB787
(204,183,135)
#BAA77B
(186,167,123)
#A8976F
(168,151,111)
#968763
(150,135,99)
#847757
(132,119,87)
#72674B
(114,103,75)
#60573F
(96,87,63)
#4E4733
(78,71,51)
#3C3727
(60,55,39)
#2A271B
(42,39,27)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #CCB787

#CCB787
(204,183,135)
#D0BD91
(208,189,145)
#D4C39B
(212,195,155)
#D8C9A5
(216,201,165)
#DCCFAF
(220,207,175)
#E0D5B9
(224,213,185)
#E4DBC3
(228,219,195)
#E8E1CD
(232,225,205)
#ECE7D7
(236,231,215)
#F0EDE1
(240,237,225)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB787; }

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

This text font color is #CCB787.

Background Color

.myBgColor { background-color: #CCB787; }

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

This div background color is #CCB787.

Border color

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

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

This div border color is #CCB787.

Opacity

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

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

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

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

This text has shadow with #CCB787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB787.

Preview

Color preview on black background

This text has color #CCB787 on black background.


Color preview on white background

This text has color #CCB787 on white background.


Black color preview on #CCB787 background

This text has black color on #CCB787 background.


White color preview on #CCB787 background

This text has white color on #CCB787 background.


Related colors

Complementary color

Complementary color for #hex is #334878.


I love getcolorcode.com

Triadic colors

1 #87CCB7 and #B787CC with #CCB787 are triadic colors.

2 #87B7CC and #B7CC87 with #CCB787 are triadic colors.