COLOR #CCAD9B

HEX: #CCAD9B
RGB: (204,173,155)

Color info

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

RGB color model

#CCAD9B color RGB value is (204,173,155).

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

RGB channels and saturation

R 204 of 255 = 80%
G 173 of 255 = 68%
B 155 of 255 = 61%

204
173
155

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

Portions of RGB colors in percentages

R + G + B =
204 + 173 + 155 = 532 (100%)
R 204 of 532 ~ 38.35%
G 173 of 532 ~ 32.52%
B 155 of 532 ~ 29.14%

%38.35
%32.52
%29.14

CMYK color model

#CCAD9B color CMYK value is (0,15,24,20).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 24.02%
  • key color value is 20.00%
CMYK:
(0,15,24,20)
C0M15Y24K20 
(0%,15%,24%,20%)
(0.00/0.15/0.24/0.20)	

CMYK percentages

%0
%15.2
%24.02
%20

Codes

Color #CCAD9B in popluar color models

CCAD9B
RGB204173155
HSL22°32.45%70.39%
HSB/HSV22°24.02%80.00%
CMYK0.00%15.20%24.02%
20.00%

Color #CCAD9B in popluar number systems.

HEXCCAD9B
Decimal204173155
Binary110011001010110110011011
Octal314255233

Shades and tints

Shades of #CCAD9B

#CCAD9B
(204,173,155)
#BA9E8D
(186,158,141)
#A88F7F
(168,143,127)
#968071
(150,128,113)
#847163
(132,113,99)
#726255
(114,98,85)
#605347
(96,83,71)
#4E4439
(78,68,57)
#3C352B
(60,53,43)
#2A261D
(42,38,29)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #CCAD9B

#CCAD9B
(204,173,155)
#D0B4A4
(208,180,164)
#D4BBAD
(212,187,173)
#D8C2B6
(216,194,182)
#DCC9BF
(220,201,191)
#E0D0C8
(224,208,200)
#E4D7D1
(228,215,209)
#E8DEDA
(232,222,218)
#ECE5E3
(236,229,227)
#F0ECEC
(240,236,236)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCAD9B; }

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

This text font color is #CCAD9B.


Background Color

.myBgColor { background-color: #CCAD9B; }

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

This div background color is #CCAD9B.


Border color

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

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

This div border color is #CCAD9B.


Opacity

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

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

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

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

This text has shadow with #CCAD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCAD9B on black background.


Color preview on white background

This text has color #CCAD9B on white background.



Black color preview on #CCAD9B background

This text has black color on #CCAD9B background.


White color preview on #CCAD9B background

This text has white color on #CCAD9B background.