COLOR #CBA5B3

HEX: #CBA5B3
RGB: (203,165,179)

Color info

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

RGB color model

#CBA5B3 color RGB value is (203,165,179).

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

RGB channels and saturation

R 203 of 255 = 80%
G 165 of 255 = 65%
B 179 of 255 = 70%

203
165
179

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

Portions of RGB colors in percentages

R + G + B =
203 + 165 + 179 = 547 (100%)
R 203 of 547 ~ 37.11%
G 165 of 547 ~ 30.16%
B 179 of 547 ~ 32.72%

%37.11
%30.16
%32.72

CMYK color model

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

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

CMYK percentages

%0
%18.72
%11.82
%20.39

Codes

Color #CBA5B3 in popluar color models

CBA5B3
RGB203165179
HSL338°26.76%72.16%
HSB/HSV338°18.72%79.61%
CMYK0.00%18.72%11.82%
20.39%

Color #CBA5B3 in popluar number systems.

HEXCBA5B3
Decimal203165179
Binary110010111010010110110011
Octal313245263

Shades and tints

Shades of #CBA5B3

#CBA5B3
(203,165,179)
#B996A3
(185,150,163)
#A78793
(167,135,147)
#957883
(149,120,131)
#836973
(131,105,115)
#715A63
(113,90,99)
#5F4B53
(95,75,83)
#4D3C43
(77,60,67)
#3B2D33
(59,45,51)
#291E23
(41,30,35)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #CBA5B3

#CBA5B3
(203,165,179)
#CFADB9
(207,173,185)
#D3B5BF
(211,181,191)
#D7BDC5
(215,189,197)
#DBC5CB
(219,197,203)
#DFCDD1
(223,205,209)
#E3D5D7
(227,213,215)
#E7DDDD
(231,221,221)
#EBE5E3
(235,229,227)
#EFEDE9
(239,237,233)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBA5B3 color. Also use rgb(203,165,179) instead hex code.

Text Font Color

.myTextColor { color: #CBA5B3; }

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

This text font color is #CBA5B3.


Background Color

.myBgColor { background-color: #CBA5B3; }

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

This div background color is #CBA5B3.


Border color

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

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

This div border color is #CBA5B3.


Opacity

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

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

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

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

This text has shadow with #CBA5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBA5B3 on black background.


Color preview on white background

This text has color #CBA5B3 on white background.



Black color preview on #CBA5B3 background

This text has black color on #CBA5B3 background.


White color preview on #CBA5B3 background

This text has white color on #CBA5B3 background.