COLOR #CE9760

HEX: #CE9760
RGB: (206,151,96)

Color info

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

RGB color model

#CE9760 color RGB value is (206,151,96).

  • red value is 206;
  • green value is 151;
  • blue value is 96.
RGB:
(206,151,96)
(81%,59%,38%)

RGB channels and saturation

R 206 of 255 = 81%
G 151 of 255 = 59%
B 96 of 255 = 38%

206
151
96

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

Portions of RGB colors in percentages

R + G + B =
206 + 151 + 96 = 453 (100%)
R 206 of 453 ~ 45.47%
G 151 of 453 ~ 33.33%
B 96 of 453 ~ 21.19%

%45.47
%33.33
%21.19

CMYK color model

#CE9760 color CMYK value is (0,27,53,19).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 53.40%
  • key color value is 19.22%
CMYK:
(0,27,53,19)
C0M27Y53K19 
(0%,27%,53%,19%)
(0.00/0.27/0.53/0.19)	

CMYK percentages

%0
%26.7
%53.4
%19.22

Codes

Color #CE9760 in popluar color models

CE9760
RGB20615196
HSL30°52.88%59.22%
HSB/HSV30°53.40%80.78%
CMYK0.00%26.70%53.40%
19.22%

Color #CE9760 in popluar number systems.

HEXCE9760
Decimal20615196
Binary11001110100101111100000
Octal316227140

Shades and tints

Shades of #CE9760

#CE9760
(206,151,96)
#BC8A58
(188,138,88)
#AA7D50
(170,125,80)
#987048
(152,112,72)
#866340
(134,99,64)
#745638
(116,86,56)
#624930
(98,73,48)
#503C28
(80,60,40)
#3E2F20
(62,47,32)
#2C2218
(44,34,24)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #CE9760

#CE9760
(206,151,96)
#D2A06E
(210,160,110)
#D6A97C
(214,169,124)
#DAB28A
(218,178,138)
#DEBB98
(222,187,152)
#E2C4A6
(226,196,166)
#E6CDB4
(230,205,180)
#EAD6C2
(234,214,194)
#EEDFD0
(238,223,208)
#F2E8DE
(242,232,222)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE9760 color. Also use rgb(206,151,96) instead hex code.

Text Font Color

.myTextColor { color: #CE9760; }

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

This text font color is #CE9760.


Background Color

.myBgColor { background-color: #CE9760; }

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

This div background color is #CE9760.


Border color

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

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

This div border color is #CE9760.


Opacity

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

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

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

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

This text has shadow with #CE9760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9760 on black background.


Color preview on white background

This text has color #CE9760 on white background.



Black color preview on #CE9760 background

This text has black color on #CE9760 background.


White color preview on #CE9760 background

This text has white color on #CE9760 background.