COLOR #CCB09D

HEX: #CCB09D
RGB: (204,176,157)

Color info

#CCB09D contains red, green and blue colors in about the same proportion. Web safe color of #CCB09D is #CC9999 (or #C99).

RGB color model

#CCB09D color RGB value is (204,176,157).

  • red value is 204;
  • green value is 176;
  • blue value is 157.
RGB:
(204,176,157)
(80%,69%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 157 of 255 = 62%

204
176
157

R + G + B ~ 70%. #CCB09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 176 + 157 = 537 (100%)
R 204 of 537 ~ 37.99%
G 176 of 537 ~ 32.77%
B 157 of 537 ~ 29.24%

%37.99
%32.77
%29.24

CMYK color model

#CCB09D color CMYK value is (0,14,23,20).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(0,14,23,20)
C0M14Y23K20 
(0%,14%,23%,20%)
(0.00/0.14/0.23/0.20)	

CMYK percentages

%0
%13.73
%23.04
%20

Codes

Color #CCB09D in popluar color models

CCB09D
RGB204176157
HSL24°31.54%70.78%
HSB/HSV24°23.04%80.00%
CMYK0.00%13.73%23.04%
20.00%

Color #CCB09D in popluar number systems.

HEXCCB09D
Decimal204176157
Binary110011001011000010011101
Octal314260235

Shades and tints

Shades of #CCB09D

#CCB09D
(204,176,157)
#BAA08F
(186,160,143)
#A89081
(168,144,129)
#968073
(150,128,115)
#847065
(132,112,101)
#726057
(114,96,87)
#605049
(96,80,73)
#4E403B
(78,64,59)
#3C302D
(60,48,45)
#2A201F
(42,32,31)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #CCB09D

#CCB09D
(204,176,157)
#D0B7A5
(208,183,165)
#D4BEAD
(212,190,173)
#D8C5B5
(216,197,181)
#DCCCBD
(220,204,189)
#E0D3C5
(224,211,197)
#E4DACD
(228,218,205)
#E8E1D5
(232,225,213)
#ECE8DD
(236,232,221)
#F0EFE5
(240,239,229)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB09D color. Also use rgb(204,176,157) instead hex code.

Text Font Color

.myTextColor { color: #CCB09D; }

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

This text font color is #CCB09D.


Background Color

.myBgColor { background-color: #CCB09D; }

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

This div background color is #CCB09D.


Border color

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

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

This div border color is #CCB09D.


Opacity

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

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

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

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

This text has shadow with #CCB09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB09D on black background.


Color preview on white background

This text has color #CCB09D on white background.



Black color preview on #CCB09D background

This text has black color on #CCB09D background.


White color preview on #CCB09D background

This text has white color on #CCB09D background.