COLOR #CBA494

HEX: #CBA494
RGB: (203,164,148)

Color info

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

RGB color model

#CBA494 color RGB value is (203,164,148).

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

RGB channels and saturation

R 203 of 255 = 80%
G 164 of 255 = 64%
B 148 of 255 = 58%

203
164
148

R + G + B ~ 67%. #CBA494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 164 + 148 = 515 (100%)
R 203 of 515 ~ 39.42%
G 164 of 515 ~ 31.84%
B 148 of 515 ~ 28.74%

%39.42
%31.84
%28.74

CMYK color model

#CBA494 color CMYK value is (0,19,27,20).

  • cyan value is 0.00%
  • magenta value is 19.21%
  • yellow value is 27.09%
  • key color value is 20.39%
CMYK:
(0,19,27,20)
C0M19Y27K20 
(0%,19%,27%,20%)
(0.00/0.19/0.27/0.20)	

CMYK percentages

%0
%19.21
%27.09
%20.39

Codes

Color #CBA494 in popluar color models

CBA494
RGB203164148
HSL17°34.59%68.82%
HSB/HSV17°27.09%79.61%
CMYK0.00%19.21%27.09%
20.39%

Color #CBA494 in popluar number systems.

HEXCBA494
Decimal203164148
Binary110010111010010010010100
Octal313244224

Shades and tints

Shades of #CBA494

#CBA494
(203,164,148)
#B99687
(185,150,135)
#A7887A
(167,136,122)
#957A6D
(149,122,109)
#836C60
(131,108,96)
#715E53
(113,94,83)
#5F5046
(95,80,70)
#4D4239
(77,66,57)
#3B342C
(59,52,44)
#29261F
(41,38,31)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #CBA494

#CBA494
(203,164,148)
#CFAC9D
(207,172,157)
#D3B4A6
(211,180,166)
#D7BCAF
(215,188,175)
#DBC4B8
(219,196,184)
#DFCCC1
(223,204,193)
#E3D4CA
(227,212,202)
#E7DCD3
(231,220,211)
#EBE4DC
(235,228,220)
#EFECE5
(239,236,229)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBA494; }

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

This text font color is #CBA494.


Background Color

.myBgColor { background-color: #CBA494; }

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

This div background color is #CBA494.


Border color

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

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

This div border color is #CBA494.


Opacity

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

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

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

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

This text has shadow with #CBA494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBA494 on black background.


Color preview on white background

This text has color #CBA494 on white background.



Black color preview on #CBA494 background

This text has black color on #CBA494 background.


White color preview on #CBA494 background

This text has white color on #CBA494 background.