COLOR #CCB587

HEX: #CCB587 RGB: (204,181,135)

Color info

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

RGB color model

#CCB587 color RGB value is (204,181,135).

RGB: (204,181,135) (80%, 71%, 53%)

RGB channels and saturation

R 204 of 255 = 80%
G 181 of 255 = 71%
B 135 of 255 = 53%

204
181
135

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

Portions of RGB colors in percentages

R + G + B = 204 + 181 + 135 = 520 (100%)
R 204 of 520 ~ 39.23%
G 181 of 520 ~ 34.81%
B 135 of 520 ~ 25.96'%

%39.23
%34.81
%25.96

CMYK color model

#CCB587 color CMYK value is (0,11,34,20).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 33.82%
  • key color value is 20.00%
CMYK: (0,11,34,20) C0M11Y34K20 (0%,11%,34%,20%) (0.00/0.11/0.34/0.20) 

CMYK percentages

%0
%11.27
%33.82
%20

Codes

Color #CCB587 in popluar color models

CC B5 87
RGB 204 181 135
HSL 40° 40.35% 66.47%
HSB/HSV 40° 33.82% 80.00%
CMYK 0.00% 11.27% 33.82%
20.00%

Color #CCB587 in popluar number systems.

HEX CC B5 87
Decimal 204 181 135
Binary 11001100 10110101 10000111
Octal 314 265 207

Shades and tints

Shades of #CCB587

#CCB587
(204,181,135)
#BAA57B
(186,165,123)
#A8956F
(168,149,111)
#968563
(150,133,99)
#847557
(132,117,87)
#72654B
(114,101,75)
#60553F
(96,85,63)
#4E4533
(78,69,51)
#3C3527
(60,53,39)
#2A251B
(42,37,27)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #CCB587

#CCB587
(204,181,135)
#D0BB91
(208,187,145)
#D4C19B
(212,193,155)
#D8C7A5
(216,199,165)
#DCCDAF
(220,205,175)
#E0D3B9
(224,211,185)
#E4D9C3
(228,217,195)
#E8DFCD
(232,223,205)
#ECE5D7
(236,229,215)
#F0EBE1
(240,235,225)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB587; }

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

This text font color is #CCB587.

Background Color

.myBgColor { background-color: #CCB587; }

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

This div background color is #CCB587.

Border color

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

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

This div border color is #CCB587.

Opacity

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

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

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

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

This text has shadow with #CCB587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB587.

Preview

Color preview on black background

This text has color #CCB587 on black background.


Color preview on white background

This text has color #CCB587 on white background.


Black color preview on #CCB587 background

This text has black color on #CCB587 background.


White color preview on #CCB587 background

This text has white color on #CCB587 background.


Related colors

Complementary color

Complementary color for #hex is #334A78.


I love getcolorcode.com

Triadic colors

1 #87CCB5 and #B587CC with #CCB587 are triadic colors.

2 #87B5CC and #B5CC87 with #CCB587 are triadic colors.