COLOR #CE8A07

HEX: #CE8A07
RGB: (206,138,7)

Color info

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

RGB color model

#CE8A07 color RGB value is (206,138,7).

  • red value is 206;
  • green value is 138;
  • blue value is 7.
RGB:
(206,138,7)
(81%,54%,3%)

RGB channels and saturation

R 206 of 255 = 81%
G 138 of 255 = 54%
B 7 of 255 = 3%

206
138
7

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

Portions of RGB colors in percentages

R + G + B =
206 + 138 + 7 = 351 (100%)
R 206 of 351 ~ 58.69%
G 138 of 351 ~ 39.32%
B 7 of 351 ~ 1.99%

%58.69
%39.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.01%
  • 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
%33.01
%96.6
%19.22

Codes

Color #CE8A07 in popluar color models

CE8A07
RGB2061387
HSL39°93.43%41.76%
HSB/HSV39°96.60%80.78%
CMYK0.00%33.01%96.60%
19.22%

Color #CE8A07 in popluar number systems.

HEXCE8A07
Decimal2061387
Binary1100111010001010111
Octal3162127

Shades and tints

Shades of #CE8A07

#CE8A07
(206,138,7)
#BC7E07
(188,126,7)
#AA7207
(170,114,7)
#986607
(152,102,7)
#865A07
(134,90,7)
#744E07
(116,78,7)
#624207
(98,66,7)
#503607
(80,54,7)
#3E2A07
(62,42,7)
#2C1E07
(44,30,7)
#1A1207
(26,18,7)
#000000
(0,0,0)

Tints of #CE8A07

#CE8A07
(206,138,7)
#D2941D
(210,148,29)
#D69E33
(214,158,51)
#DAA849
(218,168,73)
#DEB25F
(222,178,95)
#E2BC75
(226,188,117)
#E6C68B
(230,198,139)
#EAD0A1
(234,208,161)
#EEDAB7
(238,218,183)
#F2E4CD
(242,228,205)
#F6EEE3
(246,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE8A07; }

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

This text font color is #CE8A07.


Background Color

.myBgColor { background-color: #CE8A07; }

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

This div background color is #CE8A07.


Border color

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

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

This div border color is #CE8A07.


Opacity

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

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

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

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

This text has shadow with #CE8A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE8A07 on black background.


Color preview on white background

This text has color #CE8A07 on white background.



Black color preview on #CE8A07 background

This text has black color on #CE8A07 background.


White color preview on #CE8A07 background

This text has white color on #CE8A07 background.