COLOR #CCB893

HEX: #CCB893
RGB: (204,184,147)

Color info

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

RGB color model

#CCB893 color RGB value is (204,184,147).

  • red value is 204;
  • green value is 184;
  • blue value is 147.
RGB:
(204,184,147)
(80%,72%,58%)

RGB channels and saturation

R 204 of 255 = 80%
G 184 of 255 = 72%
B 147 of 255 = 58%

204
184
147

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

Portions of RGB colors in percentages

R + G + B =
204 + 184 + 147 = 535 (100%)
R 204 of 535 ~ 38.13%
G 184 of 535 ~ 34.39%
B 147 of 535 ~ 27.48%

%38.13
%34.39
%27.48

CMYK color model

#CCB893 color CMYK value is (0,10,28,20).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(0,10,28,20)
C0M10Y28K20 
(0%,10%,28%,20%)
(0.00/0.10/0.28/0.20)	

CMYK percentages

%0
%9.8
%27.94
%20

Codes

Color #CCB893 in popluar color models

CCB893
RGB204184147
HSL39°35.85%68.82%
HSB/HSV39°27.94%80.00%
CMYK0.00%9.80%27.94%
20.00%

Color #CCB893 in popluar number systems.

HEXCCB893
Decimal204184147
Binary110011001011100010010011
Octal314270223

Shades and tints

Shades of #CCB893

#CCB893
(204,184,147)
#BAA886
(186,168,134)
#A89879
(168,152,121)
#96886C
(150,136,108)
#84785F
(132,120,95)
#726852
(114,104,82)
#605845
(96,88,69)
#4E4838
(78,72,56)
#3C382B
(60,56,43)
#2A281E
(42,40,30)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #CCB893

#CCB893
(204,184,147)
#D0BE9C
(208,190,156)
#D4C4A5
(212,196,165)
#D8CAAE
(216,202,174)
#DCD0B7
(220,208,183)
#E0D6C0
(224,214,192)
#E4DCC9
(228,220,201)
#E8E2D2
(232,226,210)
#ECE8DB
(236,232,219)
#F0EEE4
(240,238,228)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB893 color. Also use rgb(204,184,147) instead hex code.

Text Font Color

.myTextColor { color: #CCB893; }

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

This text font color is #CCB893.


Background Color

.myBgColor { background-color: #CCB893; }

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

This div background color is #CCB893.


Border color

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

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

This div border color is #CCB893.


Opacity

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

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

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

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

This text has shadow with #CCB893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB893 on black background.


Color preview on white background

This text has color #CCB893 on white background.



Black color preview on #CCB893 background

This text has black color on #CCB893 background.


White color preview on #CCB893 background

This text has white color on #CCB893 background.