COLOR #CCB0BB

HEX: #CCB0BB RGB: (204,176,187)

Color info

#CCB0BB contains red, green and blue colors in about the same proportion. Web safe color of #CCB0BB is #CC99CC (or #C9C).

RGB color model

#CCB0BB color RGB value is (204,176,187).

RGB: (204,176,187) (80%, 69%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 187 of 255 = 73%

204
176
187

R + G + B ~ 74%. #CCB0BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 176 + 187 = 567 (100%)
R 204 of 567 ~ 35.98%
G 176 of 567 ~ 31.04%
B 187 of 567 ~ 32.98'%

%35.98
%31.04
%32.98

CMYK color model

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

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

CMYK: (0,14,8,20)
C0M14Y8K20 (0%, 14%, 8%, 20%)
(0.00 / 0.14 / 0.08 / 0.20)

CMYK percentages

%0
%13.73
%8.33
%20

Codes

Color #CCB0BB in popluar color models

CC B0 BB
RGB 204 176 187
HSL 336° 21.54% 74.51%
HSB/HSV 336° 13.73% 80.00%
CMYK 0.00% 13.73% 8.33%
20.00%

Color #CCB0BB in popluar number systems.

HEX CC B0 BB
Decimal 204 176 187
Binary 11001100 10110000 10111011
Octal 314 260 273

Shades and tints

Shades of #CCB0BB

#CCB0BB
(204,176,187)
#BAA0AA
(186,160,170)
#A89099
(168,144,153)
#968088
(150,128,136)
#847077
(132,112,119)
#726066
(114,96,102)
#605055
(96,80,85)
#4E4044
(78,64,68)
#3C3033
(60,48,51)
#2A2022
(42,32,34)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #CCB0BB

#CCB0BB
(204,176,187)
#D0B7C1
(208,183,193)
#D4BEC7
(212,190,199)
#D8C5CD
(216,197,205)
#DCCCD3
(220,204,211)
#E0D3D9
(224,211,217)
#E4DADF
(228,218,223)
#E8E1E5
(232,225,229)
#ECE8EB
(236,232,235)
#F0EFF1
(240,239,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB0BB; }

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

This text font color is #CCB0BB.

Background Color

.myBgColor { background-color: #CCB0BB; }

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

This div background color is #CCB0BB.

Border color

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

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

This div border color is #CCB0BB.

Opacity

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

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

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

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

This text has shadow with #CCB0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB0BB.

Preview

Color preview on black background

This text has color #CCB0BB on black background.


Color preview on white background

This text has color #CCB0BB on white background.


Black color preview on #CCB0BB background

This text has black color on #CCB0BB background.


White color preview on #CCB0BB background

This text has white color on #CCB0BB background.


Related colors

Complementary color

Complementary color for #hex is #334F44.


I love getcolorcode.com

Triadic colors

1 #BBCCB0 and #B0BBCC with #CCB0BB are triadic colors.

2 #BBB0CC and #B0CCBB with #CCB0BB are triadic colors.