COLOR #CCB2B0

HEX: #CCB2B0 RGB: (204,178,176)

Color info

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

RGB color model

#CCB2B0 color RGB value is (204,178,176).

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

RGB channels and saturation

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

204
178
176

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

Portions of RGB colors in percentages

R + G + B = 204 + 178 + 176 = 558 (100%)
R 204 of 558 ~ 36.56%
G 178 of 558 ~ 31.9%
B 176 of 558 ~ 31.54'%

%36.56
%31.9
%31.54

CMYK color model

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

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

CMYK: (0,13,14,20)
C0M13Y14K20 (0%, 13%, 14%, 20%)
(0.00 / 0.13 / 0.14 / 0.20)

CMYK percentages

%0
%12.75
%13.73
%20

Codes

Color #CCB2B0 in popluar color models

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

Color #CCB2B0 in popluar number systems.

HEX CC B2 B0
Decimal 204 178 176
Binary 11001100 10110010 10110000
Octal 314 262 260

Shades and tints

Shades of #CCB2B0

#CCB2B0
(204,178,176)
#BAA2A0
(186,162,160)
#A89290
(168,146,144)
#968280
(150,130,128)
#847270
(132,114,112)
#726260
(114,98,96)
#605250
(96,82,80)
#4E4240
(78,66,64)
#3C3230
(60,50,48)
#2A2220
(42,34,32)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #CCB2B0

#CCB2B0
(204,178,176)
#D0B9B7
(208,185,183)
#D4C0BE
(212,192,190)
#D8C7C5
(216,199,197)
#DCCECC
(220,206,204)
#E0D5D3
(224,213,211)
#E4DCDA
(228,220,218)
#E8E3E1
(232,227,225)
#ECEAE8
(236,234,232)
#F0F1EF
(240,241,239)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB2B0; }

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

This text font color is #CCB2B0.

Background Color

.myBgColor { background-color: #CCB2B0; }

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

This div background color is #CCB2B0.

Border color

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

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

This div border color is #CCB2B0.

Opacity

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

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

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

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

This text has shadow with #CCB2B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB2B0.

Preview

Color preview on black background

This text has color #CCB2B0 on black background.


Color preview on white background

This text has color #CCB2B0 on white background.


Black color preview on #CCB2B0 background

This text has black color on #CCB2B0 background.


White color preview on #CCB2B0 background

This text has white color on #CCB2B0 background.


Related colors

Complementary color

Complementary color for #hex is #334D4F.


I love getcolorcode.com

Triadic colors

1 #B0CCB2 and #B2B0CC with #CCB2B0 are triadic colors.

2 #B0B2CC and #B2CCB0 with #CCB2B0 are triadic colors.