COLOR #CCB8B2

HEX: #CCB8B2
RGB: (204,184,178)

Color info

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

RGB color model

#CCB8B2 color RGB value is (204,184,178).

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

RGB channels and saturation

R 204 of 255 = 80%
G 184 of 255 = 72%
B 178 of 255 = 70%

204
184
178

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

Portions of RGB colors in percentages

R + G + B =
204 + 184 + 178 = 566 (100%)
R 204 of 566 ~ 36.04%
G 184 of 566 ~ 32.51%
B 178 of 566 ~ 31.45%

%36.04
%32.51
%31.45

CMYK color model

#CCB8B2 color CMYK value is (0,10,13,20).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 12.75%
  • key color value is 20.00%
CMYK:
(0,10,13,20)
C0M10Y13K20 
(0%,10%,13%,20%)
(0.00/0.10/0.13/0.20)	

CMYK percentages

%0
%9.8
%12.75
%20

Codes

Color #CCB8B2 in popluar color models

CCB8B2
RGB204184178
HSL14°20.31%74.90%
HSB/HSV14°12.75%80.00%
CMYK0.00%9.80%12.75%
20.00%

Color #CCB8B2 in popluar number systems.

HEXCCB8B2
Decimal204184178
Binary110011001011100010110010
Octal314270262

Shades and tints

Shades of #CCB8B2

#CCB8B2
(204,184,178)
#BAA8A2
(186,168,162)
#A89892
(168,152,146)
#968882
(150,136,130)
#847872
(132,120,114)
#726862
(114,104,98)
#605852
(96,88,82)
#4E4842
(78,72,66)
#3C3832
(60,56,50)
#2A2822
(42,40,34)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #CCB8B2

#CCB8B2
(204,184,178)
#D0BEB9
(208,190,185)
#D4C4C0
(212,196,192)
#D8CAC7
(216,202,199)
#DCD0CE
(220,208,206)
#E0D6D5
(224,214,213)
#E4DCDC
(228,220,220)
#E8E2E3
(232,226,227)
#ECE8EA
(236,232,234)
#F0EEF1
(240,238,241)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB8B2; }

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

This text font color is #CCB8B2.


Background Color

.myBgColor { background-color: #CCB8B2; }

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

This div background color is #CCB8B2.


Border color

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

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

This div border color is #CCB8B2.


Opacity

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

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

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

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

This text has shadow with #CCB8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB8B2 on black background.


Color preview on white background

This text has color #CCB8B2 on white background.



Black color preview on #CCB8B2 background

This text has black color on #CCB8B2 background.


White color preview on #CCB8B2 background

This text has white color on #CCB8B2 background.