COLOR #CCBBA4

HEX: #CCBBA4 RGB: (204,187,164)

Color info

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

RGB color model

#CCBBA4 color RGB value is (204,187,164).

RGB: (204,187,164) (80%, 73%, 64%)

RGB channels and saturation

R 204 of 255 = 80%
G 187 of 255 = 73%
B 164 of 255 = 64%

204
187
164

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

Portions of RGB colors in percentages

R + G + B = 204 + 187 + 164 = 555 (100%)
R 204 of 555 ~ 36.76%
G 187 of 555 ~ 33.69%
B 164 of 555 ~ 29.55'%

%36.76
%33.69
%29.55

CMYK color model

#CCBBA4 color CMYK value is (0,8,20,20).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 19.61%
  • key color value is 20.00%

CMYK: (0,8,20,20)
C0M8Y20K20 (0%, 8%, 20%, 20%)
(0.00 / 0.08 / 0.20 / 0.20)

CMYK percentages

%0
%8.33
%19.61
%20

Codes

Color #CCBBA4 in popluar color models

CC BB A4
RGB 204 187 164
HSL 35° 28.17% 72.16%
HSB/HSV 35° 19.61% 80.00%
CMYK 0.00% 8.33% 19.61%
20.00%

Color #CCBBA4 in popluar number systems.

HEX CC BB A4
Decimal 204 187 164
Binary 11001100 10111011 10100100
Octal 314 273 244

Shades and tints

Shades of #CCBBA4

#CCBBA4
(204,187,164)
#BAAA96
(186,170,150)
#A89988
(168,153,136)
#96887A
(150,136,122)
#84776C
(132,119,108)
#72665E
(114,102,94)
#605550
(96,85,80)
#4E4442
(78,68,66)
#3C3334
(60,51,52)
#2A2226
(42,34,38)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #CCBBA4

#CCBBA4
(204,187,164)
#D0C1AC
(208,193,172)
#D4C7B4
(212,199,180)
#D8CDBC
(216,205,188)
#DCD3C4
(220,211,196)
#E0D9CC
(224,217,204)
#E4DFD4
(228,223,212)
#E8E5DC
(232,229,220)
#ECEBE4
(236,235,228)
#F0F1EC
(240,241,236)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBBA4 color. Also use rgb(204,187,164) instead hex code.

Text Font Color

.myTextColor { color: #CCBBA4; }

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

This text font color is #CCBBA4.

Background Color

.myBgColor { background-color: #CCBBA4; }

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

This div background color is #CCBBA4.

Border color

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

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

This div border color is #CCBBA4.

Opacity

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

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

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

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

This text has shadow with #CCBBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBBA4.

Preview

Color preview on black background

This text has color #CCBBA4 on black background.


Color preview on white background

This text has color #CCBBA4 on white background.


Black color preview on #CCBBA4 background

This text has black color on #CCBBA4 background.


White color preview on #CCBBA4 background

This text has white color on #CCBBA4 background.


Related colors

Complementary color

Complementary color for #hex is #33445B.


I love getcolorcode.com

Triadic colors

1 #A4CCBB and #BBA4CC with #CCBBA4 are triadic colors.

2 #A4BBCC and #BBCCA4 with #CCBBA4 are triadic colors.