COLOR #CCBA96

HEX: #CCBA96
RGB: (204,186,150)

Color info

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

RGB color model

#CCBA96 color RGB value is (204,186,150).

  • red value is 204;
  • green value is 186;
  • blue value is 150.
RGB:
(204,186,150)
(80%,73%,59%)

RGB channels and saturation

R 204 of 255 = 80%
G 186 of 255 = 73%
B 150 of 255 = 59%

204
186
150

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

Portions of RGB colors in percentages

R + G + B =
204 + 186 + 150 = 540 (100%)
R 204 of 540 ~ 37.78%
G 186 of 540 ~ 34.44%
B 150 of 540 ~ 27.78%

%37.78
%34.44
%27.78

CMYK color model

#CCBA96 color CMYK value is (0,9,26,20).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 26.47%
  • key color value is 20.00%
CMYK:
(0,9,26,20)
C0M9Y26K20 
(0%,9%,26%,20%)
(0.00/0.09/0.26/0.20)	

CMYK percentages

%0
%8.82
%26.47
%20

Codes

Color #CCBA96 in popluar color models

CCBA96
RGB204186150
HSL40°34.62%69.41%
HSB/HSV40°26.47%80.00%
CMYK0.00%8.82%26.47%
20.00%

Color #CCBA96 in popluar number systems.

HEXCCBA96
Decimal204186150
Binary110011001011101010010110
Octal314272226

Shades and tints

Shades of #CCBA96

#CCBA96
(204,186,150)
#BAAA89
(186,170,137)
#A89A7C
(168,154,124)
#968A6F
(150,138,111)
#847A62
(132,122,98)
#726A55
(114,106,85)
#605A48
(96,90,72)
#4E4A3B
(78,74,59)
#3C3A2E
(60,58,46)
#2A2A21
(42,42,33)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #CCBA96

#CCBA96
(204,186,150)
#D0C09F
(208,192,159)
#D4C6A8
(212,198,168)
#D8CCB1
(216,204,177)
#DCD2BA
(220,210,186)
#E0D8C3
(224,216,195)
#E4DECC
(228,222,204)
#E8E4D5
(232,228,213)
#ECEADE
(236,234,222)
#F0F0E7
(240,240,231)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBA96 color. Also use rgb(204,186,150) instead hex code.

Text Font Color

.myTextColor { color: #CCBA96; }

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

This text font color is #CCBA96.


Background Color

.myBgColor { background-color: #CCBA96; }

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

This div background color is #CCBA96.


Border color

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

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

This div border color is #CCBA96.


Opacity

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

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

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

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

This text has shadow with #CCBA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBA96 on black background.


Color preview on white background

This text has color #CCBA96 on white background.



Black color preview on #CCBA96 background

This text has black color on #CCBA96 background.


White color preview on #CCBA96 background

This text has white color on #CCBA96 background.