COLOR #CCC9B3

HEX: #CCC9B3 RGB: (204,201,179)

Color info

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

RGB color model

#CCC9B3 color RGB value is (204,201,179).

RGB: (204,201,179) (80%, 79%, 70%)

RGB channels and saturation

R 204 of 255 = 80%
G 201 of 255 = 79%
B 179 of 255 = 70%

204
201
179

R + G + B ~ 76%. #CCC9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 201 + 179 = 584 (100%)
R 204 of 584 ~ 34.93%
G 201 of 584 ~ 34.42%
B 179 of 584 ~ 30.65'%

%34.93
%34.42
%30.65

CMYK color model

#CCC9B3 color CMYK value is (0,1,12,20).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 12.25%
  • key color value is 20.00%

CMYK: (0,1,12,20)
C0M1Y12K20 (0%, 1%, 12%, 20%)
(0.00 / 0.01 / 0.12 / 0.20)

CMYK percentages

%0
%1.47
%12.25
%20

Codes

Color #CCC9B3 in popluar color models

CC C9 B3
RGB 204 201 179
HSL 53° 19.69% 75.10%
HSB/HSV 53° 12.25% 80.00%
CMYK 0.00% 1.47% 12.25%
20.00%

Color #CCC9B3 in popluar number systems.

HEX CC C9 B3
Decimal 204 201 179
Binary 11001100 11001001 10110011
Octal 314 311 263

Shades and tints

Shades of #CCC9B3

#CCC9B3
(204,201,179)
#BAB7A3
(186,183,163)
#A8A593
(168,165,147)
#969383
(150,147,131)
#848173
(132,129,115)
#726F63
(114,111,99)
#605D53
(96,93,83)
#4E4B43
(78,75,67)
#3C3933
(60,57,51)
#2A2723
(42,39,35)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #CCC9B3

#CCC9B3
(204,201,179)
#D0CDB9
(208,205,185)
#D4D1BF
(212,209,191)
#D8D5C5
(216,213,197)
#DCD9CB
(220,217,203)
#E0DDD1
(224,221,209)
#E4E1D7
(228,225,215)
#E8E5DD
(232,229,221)
#ECE9E3
(236,233,227)
#F0EDE9
(240,237,233)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC9B3 color. Also use rgb(204,201,179) instead hex code.

Text Font Color

.myTextColor { color: #CCC9B3; }

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

This text font color is #CCC9B3.

Background Color

.myBgColor { background-color: #CCC9B3; }

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

This div background color is #CCC9B3.

Border color

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

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

This div border color is #CCC9B3.

Opacity

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

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

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

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

This text has shadow with #CCC9B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC9B3.

Preview

Color preview on black background

This text has color #CCC9B3 on black background.


Color preview on white background

This text has color #CCC9B3 on white background.


Black color preview on #CCC9B3 background

This text has black color on #CCC9B3 background.


White color preview on #CCC9B3 background

This text has white color on #CCC9B3 background.


Related colors

Complementary color

Complementary color for #hex is #33364C.


I love getcolorcode.com

Triadic colors

1 #B3CCC9 and #C9B3CC with #CCC9B3 are triadic colors.

2 #B3C9CC and #C9CCB3 with #CCC9B3 are triadic colors.