COLOR #CCB29F

HEX: #CCB29F
RGB: (204,178,159)

Color info

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

RGB color model

#CCB29F color RGB value is (204,178,159).

  • red value is 204;
  • green value is 178;
  • blue value is 159.
RGB:
(204,178,159)
(80%,70%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 178 of 255 = 70%
B 159 of 255 = 62%

204
178
159

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

Portions of RGB colors in percentages

R + G + B =
204 + 178 + 159 = 541 (100%)
R 204 of 541 ~ 37.71%
G 178 of 541 ~ 32.9%
B 159 of 541 ~ 29.39%

%37.71
%32.9
%29.39

CMYK color model

#CCB29F color CMYK value is (0,13,22,20).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 22.06%
  • key color value is 20.00%
CMYK:
(0,13,22,20)
C0M13Y22K20 
(0%,13%,22%,20%)
(0.00/0.13/0.22/0.20)	

CMYK percentages

%0
%12.75
%22.06
%20

Codes

Color #CCB29F in popluar color models

CCB29F
RGB204178159
HSL25°30.61%71.18%
HSB/HSV25°22.06%80.00%
CMYK0.00%12.75%22.06%
20.00%

Color #CCB29F in popluar number systems.

HEXCCB29F
Decimal204178159
Binary110011001011001010011111
Octal314262237

Shades and tints

Shades of #CCB29F

#CCB29F
(204,178,159)
#BAA291
(186,162,145)
#A89283
(168,146,131)
#968275
(150,130,117)
#847267
(132,114,103)
#726259
(114,98,89)
#60524B
(96,82,75)
#4E423D
(78,66,61)
#3C322F
(60,50,47)
#2A2221
(42,34,33)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #CCB29F

#CCB29F
(204,178,159)
#D0B9A7
(208,185,167)
#D4C0AF
(212,192,175)
#D8C7B7
(216,199,183)
#DCCEBF
(220,206,191)
#E0D5C7
(224,213,199)
#E4DCCF
(228,220,207)
#E8E3D7
(232,227,215)
#ECEADF
(236,234,223)
#F0F1E7
(240,241,231)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB29F color. Also use rgb(204,178,159) instead hex code.

Text Font Color

.myTextColor { color: #CCB29F; }

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

This text font color is #CCB29F.


Background Color

.myBgColor { background-color: #CCB29F; }

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

This div background color is #CCB29F.


Border color

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

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

This div border color is #CCB29F.


Opacity

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

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

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

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

This text has shadow with #CCB29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB29F on black background.


Color preview on white background

This text has color #CCB29F on white background.



Black color preview on #CCB29F background

This text has black color on #CCB29F background.


White color preview on #CCB29F background

This text has white color on #CCB29F background.