COLOR #CCB28A

HEX: #CCB28A
RGB: (204,178,138)

Color info

#CCB28A contains mainly red and green colors. Web safe color of #CCB28A is #CC9999 (or #C99).

RGB color model

#CCB28A color RGB value is (204,178,138).

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

RGB channels and saturation

R 204 of 255 = 80%
G 178 of 255 = 70%
B 138 of 255 = 54%

204
178
138

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

Portions of RGB colors in percentages

R + G + B =
204 + 178 + 138 = 520 (100%)
R 204 of 520 ~ 39.23%
G 178 of 520 ~ 34.23%
B 138 of 520 ~ 26.54%

%39.23
%34.23
%26.54

CMYK color model

#CCB28A color CMYK value is (0,13,32,20).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK:
(0,13,32,20)
C0M13Y32K20 
(0%,13%,32%,20%)
(0.00/0.13/0.32/0.20)	

CMYK percentages

%0
%12.75
%32.35
%20

Codes

Color #CCB28A in popluar color models

CCB28A
RGB204178138
HSL36°39.29%67.06%
HSB/HSV36°32.35%80.00%
CMYK0.00%12.75%32.35%
20.00%

Color #CCB28A in popluar number systems.

HEXCCB28A
Decimal204178138
Binary110011001011001010001010
Octal314262212

Shades and tints

Shades of #CCB28A

#CCB28A
(204,178,138)
#BAA27E
(186,162,126)
#A89272
(168,146,114)
#968266
(150,130,102)
#84725A
(132,114,90)
#72624E
(114,98,78)
#605242
(96,82,66)
#4E4236
(78,66,54)
#3C322A
(60,50,42)
#2A221E
(42,34,30)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #CCB28A

#CCB28A
(204,178,138)
#D0B994
(208,185,148)
#D4C09E
(212,192,158)
#D8C7A8
(216,199,168)
#DCCEB2
(220,206,178)
#E0D5BC
(224,213,188)
#E4DCC6
(228,220,198)
#E8E3D0
(232,227,208)
#ECEADA
(236,234,218)
#F0F1E4
(240,241,228)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB28A; }

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

This text font color is #CCB28A.


Background Color

.myBgColor { background-color: #CCB28A; }

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

This div background color is #CCB28A.


Border color

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

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

This div border color is #CCB28A.


Opacity

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

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

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

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

This text has shadow with #CCB28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB28A on black background.


Color preview on white background

This text has color #CCB28A on white background.



Black color preview on #CCB28A background

This text has black color on #CCB28A background.


White color preview on #CCB28A background

This text has white color on #CCB28A background.