COLOR #CFB289

HEX: #CFB289
RGB: (207,178,137)

Color info

#CFB289 contains mainly red and green colors. Web safe color of #CFB289 is #CC9999 (or #C99).

RGB color model

#CFB289 color RGB value is (207,178,137).

  • red value is 207;
  • green value is 178;
  • blue value is 137.
RGB:
(207,178,137)
(81%,70%,54%)

RGB channels and saturation

R 207 of 255 = 81%
G 178 of 255 = 70%
B 137 of 255 = 54%

207
178
137

R + G + B ~ 68%. #CFB289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 178 + 137 = 522 (100%)
R 207 of 522 ~ 39.66%
G 178 of 522 ~ 34.1%
B 137 of 522 ~ 26.25%

%39.66
%34.1
%26.25

CMYK color model

#CFB289 color CMYK value is (0,14,34,19).

  • cyan value is 0.00%
  • magenta value is 14.01%
  • yellow value is 33.82%
  • key color value is 18.82%
CMYK:
(0,14,34,19)
C0M14Y34K19 
(0%,14%,34%,19%)
(0.00/0.14/0.34/0.19)	

CMYK percentages

%0
%14.01
%33.82
%18.82

Codes

Color #CFB289 in popluar color models

CFB289
RGB207178137
HSL35°42.17%67.45%
HSB/HSV35°33.82%81.18%
CMYK0.00%14.01%33.82%
18.82%

Color #CFB289 in popluar number systems.

HEXCFB289
Decimal207178137
Binary110011111011001010001001
Octal317262211

Shades and tints

Shades of #CFB289

#CFB289
(207,178,137)
#BDA27D
(189,162,125)
#AB9271
(171,146,113)
#998265
(153,130,101)
#877259
(135,114,89)
#75624D
(117,98,77)
#635241
(99,82,65)
#514235
(81,66,53)
#3F3229
(63,50,41)
#2D221D
(45,34,29)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #CFB289

#CFB289
(207,178,137)
#D3B993
(211,185,147)
#D7C09D
(215,192,157)
#DBC7A7
(219,199,167)
#DFCEB1
(223,206,177)
#E3D5BB
(227,213,187)
#E7DCC5
(231,220,197)
#EBE3CF
(235,227,207)
#EFEAD9
(239,234,217)
#F3F1E3
(243,241,227)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB289 color. Also use rgb(207,178,137) instead hex code.

Text Font Color

.myTextColor { color: #CFB289; }

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

This text font color is #CFB289.


Background Color

.myBgColor { background-color: #CFB289; }

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

This div background color is #CFB289.


Border color

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

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

This div border color is #CFB289.


Opacity

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

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

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

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

This text has shadow with #CFB289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB289 on black background.


Color preview on white background

This text has color #CFB289 on white background.



Black color preview on #CFB289 background

This text has black color on #CFB289 background.


White color preview on #CFB289 background

This text has white color on #CFB289 background.