COLOR #CCBB8B

HEX: #CCBB8B
RGB: (204,187,139)

Color info

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

RGB color model

#CCBB8B color RGB value is (204,187,139).

  • red value is 204;
  • green value is 187;
  • blue value is 139.
RGB:
(204,187,139)
(80%,73%,55%)

RGB channels and saturation

R 204 of 255 = 80%
G 187 of 255 = 73%
B 139 of 255 = 55%

204
187
139

R + G + B ~ 69%. #CCBB8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 187 + 139 = 530 (100%)
R 204 of 530 ~ 38.49%
G 187 of 530 ~ 35.28%
B 139 of 530 ~ 26.23%

%38.49
%35.28
%26.23

CMYK color model

#CCBB8B color CMYK value is (0,8,32,20).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 31.86%
  • key color value is 20.00%
CMYK:
(0,8,32,20)
C0M8Y32K20 
(0%,8%,32%,20%)
(0.00/0.08/0.32/0.20)	

CMYK percentages

%0
%8.33
%31.86
%20

Codes

Color #CCBB8B in popluar color models

CCBB8B
RGB204187139
HSL44°38.92%67.25%
HSB/HSV44°31.86%80.00%
CMYK0.00%8.33%31.86%
20.00%

Color #CCBB8B in popluar number systems.

HEXCCBB8B
Decimal204187139
Binary110011001011101110001011
Octal314273213

Shades and tints

Shades of #CCBB8B

#CCBB8B
(204,187,139)
#BAAA7F
(186,170,127)
#A89973
(168,153,115)
#968867
(150,136,103)
#84775B
(132,119,91)
#72664F
(114,102,79)
#605543
(96,85,67)
#4E4437
(78,68,55)
#3C332B
(60,51,43)
#2A221F
(42,34,31)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #CCBB8B

#CCBB8B
(204,187,139)
#D0C195
(208,193,149)
#D4C79F
(212,199,159)
#D8CDA9
(216,205,169)
#DCD3B3
(220,211,179)
#E0D9BD
(224,217,189)
#E4DFC7
(228,223,199)
#E8E5D1
(232,229,209)
#ECEBDB
(236,235,219)
#F0F1E5
(240,241,229)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBB8B color. Also use rgb(204,187,139) instead hex code.

Text Font Color

.myTextColor { color: #CCBB8B; }

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

This text font color is #CCBB8B.


Background Color

.myBgColor { background-color: #CCBB8B; }

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

This div background color is #CCBB8B.


Border color

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

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

This div border color is #CCBB8B.


Opacity

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

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

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

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

This text has shadow with #CCBB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBB8B on black background.


Color preview on white background

This text has color #CCBB8B on white background.



Black color preview on #CCBB8B background

This text has black color on #CCBB8B background.


White color preview on #CCBB8B background

This text has white color on #CCBB8B background.