COLOR #CFB870

HEX: #CFB870
RGB: (207,184,112)

Color info

#CFB870 contains mainly red and green colors. Web safe color of #CFB870 is #CCCC66 (or #CC6).

RGB color model

#CFB870 color RGB value is (207,184,112).

  • red value is 207;
  • green value is 184;
  • blue value is 112.
RGB:
(207,184,112)
(81%,72%,44%)

RGB channels and saturation

R 207 of 255 = 81%
G 184 of 255 = 72%
B 112 of 255 = 44%

207
184
112

R + G + B ~ 66%. #CFB870 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 184 + 112 = 503 (100%)
R 207 of 503 ~ 41.15%
G 184 of 503 ~ 36.58%
B 112 of 503 ~ 22.27%

%41.15
%36.58
%22.27

CMYK color model

#CFB870 color CMYK value is (0,11,46,19).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 45.89%
  • key color value is 18.82%
CMYK:
(0,11,46,19)
C0M11Y46K19 
(0%,11%,46%,19%)
(0.00/0.11/0.46/0.19)	

CMYK percentages

%0
%11.11
%45.89
%18.82

Codes

Color #CFB870 in popluar color models

CFB870
RGB207184112
HSL45°49.74%62.55%
HSB/HSV45°45.89%81.18%
CMYK0.00%11.11%45.89%
18.82%

Color #CFB870 in popluar number systems.

HEXCFB870
Decimal207184112
Binary11001111101110001110000
Octal317270160

Shades and tints

Shades of #CFB870

#CFB870
(207,184,112)
#BDA866
(189,168,102)
#AB985C
(171,152,92)
#998852
(153,136,82)
#877848
(135,120,72)
#75683E
(117,104,62)
#635834
(99,88,52)
#51482A
(81,72,42)
#3F3820
(63,56,32)
#2D2816
(45,40,22)
#1B180C
(27,24,12)
#000000
(0,0,0)

Tints of #CFB870

#CFB870
(207,184,112)
#D3BE7D
(211,190,125)
#D7C48A
(215,196,138)
#DBCA97
(219,202,151)
#DFD0A4
(223,208,164)
#E3D6B1
(227,214,177)
#E7DCBE
(231,220,190)
#EBE2CB
(235,226,203)
#EFE8D8
(239,232,216)
#F3EEE5
(243,238,229)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB870 color. Also use rgb(207,184,112) instead hex code.

Text Font Color

.myTextColor { color: #CFB870; }

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

This text font color is #CFB870.


Background Color

.myBgColor { background-color: #CFB870; }

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

This div background color is #CFB870.


Border color

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

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

This div border color is #CFB870.


Opacity

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

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

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

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

This text has shadow with #CFB870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB870 on black background.


Color preview on white background

This text has color #CFB870 on white background.



Black color preview on #CFB870 background

This text has black color on #CFB870 background.


White color preview on #CFB870 background

This text has white color on #CFB870 background.