COLOR #CCB4B2

HEX: #CCB4B2
RGB: (204,180,178)

Color info

#CCB4B2 contains red, green and blue colors in about the same proportion. Web safe color of #CCB4B2 is #CCCC99 (or #CC9).

RGB color model

#CCB4B2 color RGB value is (204,180,178).

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

RGB channels and saturation

R 204 of 255 = 80%
G 180 of 255 = 71%
B 178 of 255 = 70%

204
180
178

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

Portions of RGB colors in percentages

R + G + B =
204 + 180 + 178 = 562 (100%)
R 204 of 562 ~ 36.3%
G 180 of 562 ~ 32.03%
B 178 of 562 ~ 31.67%

%36.3
%32.03
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.76%
  • 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
%11.76
%12.75
%20

Codes

Color #CCB4B2 in popluar color models

CCB4B2
RGB204180178
HSL20.31%74.90%
HSB/HSV12.75%80.00%
CMYK0.00%11.76%12.75%
20.00%

Color #CCB4B2 in popluar number systems.

HEXCCB4B2
Decimal204180178
Binary110011001011010010110010
Octal314264262

Shades and tints

Shades of #CCB4B2

#CCB4B2
(204,180,178)
#BAA4A2
(186,164,162)
#A89492
(168,148,146)
#968482
(150,132,130)
#847472
(132,116,114)
#726462
(114,100,98)
#605452
(96,84,82)
#4E4442
(78,68,66)
#3C3432
(60,52,50)
#2A2422
(42,36,34)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #CCB4B2

#CCB4B2
(204,180,178)
#D0BAB9
(208,186,185)
#D4C0C0
(212,192,192)
#D8C6C7
(216,198,199)
#DCCCCE
(220,204,206)
#E0D2D5
(224,210,213)
#E4D8DC
(228,216,220)
#E8DEE3
(232,222,227)
#ECE4EA
(236,228,234)
#F0EAF1
(240,234,241)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB4B2; }

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

This text font color is #CCB4B2.


Background Color

.myBgColor { background-color: #CCB4B2; }

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

This div background color is #CCB4B2.


Border color

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

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

This div border color is #CCB4B2.


Opacity

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

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

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

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

This text has shadow with #CCB4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB4B2 on black background.


Color preview on white background

This text has color #CCB4B2 on white background.



Black color preview on #CCB4B2 background

This text has black color on #CCB4B2 background.


White color preview on #CCB4B2 background

This text has white color on #CCB4B2 background.