COLOR #CCB7A9

HEX: #CCB7A9
RGB: (204,183,169)

Color info

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

RGB color model

#CCB7A9 color RGB value is (204,183,169).

  • red value is 204;
  • green value is 183;
  • blue value is 169.
RGB:
(204,183,169)
(80%,72%,66%)

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 169 of 255 = 66%

204
183
169

R + G + B ~ 73%. #CCB7A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 169 = 556 (100%)
R 204 of 556 ~ 36.69%
G 183 of 556 ~ 32.91%
B 169 of 556 ~ 30.4%

%36.69
%32.91
%30.4

CMYK color model

#CCB7A9 color CMYK value is (0,10,17,20).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 17.16%
  • key color value is 20.00%
CMYK:
(0,10,17,20)
C0M10Y17K20 
(0%,10%,17%,20%)
(0.00/0.10/0.17/0.20)	

CMYK percentages

%0
%10.29
%17.16
%20

Codes

Color #CCB7A9 in popluar color models

CCB7A9
RGB204183169
HSL24°25.55%73.14%
HSB/HSV24°17.16%80.00%
CMYK0.00%10.29%17.16%
20.00%

Color #CCB7A9 in popluar number systems.

HEXCCB7A9
Decimal204183169
Binary110011001011011110101001
Octal314267251

Shades and tints

Shades of #CCB7A9

#CCB7A9
(204,183,169)
#BAA79A
(186,167,154)
#A8978B
(168,151,139)
#96877C
(150,135,124)
#84776D
(132,119,109)
#72675E
(114,103,94)
#60574F
(96,87,79)
#4E4740
(78,71,64)
#3C3731
(60,55,49)
#2A2722
(42,39,34)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #CCB7A9

#CCB7A9
(204,183,169)
#D0BDB0
(208,189,176)
#D4C3B7
(212,195,183)
#D8C9BE
(216,201,190)
#DCCFC5
(220,207,197)
#E0D5CC
(224,213,204)
#E4DBD3
(228,219,211)
#E8E1DA
(232,225,218)
#ECE7E1
(236,231,225)
#F0EDE8
(240,237,232)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB7A9 color. Also use rgb(204,183,169) instead hex code.

Text Font Color

.myTextColor { color: #CCB7A9; }

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

This text font color is #CCB7A9.


Background Color

.myBgColor { background-color: #CCB7A9; }

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

This div background color is #CCB7A9.


Border color

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

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

This div border color is #CCB7A9.


Opacity

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

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

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

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

This text has shadow with #CCB7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7A9 on black background.


Color preview on white background

This text has color #CCB7A9 on white background.



Black color preview on #CCB7A9 background

This text has black color on #CCB7A9 background.


White color preview on #CCB7A9 background

This text has white color on #CCB7A9 background.