COLOR #CCB0B0

HEX: #CCB0B0 RGB: (204,176,176)

Color info

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

RGB color model

#CCB0B0 color RGB value is (204,176,176).

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

RGB channels and saturation

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

204
176
176

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

Portions of RGB colors in percentages

R + G + B = 204 + 176 + 176 = 556 (100%)
R 204 of 556 ~ 36.69%
G 176 of 556 ~ 31.65%
B 176 of 556 ~ 31.65'%

%36.69
%31.65
%31.65

CMYK color model

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

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

CMYK: (0,14,14,20)
C0M14Y14K20 (0%, 14%, 14%, 20%)
(0.00 / 0.14 / 0.14 / 0.20)

CMYK percentages

%0
%13.73
%13.73
%20

Codes

Color #CCB0B0 in popluar color models

CC B0 B0
RGB 204 176 176
HSL 21.54% 74.51%
HSB/HSV 13.73% 80.00%
CMYK 0.00% 13.73% 13.73%
20.00%

Color #CCB0B0 in popluar number systems.

HEX CC B0 B0
Decimal 204 176 176
Binary 11001100 10110000 10110000
Octal 314 260 260

Shades and tints

Shades of #CCB0B0

#CCB0B0
(204,176,176)
#BAA0A0
(186,160,160)
#A89090
(168,144,144)
#968080
(150,128,128)
#847070
(132,112,112)
#726060
(114,96,96)
#605050
(96,80,80)
#4E4040
(78,64,64)
#3C3030
(60,48,48)
#2A2020
(42,32,32)
#181010
(24,16,16)
#000000
(0,0,0)

Tints of #CCB0B0

#CCB0B0
(204,176,176)
#D0B7B7
(208,183,183)
#D4BEBE
(212,190,190)
#D8C5C5
(216,197,197)
#DCCCCC
(220,204,204)
#E0D3D3
(224,211,211)
#E4DADA
(228,218,218)
#E8E1E1
(232,225,225)
#ECE8E8
(236,232,232)
#F0EFEF
(240,239,239)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB0B0; }

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

This text font color is #CCB0B0.

Background Color

.myBgColor { background-color: #CCB0B0; }

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

This div background color is #CCB0B0.

Border color

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

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

This div border color is #CCB0B0.

Opacity

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

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

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

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

This text has shadow with #CCB0B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB0B0.

Preview

Color preview on black background

This text has color #CCB0B0 on black background.


Color preview on white background

This text has color #CCB0B0 on white background.


Black color preview on #CCB0B0 background

This text has black color on #CCB0B0 background.


White color preview on #CCB0B0 background

This text has white color on #CCB0B0 background.


Related colors

Complementary color

Complementary color for #hex is #334F4F.


I love getcolorcode.com