COLOR #CEA87F

HEX: #CEA87F
RGB: (206,168,127)

Color info

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

RGB color model

#CEA87F color RGB value is (206,168,127).

  • red value is 206;
  • green value is 168;
  • blue value is 127.
RGB:
(206,168,127)
(81%,66%,50%)

RGB channels and saturation

R 206 of 255 = 81%
G 168 of 255 = 66%
B 127 of 255 = 50%

206
168
127

R + G + B ~ 66%. #CEA87F is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 168 + 127 = 501 (100%)
R 206 of 501 ~ 41.12%
G 168 of 501 ~ 33.53%
B 127 of 501 ~ 25.35%

%41.12
%33.53
%25.35

CMYK color model

#CEA87F color CMYK value is (0,18,38,19).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 38.35%
  • key color value is 19.22%
CMYK:
(0,18,38,19)
C0M18Y38K19 
(0%,18%,38%,19%)
(0.00/0.18/0.38/0.19)	

CMYK percentages

%0
%18.45
%38.35
%19.22

Codes

Color #CEA87F in popluar color models

CEA87F
RGB206168127
HSL31°44.63%65.29%
HSB/HSV31°38.35%80.78%
CMYK0.00%18.45%38.35%
19.22%

Color #CEA87F in popluar number systems.

HEXCEA87F
Decimal206168127
Binary11001110101010001111111
Octal316250177

Shades and tints

Shades of #CEA87F

#CEA87F
(206,168,127)
#BC9974
(188,153,116)
#AA8A69
(170,138,105)
#987B5E
(152,123,94)
#866C53
(134,108,83)
#745D48
(116,93,72)
#624E3D
(98,78,61)
#503F32
(80,63,50)
#3E3027
(62,48,39)
#2C211C
(44,33,28)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #CEA87F

#CEA87F
(206,168,127)
#D2AF8A
(210,175,138)
#D6B695
(214,182,149)
#DABDA0
(218,189,160)
#DEC4AB
(222,196,171)
#E2CBB6
(226,203,182)
#E6D2C1
(230,210,193)
#EAD9CC
(234,217,204)
#EEE0D7
(238,224,215)
#F2E7E2
(242,231,226)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA87F color. Also use rgb(206,168,127) instead hex code.

Text Font Color

.myTextColor { color: #CEA87F; }

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

This text font color is #CEA87F.


Background Color

.myBgColor { background-color: #CEA87F; }

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

This div background color is #CEA87F.


Border color

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

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

This div border color is #CEA87F.


Opacity

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

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

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

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

This text has shadow with #CEA87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA87F on black background.


Color preview on white background

This text has color #CEA87F on white background.



Black color preview on #CEA87F background

This text has black color on #CEA87F background.


White color preview on #CEA87F background

This text has white color on #CEA87F background.