COLOR #CCB4BB

HEX: #CCB4BB RGB: (204,180,187)

Color info

#CCB4BB contains red, green and blue colors in about the same proportion. Web safe color of #CCB4BB is #CCCCCC (or #CCC).

RGB color model

#CCB4BB color RGB value is (204,180,187).

RGB: (204,180,187) (80%, 71%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 180 of 255 = 71%
B 187 of 255 = 73%

204
180
187

R + G + B ~ 75%. #CCB4BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 180 + 187 = 571 (100%)
R 204 of 571 ~ 35.73%
G 180 of 571 ~ 31.52%
B 187 of 571 ~ 32.75'%

%35.73
%31.52
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 8.33%
  • key color value is 20.00%
CMYK: (0,12,8,20) C0M12Y8K20 (0%,12%,8%,20%) (0.00/0.12/0.08/0.20) 

CMYK percentages

%0
%11.76
%8.33
%20

Codes

Color #CCB4BB in popluar color models

CC B4 BB
RGB 204 180 187
HSL 343° 19.05% 75.29%
HSB/HSV 343° 11.76% 80.00%
CMYK 0.00% 11.76% 8.33%
20.00%

Color #CCB4BB in popluar number systems.

HEX CC B4 BB
Decimal 204 180 187
Binary 11001100 10110100 10111011
Octal 314 264 273

Shades and tints

Shades of #CCB4BB

#CCB4BB
(204,180,187)
#BAA4AA
(186,164,170)
#A89499
(168,148,153)
#968488
(150,132,136)
#847477
(132,116,119)
#726466
(114,100,102)
#605455
(96,84,85)
#4E4444
(78,68,68)
#3C3433
(60,52,51)
#2A2422
(42,36,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CCB4BB

#CCB4BB
(204,180,187)
#D0BAC1
(208,186,193)
#D4C0C7
(212,192,199)
#D8C6CD
(216,198,205)
#DCCCD3
(220,204,211)
#E0D2D9
(224,210,217)
#E4D8DF
(228,216,223)
#E8DEE5
(232,222,229)
#ECE4EB
(236,228,235)
#F0EAF1
(240,234,241)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB4BB; }

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

This text font color is #CCB4BB.

Background Color

.myBgColor { background-color: #CCB4BB; }

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

This div background color is #CCB4BB.

Border color

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

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

This div border color is #CCB4BB.

Opacity

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

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

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

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

This text has shadow with #CCB4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB4BB.

Preview

Color preview on black background

This text has color #CCB4BB on black background.


Color preview on white background

This text has color #CCB4BB on white background.


Black color preview on #CCB4BB background

This text has black color on #CCB4BB background.


White color preview on #CCB4BB background

This text has white color on #CCB4BB background.


Related colors

Complementary color

Complementary color for #hex is #334B44.


I love getcolorcode.com

Triadic colors

1 #BBCCB4 and #B4BBCC with #CCB4BB are triadic colors.

2 #BBB4CC and #B4CCBB with #CCB4BB are triadic colors.