COLOR #CE8B07

HEX: #CE8B07 RGB: (206,139,7)

Color info

#CE8B07 contains mainly red color. Web safe color of #CE8B07 is #CC9900 (or #C90).

RGB color model

#CE8B07 color RGB value is (206,139,7).

RGB: (206,139,7) (81%, 55%, 3%)

RGB channels and saturation

R 206 of 255 = 81%
G 139 of 255 = 55%
B 7 of 255 = 3%

206
139
7

R + G + B ~ 46%. #CE8B07 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 206 + 139 + 7 = 352 (100%)
R 206 of 352 ~ 58.52%
G 139 of 352 ~ 39.49%
B 7 of 352 ~ 1.99'%

%58.52
%39.49

CMYK color model

#CE8B07 color CMYK value is (0,33,97,19).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 96.60%
  • key color value is 19.22%

CMYK: (0,33,97,19)
C0M33Y97K19 (0%, 33%, 97%, 19%)
(0.00 / 0.33 / 0.97 / 0.19)

CMYK percentages

%0
%32.52
%96.6
%19.22

Codes

Color #CE8B07 in popluar color models

CE 8B 07
RGB 206 139 7
HSL 40° 93.43% 41.76%
HSB/HSV 40° 96.60% 80.78%
CMYK 0.00% 32.52% 96.60%
19.22%

Color #CE8B07 in popluar number systems.

HEX CE 8B 07
Decimal 206 139 7
Binary 11001110 10001011 111
Octal 316 213 7

Shades and tints

Shades of #CE8B07

#CE8B07
(206,139,7)
#BC7F07
(188,127,7)
#AA7307
(170,115,7)
#986707
(152,103,7)
#865B07
(134,91,7)
#744F07
(116,79,7)
#624307
(98,67,7)
#503707
(80,55,7)
#3E2B07
(62,43,7)
#2C1F07
(44,31,7)
#1A1307
(26,19,7)
#000000
(0,0,0)

Tints of #CE8B07

#CE8B07
(206,139,7)
#D2951D
(210,149,29)
#D69F33
(214,159,51)
#DAA949
(218,169,73)
#DEB35F
(222,179,95)
#E2BD75
(226,189,117)
#E6C78B
(230,199,139)
#EAD1A1
(234,209,161)
#EEDBB7
(238,219,183)
#F2E5CD
(242,229,205)
#F6EFE3
(246,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE8B07 color. Also use rgb(206,139,7) instead hex code.

Text Font Color

.myTextColor { color: #CE8B07; }

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

This text font color is #CE8B07.

Background Color

.myBgColor { background-color: #CE8B07; }

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

This div background color is #CE8B07.

Border color

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

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

This div border color is #CE8B07.

Opacity

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

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

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

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

This text has shadow with #CE8B07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE8B07.

Preview

Color preview on black background

This text has color #CE8B07 on black background.


Color preview on white background

This text has color #CE8B07 on white background.


Black color preview on #CE8B07 background

This text has black color on #CE8B07 background.


White color preview on #CE8B07 background

This text has white color on #CE8B07 background.


Related colors

Complementary color

Complementary color for #hex is #3174F8.


I love getcolorcode.com

Triadic colors

1 #07CE8B and #8B07CE with #CE8B07 are triadic colors.

2 #078BCE and #8BCE07 with #CE8B07 are triadic colors.