COLOR #CBB2A6

HEX: #CBB2A6
RGB: (203,178,166)

Color info

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

RGB color model

#CBB2A6 color RGB value is (203,178,166).

  • red value is 203;
  • green value is 178;
  • blue value is 166.
RGB:
(203,178,166)
(80%,70%,65%)

RGB channels and saturation

R 203 of 255 = 80%
G 178 of 255 = 70%
B 166 of 255 = 65%

203
178
166

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

Portions of RGB colors in percentages

R + G + B =
203 + 178 + 166 = 547 (100%)
R 203 of 547 ~ 37.11%
G 178 of 547 ~ 32.54%
B 166 of 547 ~ 30.35%

%37.11
%32.54
%30.35

CMYK color model

#CBB2A6 color CMYK value is (0,12,18,20).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 18.23%
  • key color value is 20.39%
CMYK:
(0,12,18,20)
C0M12Y18K20 
(0%,12%,18%,20%)
(0.00/0.12/0.18/0.20)	

CMYK percentages

%0
%12.32
%18.23
%20.39

Codes

Color #CBB2A6 in popluar color models

CBB2A6
RGB203178166
HSL19°26.24%72.35%
HSB/HSV19°18.23%79.61%
CMYK0.00%12.32%18.23%
20.39%

Color #CBB2A6 in popluar number systems.

HEXCBB2A6
Decimal203178166
Binary110010111011001010100110
Octal313262246

Shades and tints

Shades of #CBB2A6

#CBB2A6
(203,178,166)
#B9A297
(185,162,151)
#A79288
(167,146,136)
#958279
(149,130,121)
#83726A
(131,114,106)
#71625B
(113,98,91)
#5F524C
(95,82,76)
#4D423D
(77,66,61)
#3B322E
(59,50,46)
#29221F
(41,34,31)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #CBB2A6

#CBB2A6
(203,178,166)
#CFB9AE
(207,185,174)
#D3C0B6
(211,192,182)
#D7C7BE
(215,199,190)
#DBCEC6
(219,206,198)
#DFD5CE
(223,213,206)
#E3DCD6
(227,220,214)
#E7E3DE
(231,227,222)
#EBEAE6
(235,234,230)
#EFF1EE
(239,241,238)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB2A6 color. Also use rgb(203,178,166) instead hex code.

Text Font Color

.myTextColor { color: #CBB2A6; }

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

This text font color is #CBB2A6.


Background Color

.myBgColor { background-color: #CBB2A6; }

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

This div background color is #CBB2A6.


Border color

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

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

This div border color is #CBB2A6.


Opacity

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

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

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

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

This text has shadow with #CBB2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB2A6 on black background.


Color preview on white background

This text has color #CBB2A6 on white background.



Black color preview on #CBB2A6 background

This text has black color on #CBB2A6 background.


White color preview on #CBB2A6 background

This text has white color on #CBB2A6 background.