COLOR #CCB4AD

HEX: #CCB4AD RGB: (204,180,173)

Color info

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

RGB color model

#CCB4AD color RGB value is (204,180,173).

RGB: (204,180,173) (80%, 71%, 68%)

RGB channels and saturation

R 204 of 255 = 80%
G 180 of 255 = 71%
B 173 of 255 = 68%

204
180
173

R + G + B ~ 73%. #CCB4AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 180 + 173 = 557 (100%)
R 204 of 557 ~ 36.62%
G 180 of 557 ~ 32.32%
B 173 of 557 ~ 31.06'%

%36.62
%32.32
%31.06

CMYK color model

#CCB4AD color CMYK value is (0,12,15,20).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 15.20%
  • key color value is 20.00%

CMYK: (0,12,15,20)
C0M12Y15K20 (0%, 12%, 15%, 20%)
(0.00 / 0.12 / 0.15 / 0.20)

CMYK percentages

%0
%11.76
%15.2
%20

Codes

Color #CCB4AD in popluar color models

CC B4 AD
RGB 204 180 173
HSL 14° 23.31% 73.92%
HSB/HSV 14° 15.20% 80.00%
CMYK 0.00% 11.76% 15.20%
20.00%

Color #CCB4AD in popluar number systems.

HEX CC B4 AD
Decimal 204 180 173
Binary 11001100 10110100 10101101
Octal 314 264 255

Shades and tints

Shades of #CCB4AD

#CCB4AD
(204,180,173)
#BAA49E
(186,164,158)
#A8948F
(168,148,143)
#968480
(150,132,128)
#847471
(132,116,113)
#726462
(114,100,98)
#605453
(96,84,83)
#4E4444
(78,68,68)
#3C3435
(60,52,53)
#2A2426
(42,36,38)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CCB4AD

#CCB4AD
(204,180,173)
#D0BAB4
(208,186,180)
#D4C0BB
(212,192,187)
#D8C6C2
(216,198,194)
#DCCCC9
(220,204,201)
#E0D2D0
(224,210,208)
#E4D8D7
(228,216,215)
#E8DEDE
(232,222,222)
#ECE4E5
(236,228,229)
#F0EAEC
(240,234,236)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB4AD; }

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

This text font color is #CCB4AD.

Background Color

.myBgColor { background-color: #CCB4AD; }

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

This div background color is #CCB4AD.

Border color

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

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

This div border color is #CCB4AD.

Opacity

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

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

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

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

This text has shadow with #CCB4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB4AD.

Preview

Color preview on black background

This text has color #CCB4AD on black background.


Color preview on white background

This text has color #CCB4AD on white background.


Black color preview on #CCB4AD background

This text has black color on #CCB4AD background.


White color preview on #CCB4AD background

This text has white color on #CCB4AD background.


Related colors

Complementary color

Complementary color for #hex is #334B52.


I love getcolorcode.com

Triadic colors

1 #ADCCB4 and #B4ADCC with #CCB4AD are triadic colors.

2 #ADB4CC and #B4CCAD with #CCB4AD are triadic colors.