COLOR #CBB2A4

HEX: #CBB2A4
RGB: (203,178,164)

Color info

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

RGB color model

#CBB2A4 color RGB value is (203,178,164).

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

RGB channels and saturation

R 203 of 255 = 80%
G 178 of 255 = 70%
B 164 of 255 = 64%

203
178
164

R + G + B ~ 71%. #CBB2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 178 + 164 = 545 (100%)
R 203 of 545 ~ 37.25%
G 178 of 545 ~ 32.66%
B 164 of 545 ~ 30.09%

%37.25
%32.66
%30.09

CMYK color model

#CBB2A4 color CMYK value is (0,12,19,20).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 19.21%
  • key color value is 20.39%
CMYK:
(0,12,19,20)
C0M12Y19K20 
(0%,12%,19%,20%)
(0.00/0.12/0.19/0.20)	

CMYK percentages

%0
%12.32
%19.21
%20.39

Codes

Color #CBB2A4 in popluar color models

CBB2A4
RGB203178164
HSL22°27.27%71.96%
HSB/HSV22°19.21%79.61%
CMYK0.00%12.32%19.21%
20.39%

Color #CBB2A4 in popluar number systems.

HEXCBB2A4
Decimal203178164
Binary110010111011001010100100
Octal313262244

Shades and tints

Shades of #CBB2A4

#CBB2A4
(203,178,164)
#B9A296
(185,162,150)
#A79288
(167,146,136)
#95827A
(149,130,122)
#83726C
(131,114,108)
#71625E
(113,98,94)
#5F5250
(95,82,80)
#4D4242
(77,66,66)
#3B3234
(59,50,52)
#292226
(41,34,38)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #CBB2A4

#CBB2A4
(203,178,164)
#CFB9AC
(207,185,172)
#D3C0B4
(211,192,180)
#D7C7BC
(215,199,188)
#DBCEC4
(219,206,196)
#DFD5CC
(223,213,204)
#E3DCD4
(227,220,212)
#E7E3DC
(231,227,220)
#EBEAE4
(235,234,228)
#EFF1EC
(239,241,236)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB2A4; }

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

This text font color is #CBB2A4.


Background Color

.myBgColor { background-color: #CBB2A4; }

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

This div background color is #CBB2A4.


Border color

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

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

This div border color is #CBB2A4.


Opacity

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

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

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

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

This text has shadow with #CBB2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB2A4 on black background.


Color preview on white background

This text has color #CBB2A4 on white background.



Black color preview on #CBB2A4 background

This text has black color on #CBB2A4 background.


White color preview on #CBB2A4 background

This text has white color on #CBB2A4 background.