COLOR #CB887F

HEX: #CB887F
RGB: (203,136,127)

Color info

#CB887F contains mainly red color. Web safe color of #CB887F is #CC9966 (or #C96).

RGB color model

#CB887F color RGB value is (203,136,127).

  • red value is 203;
  • green value is 136;
  • blue value is 127.
RGB:
(203,136,127)
(80%,53%,50%)

RGB channels and saturation

R 203 of 255 = 80%
G 136 of 255 = 53%
B 127 of 255 = 50%

203
136
127

R + G + B ~ 61%. #CB887F is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 136 + 127 = 466 (100%)
R 203 of 466 ~ 43.56%
G 136 of 466 ~ 29.18%
B 127 of 466 ~ 27.25%

%43.56
%29.18
%27.25

CMYK color model

#CB887F color CMYK value is (0,33,37,20).

  • cyan value is 0.00%
  • magenta value is 33.00%
  • yellow value is 37.44%
  • key color value is 20.39%
CMYK:
(0,33,37,20)
C0M33Y37K20 
(0%,33%,37%,20%)
(0.00/0.33/0.37/0.20)	

CMYK percentages

%0
%33
%37.44
%20.39

Codes

Color #CB887F in popluar color models

CB887F
RGB203136127
HSL42.22%64.71%
HSB/HSV37.44%79.61%
CMYK0.00%33.00%37.44%
20.39%

Color #CB887F in popluar number systems.

HEXCB887F
Decimal203136127
Binary11001011100010001111111
Octal313210177

Shades and tints

Shades of #CB887F

#CB887F
(203,136,127)
#B97C74
(185,124,116)
#A77069
(167,112,105)
#95645E
(149,100,94)
#835853
(131,88,83)
#714C48
(113,76,72)
#5F403D
(95,64,61)
#4D3432
(77,52,50)
#3B2827
(59,40,39)
#291C1C
(41,28,28)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #CB887F

#CB887F
(203,136,127)
#CF928A
(207,146,138)
#D39C95
(211,156,149)
#D7A6A0
(215,166,160)
#DBB0AB
(219,176,171)
#DFBAB6
(223,186,182)
#E3C4C1
(227,196,193)
#E7CECC
(231,206,204)
#EBD8D7
(235,216,215)
#EFE2E2
(239,226,226)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB887F color. Also use rgb(203,136,127) instead hex code.

Text Font Color

.myTextColor { color: #CB887F; }

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

This text font color is #CB887F.


Background Color

.myBgColor { background-color: #CB887F; }

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

This div background color is #CB887F.


Border color

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

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

This div border color is #CB887F.


Opacity

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

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

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

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

This text has shadow with #CB887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB887F on black background.


Color preview on white background

This text has color #CB887F on white background.



Black color preview on #CB887F background

This text has black color on #CB887F background.


White color preview on #CB887F background

This text has white color on #CB887F background.