COLOR #CCB0AB

HEX: #CCB0AB RGB: (204,176,171)

Color info

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

RGB color model

#CCB0AB color RGB value is (204,176,171).

RGB: (204,176,171) (80%, 69%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 171 of 255 = 67%

204
176
171

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

Portions of RGB colors in percentages

R + G + B = 204 + 176 + 171 = 551 (100%)
R 204 of 551 ~ 37.02%
G 176 of 551 ~ 31.94%
B 171 of 551 ~ 31.03'%

%37.02
%31.94
%31.03

CMYK color model

#CCB0AB color CMYK value is (0,14,16,20).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 16.18%
  • key color value is 20.00%
CMYK: (0,14,16,20) C0M14Y16K20 (0%,14%,16%,20%) (0.00/0.14/0.16/0.20) 

CMYK percentages

%0
%13.73
%16.18
%20

Codes

Color #CCB0AB in popluar color models

CC B0 AB
RGB 204 176 171
HSL 24.44% 73.53%
HSB/HSV 16.18% 80.00%
CMYK 0.00% 13.73% 16.18%
20.00%

Color #CCB0AB in popluar number systems.

HEX CC B0 AB
Decimal 204 176 171
Binary 11001100 10110000 10101011
Octal 314 260 253

Shades and tints

Shades of #CCB0AB

#CCB0AB
(204,176,171)
#BAA09C
(186,160,156)
#A8908D
(168,144,141)
#96807E
(150,128,126)
#84706F
(132,112,111)
#726060
(114,96,96)
#605051
(96,80,81)
#4E4042
(78,64,66)
#3C3033
(60,48,51)
#2A2024
(42,32,36)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #CCB0AB

#CCB0AB
(204,176,171)
#D0B7B2
(208,183,178)
#D4BEB9
(212,190,185)
#D8C5C0
(216,197,192)
#DCCCC7
(220,204,199)
#E0D3CE
(224,211,206)
#E4DAD5
(228,218,213)
#E8E1DC
(232,225,220)
#ECE8E3
(236,232,227)
#F0EFEA
(240,239,234)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB0AB color. Also use rgb(204,176,171) instead hex code.

Text Font Color

.myTextColor { color: #CCB0AB; }

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

This text font color is #CCB0AB.

Background Color

.myBgColor { background-color: #CCB0AB; }

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

This div background color is #CCB0AB.

Border color

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

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

This div border color is #CCB0AB.

Opacity

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

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

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

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

This text has shadow with #CCB0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB0AB.

Preview

Color preview on black background

This text has color #CCB0AB on black background.


Color preview on white background

This text has color #CCB0AB on white background.


Black color preview on #CCB0AB background

This text has black color on #CCB0AB background.


White color preview on #CCB0AB background

This text has white color on #CCB0AB background.


Related colors

Complementary color

Complementary color for #hex is #334F54.


I love getcolorcode.com

Triadic colors

1 #ABCCB0 and #B0ABCC with #CCB0AB are triadic colors.

2 #ABB0CC and #B0CCAB with #CCB0AB are triadic colors.