COLOR #CFB36E

HEX: #CFB36E
RGB: (207,179,110)

Color info

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

RGB color model

#CFB36E color RGB value is (207,179,110).

  • red value is 207;
  • green value is 179;
  • blue value is 110.
RGB:
(207,179,110)
(81%,70%,43%)

RGB channels and saturation

R 207 of 255 = 81%
G 179 of 255 = 70%
B 110 of 255 = 43%

207
179
110

R + G + B ~ 65%. #CFB36E is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 179 + 110 = 496 (100%)
R 207 of 496 ~ 41.73%
G 179 of 496 ~ 36.09%
B 110 of 496 ~ 22.18%

%41.73
%36.09
%22.18

CMYK color model

#CFB36E color CMYK value is (0,14,47,19).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 46.86%
  • key color value is 18.82%
CMYK:
(0,14,47,19)
C0M14Y47K19 
(0%,14%,47%,19%)
(0.00/0.14/0.47/0.19)	

CMYK percentages

%0
%13.53
%46.86
%18.82

Codes

Color #CFB36E in popluar color models

CFB36E
RGB207179110
HSL43°50.26%62.16%
HSB/HSV43°46.86%81.18%
CMYK0.00%13.53%46.86%
18.82%

Color #CFB36E in popluar number systems.

HEXCFB36E
Decimal207179110
Binary11001111101100111101110
Octal317263156

Shades and tints

Shades of #CFB36E

#CFB36E
(207,179,110)
#BDA364
(189,163,100)
#AB935A
(171,147,90)
#998350
(153,131,80)
#877346
(135,115,70)
#75633C
(117,99,60)
#635332
(99,83,50)
#514328
(81,67,40)
#3F331E
(63,51,30)
#2D2314
(45,35,20)
#1B130A
(27,19,10)
#000000
(0,0,0)

Tints of #CFB36E

#CFB36E
(207,179,110)
#D3B97B
(211,185,123)
#D7BF88
(215,191,136)
#DBC595
(219,197,149)
#DFCBA2
(223,203,162)
#E3D1AF
(227,209,175)
#E7D7BC
(231,215,188)
#EBDDC9
(235,221,201)
#EFE3D6
(239,227,214)
#F3E9E3
(243,233,227)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB36E color. Also use rgb(207,179,110) instead hex code.

Text Font Color

.myTextColor { color: #CFB36E; }

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

This text font color is #CFB36E.


Background Color

.myBgColor { background-color: #CFB36E; }

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

This div background color is #CFB36E.


Border color

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

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

This div border color is #CFB36E.


Opacity

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

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

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

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

This text has shadow with #CFB36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB36E on black background.


Color preview on white background

This text has color #CFB36E on white background.



Black color preview on #CFB36E background

This text has black color on #CFB36E background.


White color preview on #CFB36E background

This text has white color on #CFB36E background.