COLOR #CFBE87

HEX: #CFBE87
RGB: (207,190,135)

Color info

#CFBE87 contains mainly red and green colors. Web safe color of #CFBE87 is #CCCC99 (or #CC9).

RGB color model

#CFBE87 color RGB value is (207,190,135).

  • red value is 207;
  • green value is 190;
  • blue value is 135.
RGB:
(207,190,135)
(81%,75%,53%)

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 135 of 255 = 53%

207
190
135

R + G + B ~ 70%. #CFBE87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 190 + 135 = 532 (100%)
R 207 of 532 ~ 38.91%
G 190 of 532 ~ 35.71%
B 135 of 532 ~ 25.38%

%38.91
%35.71
%25.38

CMYK color model

#CFBE87 color CMYK value is (0,8,35,19).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 34.78%
  • key color value is 18.82%
CMYK:
(0,8,35,19)
C0M8Y35K19 
(0%,8%,35%,19%)
(0.00/0.08/0.35/0.19)	

CMYK percentages

%0
%8.21
%34.78
%18.82

Codes

Color #CFBE87 in popluar color models

CFBE87
RGB207190135
HSL46°42.86%67.06%
HSB/HSV46°34.78%81.18%
CMYK0.00%8.21%34.78%
18.82%

Color #CFBE87 in popluar number systems.

HEXCFBE87
Decimal207190135
Binary110011111011111010000111
Octal317276207

Shades and tints

Shades of #CFBE87

#CFBE87
(207,190,135)
#BDAD7B
(189,173,123)
#AB9C6F
(171,156,111)
#998B63
(153,139,99)
#877A57
(135,122,87)
#75694B
(117,105,75)
#63583F
(99,88,63)
#514733
(81,71,51)
#3F3627
(63,54,39)
#2D251B
(45,37,27)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #CFBE87

#CFBE87
(207,190,135)
#D3C391
(211,195,145)
#D7C89B
(215,200,155)
#DBCDA5
(219,205,165)
#DFD2AF
(223,210,175)
#E3D7B9
(227,215,185)
#E7DCC3
(231,220,195)
#EBE1CD
(235,225,205)
#EFE6D7
(239,230,215)
#F3EBE1
(243,235,225)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBE87 color. Also use rgb(207,190,135) instead hex code.

Text Font Color

.myTextColor { color: #CFBE87; }

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

This text font color is #CFBE87.


Background Color

.myBgColor { background-color: #CFBE87; }

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

This div background color is #CFBE87.


Border color

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

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

This div border color is #CFBE87.


Opacity

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

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

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

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

This text has shadow with #CFBE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFBE87 on black background.


Color preview on white background

This text has color #CFBE87 on white background.



Black color preview on #CFBE87 background

This text has black color on #CFBE87 background.


White color preview on #CFBE87 background

This text has white color on #CFBE87 background.