COLOR #CCA897

HEX: #CCA897
RGB: (204,168,151)

Color info

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

RGB color model

#CCA897 color RGB value is (204,168,151).

  • red value is 204;
  • green value is 168;
  • blue value is 151.
RGB:
(204,168,151)
(80%,66%,59%)

RGB channels and saturation

R 204 of 255 = 80%
G 168 of 255 = 66%
B 151 of 255 = 59%

204
168
151

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

Portions of RGB colors in percentages

R + G + B =
204 + 168 + 151 = 523 (100%)
R 204 of 523 ~ 39.01%
G 168 of 523 ~ 32.12%
B 151 of 523 ~ 28.87%

%39.01
%32.12
%28.87

CMYK color model

#CCA897 color CMYK value is (0,18,26,20).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 25.98%
  • key color value is 20.00%
CMYK:
(0,18,26,20)
C0M18Y26K20 
(0%,18%,26%,20%)
(0.00/0.18/0.26/0.20)	

CMYK percentages

%0
%17.65
%25.98
%20

Codes

Color #CCA897 in popluar color models

CCA897
RGB204168151
HSL19°34.19%69.61%
HSB/HSV19°25.98%80.00%
CMYK0.00%17.65%25.98%
20.00%

Color #CCA897 in popluar number systems.

HEXCCA897
Decimal204168151
Binary110011001010100010010111
Octal314250227

Shades and tints

Shades of #CCA897

#CCA897
(204,168,151)
#BA998A
(186,153,138)
#A88A7D
(168,138,125)
#967B70
(150,123,112)
#846C63
(132,108,99)
#725D56
(114,93,86)
#604E49
(96,78,73)
#4E3F3C
(78,63,60)
#3C302F
(60,48,47)
#2A2122
(42,33,34)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #CCA897

#CCA897
(204,168,151)
#D0AFA0
(208,175,160)
#D4B6A9
(212,182,169)
#D8BDB2
(216,189,178)
#DCC4BB
(220,196,187)
#E0CBC4
(224,203,196)
#E4D2CD
(228,210,205)
#E8D9D6
(232,217,214)
#ECE0DF
(236,224,223)
#F0E7E8
(240,231,232)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA897 color. Also use rgb(204,168,151) instead hex code.

Text Font Color

.myTextColor { color: #CCA897; }

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

This text font color is #CCA897.


Background Color

.myBgColor { background-color: #CCA897; }

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

This div background color is #CCA897.


Border color

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

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

This div border color is #CCA897.


Opacity

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

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

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

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

This text has shadow with #CCA897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA897 on black background.


Color preview on white background

This text has color #CCA897 on white background.



Black color preview on #CCA897 background

This text has black color on #CCA897 background.


White color preview on #CCA897 background

This text has white color on #CCA897 background.