COLOR #CEA68D

HEX: #CEA68D
RGB: (206,166,141)

Color info

#CEA68D contains mainly red and green colors. Web safe color of #CEA68D is #CC9999 (or #C99).

RGB color model

#CEA68D color RGB value is (206,166,141).

  • red value is 206;
  • green value is 166;
  • blue value is 141.
RGB:
(206,166,141)
(81%,65%,55%)

RGB channels and saturation

R 206 of 255 = 81%
G 166 of 255 = 65%
B 141 of 255 = 55%

206
166
141

R + G + B ~ 67%. #CEA68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 166 + 141 = 513 (100%)
R 206 of 513 ~ 40.16%
G 166 of 513 ~ 32.36%
B 141 of 513 ~ 27.49%

%40.16
%32.36
%27.49

CMYK color model

#CEA68D color CMYK value is (0,19,32,19).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 31.55%
  • key color value is 19.22%
CMYK:
(0,19,32,19)
C0M19Y32K19 
(0%,19%,32%,19%)
(0.00/0.19/0.32/0.19)	

CMYK percentages

%0
%19.42
%31.55
%19.22

Codes

Color #CEA68D in popluar color models

CEA68D
RGB206166141
HSL23°39.88%68.04%
HSB/HSV23°31.55%80.78%
CMYK0.00%19.42%31.55%
19.22%

Color #CEA68D in popluar number systems.

HEXCEA68D
Decimal206166141
Binary110011101010011010001101
Octal316246215

Shades and tints

Shades of #CEA68D

#CEA68D
(206,166,141)
#BC9781
(188,151,129)
#AA8875
(170,136,117)
#987969
(152,121,105)
#866A5D
(134,106,93)
#745B51
(116,91,81)
#624C45
(98,76,69)
#503D39
(80,61,57)
#3E2E2D
(62,46,45)
#2C1F21
(44,31,33)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #CEA68D

#CEA68D
(206,166,141)
#D2AE97
(210,174,151)
#D6B6A1
(214,182,161)
#DABEAB
(218,190,171)
#DEC6B5
(222,198,181)
#E2CEBF
(226,206,191)
#E6D6C9
(230,214,201)
#EADED3
(234,222,211)
#EEE6DD
(238,230,221)
#F2EEE7
(242,238,231)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEA68D color. Also use rgb(206,166,141) instead hex code.

Text Font Color

.myTextColor { color: #CEA68D; }

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

This text font color is #CEA68D.


Background Color

.myBgColor { background-color: #CEA68D; }

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

This div background color is #CEA68D.


Border color

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

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

This div border color is #CEA68D.


Opacity

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

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

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

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

This text has shadow with #CEA68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEA68D on black background.


Color preview on white background

This text has color #CEA68D on white background.



Black color preview on #CEA68D background

This text has black color on #CEA68D background.


White color preview on #CEA68D background

This text has white color on #CEA68D background.