COLOR #CCB7AD

HEX: #CCB7AD
RGB: (204,183,173)

Color info

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

RGB color model

#CCB7AD color RGB value is (204,183,173).

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

RGB channels and saturation

R 204 of 255 = 80%
G 183 of 255 = 72%
B 173 of 255 = 68%

204
183
173

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

Portions of RGB colors in percentages

R + G + B =
204 + 183 + 173 = 560 (100%)
R 204 of 560 ~ 36.43%
G 183 of 560 ~ 32.68%
B 173 of 560 ~ 30.89%

%36.43
%32.68
%30.89

CMYK color model

#CCB7AD color CMYK value is (0,10,15,20).

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 15.20%
  • key color value is 20.00%
CMYK:
(0,10,15,20)
C0M10Y15K20 
(0%,10%,15%,20%)
(0.00/0.10/0.15/0.20)	

CMYK percentages

%0
%10.29
%15.2
%20

Codes

Color #CCB7AD in popluar color models

CCB7AD
RGB204183173
HSL19°23.31%73.92%
HSB/HSV19°15.20%80.00%
CMYK0.00%10.29%15.20%
20.00%

Color #CCB7AD in popluar number systems.

HEXCCB7AD
Decimal204183173
Binary110011001011011110101101
Octal314267255

Shades and tints

Shades of #CCB7AD

#CCB7AD
(204,183,173)
#BAA79E
(186,167,158)
#A8978F
(168,151,143)
#968780
(150,135,128)
#847771
(132,119,113)
#726762
(114,103,98)
#605753
(96,87,83)
#4E4744
(78,71,68)
#3C3735
(60,55,53)
#2A2726
(42,39,38)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #CCB7AD

#CCB7AD
(204,183,173)
#D0BDB4
(208,189,180)
#D4C3BB
(212,195,187)
#D8C9C2
(216,201,194)
#DCCFC9
(220,207,201)
#E0D5D0
(224,213,208)
#E4DBD7
(228,219,215)
#E8E1DE
(232,225,222)
#ECE7E5
(236,231,229)
#F0EDEC
(240,237,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB7AD; }

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

This text font color is #CCB7AD.


Background Color

.myBgColor { background-color: #CCB7AD; }

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

This div background color is #CCB7AD.


Border color

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

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

This div border color is #CCB7AD.


Opacity

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

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

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

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

This text has shadow with #CCB7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB7AD on black background.


Color preview on white background

This text has color #CCB7AD on white background.



Black color preview on #CCB7AD background

This text has black color on #CCB7AD background.


White color preview on #CCB7AD background

This text has white color on #CCB7AD background.