COLOR #CE9763

HEX: #CE9763
RGB: (206,151,99)

Color info

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

RGB color model

#CE9763 color RGB value is (206,151,99).

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

RGB channels and saturation

R 206 of 255 = 81%
G 151 of 255 = 59%
B 99 of 255 = 39%

206
151
99

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

Portions of RGB colors in percentages

R + G + B =
206 + 151 + 99 = 456 (100%)
R 206 of 456 ~ 45.18%
G 151 of 456 ~ 33.11%
B 99 of 456 ~ 21.71%

%45.18
%33.11
%21.71

CMYK color model

#CE9763 color CMYK value is (0,27,52,19).

  • cyan value is 0.00%
  • magenta value is 26.70%
  • yellow value is 51.94%
  • key color value is 19.22%
CMYK:
(0,27,52,19)
C0M27Y52K19 
(0%,27%,52%,19%)
(0.00/0.27/0.52/0.19)	

CMYK percentages

%0
%26.7
%51.94
%19.22

Codes

Color #CE9763 in popluar color models

CE9763
RGB20615199
HSL29°52.20%59.80%
HSB/HSV29°51.94%80.78%
CMYK0.00%26.70%51.94%
19.22%

Color #CE9763 in popluar number systems.

HEXCE9763
Decimal20615199
Binary11001110100101111100011
Octal316227143

Shades and tints

Shades of #CE9763

#CE9763
(206,151,99)
#BC8A5A
(188,138,90)
#AA7D51
(170,125,81)
#987048
(152,112,72)
#86633F
(134,99,63)
#745636
(116,86,54)
#62492D
(98,73,45)
#503C24
(80,60,36)
#3E2F1B
(62,47,27)
#2C2212
(44,34,18)
#1A1509
(26,21,9)
#000000
(0,0,0)

Tints of #CE9763

#CE9763
(206,151,99)
#D2A071
(210,160,113)
#D6A97F
(214,169,127)
#DAB28D
(218,178,141)
#DEBB9B
(222,187,155)
#E2C4A9
(226,196,169)
#E6CDB7
(230,205,183)
#EAD6C5
(234,214,197)
#EEDFD3
(238,223,211)
#F2E8E1
(242,232,225)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9763; }

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

This text font color is #CE9763.


Background Color

.myBgColor { background-color: #CE9763; }

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

This div background color is #CE9763.


Border color

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

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

This div border color is #CE9763.


Opacity

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

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

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

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

This text has shadow with #CE9763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9763 on black background.


Color preview on white background

This text has color #CE9763 on white background.



Black color preview on #CE9763 background

This text has black color on #CE9763 background.


White color preview on #CE9763 background

This text has white color on #CE9763 background.