COLOR #CEA376

HEX: #CEA376
RGB: (206,163,118)

Color info

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

RGB color model

#CEA376 color RGB value is (206,163,118).

  • red value is 206;
  • green value is 163;
  • blue value is 118.
RGB:
(206,163,118)
(81%,64%,46%)

RGB channels and saturation

R 206 of 255 = 81%
G 163 of 255 = 64%
B 118 of 255 = 46%

206
163
118

R + G + B ~ 64%. #CEA376 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 163 + 118 = 487 (100%)
R 206 of 487 ~ 42.3%
G 163 of 487 ~ 33.47%
B 118 of 487 ~ 24.23%

%42.3
%33.47
%24.23

CMYK color model

#CEA376 color CMYK value is (0,21,43,19).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 42.72%
  • key color value is 19.22%
CMYK:
(0,21,43,19)
C0M21Y43K19 
(0%,21%,43%,19%)
(0.00/0.21/0.43/0.19)	

CMYK percentages

%0
%20.87
%42.72
%19.22

Codes

Color #CEA376 in popluar color models

CEA376
RGB206163118
HSL31°47.31%63.53%
HSB/HSV31°42.72%80.78%
CMYK0.00%20.87%42.72%
19.22%

Color #CEA376 in popluar number systems.

HEXCEA376
Decimal206163118
Binary11001110101000111110110
Octal316243166

Shades and tints

Shades of #CEA376

#CEA376
(206,163,118)
#BC956C
(188,149,108)
#AA8762
(170,135,98)
#987958
(152,121,88)
#866B4E
(134,107,78)
#745D44
(116,93,68)
#624F3A
(98,79,58)
#504130
(80,65,48)
#3E3326
(62,51,38)
#2C251C
(44,37,28)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #CEA376

#CEA376
(206,163,118)
#D2AB82
(210,171,130)
#D6B38E
(214,179,142)
#DABB9A
(218,187,154)
#DEC3A6
(222,195,166)
#E2CBB2
(226,203,178)
#E6D3BE
(230,211,190)
#EADBCA
(234,219,202)
#EEE3D6
(238,227,214)
#F2EBE2
(242,235,226)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA376 color. Also use rgb(206,163,118) instead hex code.

Text Font Color

.myTextColor { color: #CEA376; }

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

This text font color is #CEA376.


Background Color

.myBgColor { background-color: #CEA376; }

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

This div background color is #CEA376.


Border color

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

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

This div border color is #CEA376.


Opacity

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

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

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

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

This text has shadow with #CEA376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA376 on black background.


Color preview on white background

This text has color #CEA376 on white background.



Black color preview on #CEA376 background

This text has black color on #CEA376 background.


White color preview on #CEA376 background

This text has white color on #CEA376 background.