COLOR #CCB3B2

HEX: #CCB3B2
RGB: (204,179,178)

Color info

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

RGB color model

#CCB3B2 color RGB value is (204,179,178).

  • red value is 204;
  • green value is 179;
  • blue value is 178.
RGB:
(204,179,178)
(80%,70%,70%)

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 178 of 255 = 70%

204
179
178

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

Portions of RGB colors in percentages

R + G + B =
204 + 179 + 178 = 561 (100%)
R 204 of 561 ~ 36.36%
G 179 of 561 ~ 31.91%
B 178 of 561 ~ 31.73%

%36.36
%31.91
%31.73

CMYK color model

#CCB3B2 color CMYK value is (0,12,13,20).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 12.75%
  • key color value is 20.00%
CMYK:
(0,12,13,20)
C0M12Y13K20 
(0%,12%,13%,20%)
(0.00/0.12/0.13/0.20)	

CMYK percentages

%0
%12.25
%12.75
%20

Codes

Color #CCB3B2 in popluar color models

CCB3B2
RGB204179178
HSL20.31%74.90%
HSB/HSV12.75%80.00%
CMYK0.00%12.25%12.75%
20.00%

Color #CCB3B2 in popluar number systems.

HEXCCB3B2
Decimal204179178
Binary110011001011001110110010
Octal314263262

Shades and tints

Shades of #CCB3B2

#CCB3B2
(204,179,178)
#BAA3A2
(186,163,162)
#A89392
(168,147,146)
#968382
(150,131,130)
#847372
(132,115,114)
#726362
(114,99,98)
#605352
(96,83,82)
#4E4342
(78,67,66)
#3C3332
(60,51,50)
#2A2322
(42,35,34)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #CCB3B2

#CCB3B2
(204,179,178)
#D0B9B9
(208,185,185)
#D4BFC0
(212,191,192)
#D8C5C7
(216,197,199)
#DCCBCE
(220,203,206)
#E0D1D5
(224,209,213)
#E4D7DC
(228,215,220)
#E8DDE3
(232,221,227)
#ECE3EA
(236,227,234)
#F0E9F1
(240,233,241)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB3B2; }

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

This text font color is #CCB3B2.


Background Color

.myBgColor { background-color: #CCB3B2; }

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

This div background color is #CCB3B2.


Border color

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

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

This div border color is #CCB3B2.


Opacity

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

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

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

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

This text has shadow with #CCB3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB3B2 on black background.


Color preview on white background

This text has color #CCB3B2 on white background.



Black color preview on #CCB3B2 background

This text has black color on #CCB3B2 background.


White color preview on #CCB3B2 background

This text has white color on #CCB3B2 background.