COLOR #CBAFB0

HEX: #CBAFB0 RGB: (203,175,176)

Color info

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

RGB color model

#CBAFB0 color RGB value is (203,175,176).

RGB: (203,175,176) (80%, 69%, 69%)

RGB channels and saturation

R 203 of 255 = 80%
G 175 of 255 = 69%
B 176 of 255 = 69%

203
175
176

R + G + B ~ 73%. #CBAFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 175 + 176 = 554 (100%)
R 203 of 554 ~ 36.64%
G 175 of 554 ~ 31.59%
B 176 of 554 ~ 31.77'%

%36.64
%31.59
%31.77

CMYK color model

#CBAFB0 color CMYK value is (0,14,13,20).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 13.30%
  • key color value is 20.39%

CMYK: (0,14,13,20)
C0M14Y13K20 (0%, 14%, 13%, 20%)
(0.00 / 0.14 / 0.13 / 0.20)

CMYK percentages

%0
%13.79
%13.3
%20.39

Codes

Color #CBAFB0 in popluar color models

CB AF B0
RGB 203 175 176
HSL 358° 21.21% 74.12%
HSB/HSV 358° 13.79% 79.61%
CMYK 0.00% 13.79% 13.30%
20.39%

Color #CBAFB0 in popluar number systems.

HEX CB AF B0
Decimal 203 175 176
Binary 11001011 10101111 10110000
Octal 313 257 260

Shades and tints

Shades of #CBAFB0

#CBAFB0
(203,175,176)
#B9A0A0
(185,160,160)
#A79190
(167,145,144)
#958280
(149,130,128)
#837370
(131,115,112)
#716460
(113,100,96)
#5F5550
(95,85,80)
#4D4640
(77,70,64)
#3B3730
(59,55,48)
#292820
(41,40,32)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #CBAFB0

#CBAFB0
(203,175,176)
#CFB6B7
(207,182,183)
#D3BDBE
(211,189,190)
#D7C4C5
(215,196,197)
#DBCBCC
(219,203,204)
#DFD2D3
(223,210,211)
#E3D9DA
(227,217,218)
#E7E0E1
(231,224,225)
#EBE7E8
(235,231,232)
#EFEEEF
(239,238,239)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBAFB0; }

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

This text font color is #CBAFB0.

Background Color

.myBgColor { background-color: #CBAFB0; }

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

This div background color is #CBAFB0.

Border color

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

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

This div border color is #CBAFB0.

Opacity

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

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

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

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

This text has shadow with #CBAFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBAFB0.

Preview

Color preview on black background

This text has color #CBAFB0 on black background.


Color preview on white background

This text has color #CBAFB0 on white background.


Black color preview on #CBAFB0 background

This text has black color on #CBAFB0 background.


White color preview on #CBAFB0 background

This text has white color on #CBAFB0 background.


Related colors

Complementary color

Complementary color for #hex is #34504F.


I love getcolorcode.com

Triadic colors

1 #B0CBAF and #AFB0CB with #CBAFB0 are triadic colors.

2 #B0AFCB and #AFCBB0 with #CBAFB0 are triadic colors.