COLOR #CBA393

HEX: #CBA393
RGB: (203,163,147)

Color info

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

RGB color model

#CBA393 color RGB value is (203,163,147).

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

RGB channels and saturation

R 203 of 255 = 80%
G 163 of 255 = 64%
B 147 of 255 = 58%

203
163
147

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

Portions of RGB colors in percentages

R + G + B =
203 + 163 + 147 = 513 (100%)
R 203 of 513 ~ 39.57%
G 163 of 513 ~ 31.77%
B 147 of 513 ~ 28.65%

%39.57
%31.77
%28.65

CMYK color model

#CBA393 color CMYK value is (0,20,28,20).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 27.59%
  • key color value is 20.39%
CMYK:
(0,20,28,20)
C0M20Y28K20 
(0%,20%,28%,20%)
(0.00/0.20/0.28/0.20)	

CMYK percentages

%0
%19.7
%27.59
%20.39

Codes

Color #CBA393 in popluar color models

CBA393
RGB203163147
HSL17°35.00%68.63%
HSB/HSV17°27.59%79.61%
CMYK0.00%19.70%27.59%
20.39%

Color #CBA393 in popluar number systems.

HEXCBA393
Decimal203163147
Binary110010111010001110010011
Octal313243223

Shades and tints

Shades of #CBA393

#CBA393
(203,163,147)
#B99586
(185,149,134)
#A78779
(167,135,121)
#95796C
(149,121,108)
#836B5F
(131,107,95)
#715D52
(113,93,82)
#5F4F45
(95,79,69)
#4D4138
(77,65,56)
#3B332B
(59,51,43)
#29251E
(41,37,30)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #CBA393

#CBA393
(203,163,147)
#CFAB9C
(207,171,156)
#D3B3A5
(211,179,165)
#D7BBAE
(215,187,174)
#DBC3B7
(219,195,183)
#DFCBC0
(223,203,192)
#E3D3C9
(227,211,201)
#E7DBD2
(231,219,210)
#EBE3DB
(235,227,219)
#EFEBE4
(239,235,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBA393 color. Also use rgb(203,163,147) instead hex code.

Text Font Color

.myTextColor { color: #CBA393; }

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

This text font color is #CBA393.


Background Color

.myBgColor { background-color: #CBA393; }

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

This div background color is #CBA393.


Border color

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

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

This div border color is #CBA393.


Opacity

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

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

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

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

This text has shadow with #CBA393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBA393 on black background.


Color preview on white background

This text has color #CBA393 on white background.



Black color preview on #CBA393 background

This text has black color on #CBA393 background.


White color preview on #CBA393 background

This text has white color on #CBA393 background.