COLOR #CBAAB0

HEX: #CBAAB0
RGB: (203,170,176)

Color info

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

RGB color model

#CBAAB0 color RGB value is (203,170,176).

  • red value is 203;
  • green value is 170;
  • blue value is 176.
RGB:
(203,170,176)
(80%,67%,69%)

RGB channels and saturation

R 203 of 255 = 80%
G 170 of 255 = 67%
B 176 of 255 = 69%

203
170
176

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

Portions of RGB colors in percentages

R + G + B =
203 + 170 + 176 = 549 (100%)
R 203 of 549 ~ 36.98%
G 170 of 549 ~ 30.97%
B 176 of 549 ~ 32.06%

%36.98
%30.97
%32.06

CMYK color model

#CBAAB0 color CMYK value is (0,16,13,20).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 13.30%
  • key color value is 20.39%
CMYK:
(0,16,13,20)
C0M16Y13K20 
(0%,16%,13%,20%)
(0.00/0.16/0.13/0.20)	

CMYK percentages

%0
%16.26
%13.3
%20.39

Codes

Color #CBAAB0 in popluar color models

CBAAB0
RGB203170176
HSL349°24.09%73.14%
HSB/HSV349°16.26%79.61%
CMYK0.00%16.26%13.30%
20.39%

Color #CBAAB0 in popluar number systems.

HEXCBAAB0
Decimal203170176
Binary110010111010101010110000
Octal313252260

Shades and tints

Shades of #CBAAB0

#CBAAB0
(203,170,176)
#B99BA0
(185,155,160)
#A78C90
(167,140,144)
#957D80
(149,125,128)
#836E70
(131,110,112)
#715F60
(113,95,96)
#5F5050
(95,80,80)
#4D4140
(77,65,64)
#3B3230
(59,50,48)
#292320
(41,35,32)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #CBAAB0

#CBAAB0
(203,170,176)
#CFB1B7
(207,177,183)
#D3B8BE
(211,184,190)
#D7BFC5
(215,191,197)
#DBC6CC
(219,198,204)
#DFCDD3
(223,205,211)
#E3D4DA
(227,212,218)
#E7DBE1
(231,219,225)
#EBE2E8
(235,226,232)
#EFE9EF
(239,233,239)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBAAB0 color. Also use rgb(203,170,176) instead hex code.

Text Font Color

.myTextColor { color: #CBAAB0; }

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

This text font color is #CBAAB0.


Background Color

.myBgColor { background-color: #CBAAB0; }

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

This div background color is #CBAAB0.


Border color

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

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

This div border color is #CBAAB0.


Opacity

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

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

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

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

This text has shadow with #CBAAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBAAB0 on black background.


Color preview on white background

This text has color #CBAAB0 on white background.



Black color preview on #CBAAB0 background

This text has black color on #CBAAB0 background.


White color preview on #CBAAB0 background

This text has white color on #CBAAB0 background.