COLOR #CCB3A9

HEX: #CCB3A9 RGB: (204,179,169)

Color info

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

RGB color model

#CCB3A9 color RGB value is (204,179,169).

RGB: (204,179,169) (80%, 70%, 66%)

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 169 of 255 = 66%

204
179
169

R + G + B ~ 72%. #CCB3A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 179 + 169 = 552 (100%)
R 204 of 552 ~ 36.96%
G 179 of 552 ~ 32.43%
B 169 of 552 ~ 30.62'%

%36.96
%32.43
%30.62

CMYK color model

#CCB3A9 color CMYK value is (0,12,17,20).

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

CMYK: (0,12,17,20)
C0M12Y17K20 (0%, 12%, 17%, 20%)
(0.00 / 0.12 / 0.17 / 0.20)

CMYK percentages

%0
%12.25
%17.16
%20

Codes

Color #CCB3A9 in popluar color models

CC B3 A9
RGB 204 179 169
HSL 17° 25.55% 73.14%
HSB/HSV 17° 17.16% 80.00%
CMYK 0.00% 12.25% 17.16%
20.00%

Color #CCB3A9 in popluar number systems.

HEX CC B3 A9
Decimal 204 179 169
Binary 11001100 10110011 10101001
Octal 314 263 251

Shades and tints

Shades of #CCB3A9

#CCB3A9
(204,179,169)
#BAA39A
(186,163,154)
#A8938B
(168,147,139)
#96837C
(150,131,124)
#84736D
(132,115,109)
#72635E
(114,99,94)
#60534F
(96,83,79)
#4E4340
(78,67,64)
#3C3331
(60,51,49)
#2A2322
(42,35,34)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #CCB3A9

#CCB3A9
(204,179,169)
#D0B9B0
(208,185,176)
#D4BFB7
(212,191,183)
#D8C5BE
(216,197,190)
#DCCBC5
(220,203,197)
#E0D1CC
(224,209,204)
#E4D7D3
(228,215,211)
#E8DDDA
(232,221,218)
#ECE3E1
(236,227,225)
#F0E9E8
(240,233,232)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB3A9; }

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

This text font color is #CCB3A9.

Background Color

.myBgColor { background-color: #CCB3A9; }

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

This div background color is #CCB3A9.

Border color

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

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

This div border color is #CCB3A9.

Opacity

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

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

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

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

This text has shadow with #CCB3A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB3A9.

Preview

Color preview on black background

This text has color #CCB3A9 on black background.


Color preview on white background

This text has color #CCB3A9 on white background.


Black color preview on #CCB3A9 background

This text has black color on #CCB3A9 background.


White color preview on #CCB3A9 background

This text has white color on #CCB3A9 background.


Related colors

Complementary color

Complementary color for #hex is #334C56.


I love getcolorcode.com

Triadic colors

1 #A9CCB3 and #B3A9CC with #CCB3A9 are triadic colors.

2 #A9B3CC and #B3CCA9 with #CCB3A9 are triadic colors.