COLOR #CB987D

HEX: #CB987D
RGB: (203,152,125)

Color info

#CB987D contains mainly red and green colors. Web safe color of #CB987D is #CC9966 (or #C96).

RGB color model

#CB987D color RGB value is (203,152,125).

  • red value is 203;
  • green value is 152;
  • blue value is 125.
RGB:
(203,152,125)
(80%,60%,49%)

RGB channels and saturation

R 203 of 255 = 80%
G 152 of 255 = 60%
B 125 of 255 = 49%

203
152
125

R + G + B ~ 63%. #CB987D is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 152 + 125 = 480 (100%)
R 203 of 480 ~ 42.29%
G 152 of 480 ~ 31.67%
B 125 of 480 ~ 26.04%

%42.29
%31.67
%26.04

CMYK color model

#CB987D color CMYK value is (0,25,38,20).

  • cyan value is 0.00%
  • magenta value is 25.12%
  • yellow value is 38.42%
  • key color value is 20.39%
CMYK:
(0,25,38,20)
C0M25Y38K20 
(0%,25%,38%,20%)
(0.00/0.25/0.38/0.20)	

CMYK percentages

%0
%25.12
%38.42
%20.39

Codes

Color #CB987D in popluar color models

CB987D
RGB203152125
HSL21°42.86%64.31%
HSB/HSV21°38.42%79.61%
CMYK0.00%25.12%38.42%
20.39%

Color #CB987D in popluar number systems.

HEXCB987D
Decimal203152125
Binary11001011100110001111101
Octal313230175

Shades and tints

Shades of #CB987D

#CB987D
(203,152,125)
#B98B72
(185,139,114)
#A77E67
(167,126,103)
#95715C
(149,113,92)
#836451
(131,100,81)
#715746
(113,87,70)
#5F4A3B
(95,74,59)
#4D3D30
(77,61,48)
#3B3025
(59,48,37)
#29231A
(41,35,26)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #CB987D

#CB987D
(203,152,125)
#CFA188
(207,161,136)
#D3AA93
(211,170,147)
#D7B39E
(215,179,158)
#DBBCA9
(219,188,169)
#DFC5B4
(223,197,180)
#E3CEBF
(227,206,191)
#E7D7CA
(231,215,202)
#EBE0D5
(235,224,213)
#EFE9E0
(239,233,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB987D color. Also use rgb(203,152,125) instead hex code.

Text Font Color

.myTextColor { color: #CB987D; }

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

This text font color is #CB987D.


Background Color

.myBgColor { background-color: #CB987D; }

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

This div background color is #CB987D.


Border color

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

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

This div border color is #CB987D.


Opacity

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

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

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

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

This text has shadow with #CB987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB987D on black background.


Color preview on white background

This text has color #CB987D on white background.



Black color preview on #CB987D background

This text has black color on #CB987D background.


White color preview on #CB987D background

This text has white color on #CB987D background.