COLOR #CCB8A8

HEX: #CCB8A8
RGB: (204,184,168)

Color info

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

RGB color model

#CCB8A8 color RGB value is (204,184,168).

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

RGB channels and saturation

R 204 of 255 = 80%
G 184 of 255 = 72%
B 168 of 255 = 66%

204
184
168

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

Portions of RGB colors in percentages

R + G + B =
204 + 184 + 168 = 556 (100%)
R 204 of 556 ~ 36.69%
G 184 of 556 ~ 33.09%
B 168 of 556 ~ 30.22%

%36.69
%33.09
%30.22

CMYK color model

#CCB8A8 color CMYK value is (0,10,18,20).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 17.65%
  • key color value is 20.00%
CMYK:
(0,10,18,20)
C0M10Y18K20 
(0%,10%,18%,20%)
(0.00/0.10/0.18/0.20)	

CMYK percentages

%0
%9.8
%17.65
%20

Codes

Color #CCB8A8 in popluar color models

CCB8A8
RGB204184168
HSL27°26.09%72.94%
HSB/HSV27°17.65%80.00%
CMYK0.00%9.80%17.65%
20.00%

Color #CCB8A8 in popluar number systems.

HEXCCB8A8
Decimal204184168
Binary110011001011100010101000
Octal314270250

Shades and tints

Shades of #CCB8A8

#CCB8A8
(204,184,168)
#BAA899
(186,168,153)
#A8988A
(168,152,138)
#96887B
(150,136,123)
#84786C
(132,120,108)
#72685D
(114,104,93)
#60584E
(96,88,78)
#4E483F
(78,72,63)
#3C3830
(60,56,48)
#2A2821
(42,40,33)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #CCB8A8

#CCB8A8
(204,184,168)
#D0BEAF
(208,190,175)
#D4C4B6
(212,196,182)
#D8CABD
(216,202,189)
#DCD0C4
(220,208,196)
#E0D6CB
(224,214,203)
#E4DCD2
(228,220,210)
#E8E2D9
(232,226,217)
#ECE8E0
(236,232,224)
#F0EEE7
(240,238,231)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB8A8; }

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

This text font color is #CCB8A8.


Background Color

.myBgColor { background-color: #CCB8A8; }

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

This div background color is #CCB8A8.


Border color

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

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

This div border color is #CCB8A8.


Opacity

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

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

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

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

This text has shadow with #CCB8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB8A8 on black background.


Color preview on white background

This text has color #CCB8A8 on white background.



Black color preview on #CCB8A8 background

This text has black color on #CCB8A8 background.


White color preview on #CCB8A8 background

This text has white color on #CCB8A8 background.