COLOR #CCB6A8

HEX: #CCB6A8
RGB: (204,182,168)

Color info

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

RGB color model

#CCB6A8 color RGB value is (204,182,168).

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

RGB channels and saturation

R 204 of 255 = 80%
G 182 of 255 = 71%
B 168 of 255 = 66%

204
182
168

R + G + B ~ 72%. #CCB6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 182 + 168 = 554 (100%)
R 204 of 554 ~ 36.82%
G 182 of 554 ~ 32.85%
B 168 of 554 ~ 30.32%

%36.82
%32.85
%30.32

CMYK color model

#CCB6A8 color CMYK value is (0,11,18,20).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 17.65%
  • key color value is 20.00%
CMYK:
(0,11,18,20)
C0M11Y18K20 
(0%,11%,18%,20%)
(0.00/0.11/0.18/0.20)	

CMYK percentages

%0
%10.78
%17.65
%20

Codes

Color #CCB6A8 in popluar color models

CCB6A8
RGB204182168
HSL23°26.09%72.94%
HSB/HSV23°17.65%80.00%
CMYK0.00%10.78%17.65%
20.00%

Color #CCB6A8 in popluar number systems.

HEXCCB6A8
Decimal204182168
Binary110011001011011010101000
Octal314266250

Shades and tints

Shades of #CCB6A8

#CCB6A8
(204,182,168)
#BAA699
(186,166,153)
#A8968A
(168,150,138)
#96867B
(150,134,123)
#84766C
(132,118,108)
#72665D
(114,102,93)
#60564E
(96,86,78)
#4E463F
(78,70,63)
#3C3630
(60,54,48)
#2A2621
(42,38,33)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #CCB6A8

#CCB6A8
(204,182,168)
#D0BCAF
(208,188,175)
#D4C2B6
(212,194,182)
#D8C8BD
(216,200,189)
#DCCEC4
(220,206,196)
#E0D4CB
(224,212,203)
#E4DAD2
(228,218,210)
#E8E0D9
(232,224,217)
#ECE6E0
(236,230,224)
#F0ECE7
(240,236,231)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCB6A8; }

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

This text font color is #CCB6A8.


Background Color

.myBgColor { background-color: #CCB6A8; }

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

This div background color is #CCB6A8.


Border color

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

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

This div border color is #CCB6A8.


Opacity

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

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

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

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

This text has shadow with #CCB6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB6A8 on black background.


Color preview on white background

This text has color #CCB6A8 on white background.



Black color preview on #CCB6A8 background

This text has black color on #CCB6A8 background.


White color preview on #CCB6A8 background

This text has white color on #CCB6A8 background.