COLOR #CEC686

HEX: #CEC686 RGB: (206,198,134)

Color info

#CEC686 contains mainly red and green colors. Web safe color of #CEC686 is #CCCC99 (or #CC9).

RGB color model

#CEC686 color RGB value is (206,198,134).

RGB: (206,198,134) (81%, 78%, 53%)

RGB channels and saturation

R 206 of 255 = 81%
G 198 of 255 = 78%
B 134 of 255 = 53%

206
198
134

R + G + B ~ 71%. #CEC686 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 198 + 134 = 538 (100%)
R 206 of 538 ~ 38.29%
G 198 of 538 ~ 36.8%
B 134 of 538 ~ 24.91'%

%38.29
%36.8
%24.91

CMYK color model

#CEC686 color CMYK value is (0,4,35,19).

  • cyan value is 0.00%
  • magenta value is 3.88%
  • yellow value is 34.95%
  • key color value is 19.22%

CMYK: (0,4,35,19)
C0M4Y35K19 (0%, 4%, 35%, 19%)
(0.00 / 0.04 / 0.35 / 0.19)

CMYK percentages

%0
%3.88
%34.95
%19.22

Codes

Color #CEC686 in popluar color models

CE C6 86
RGB 206 198 134
HSL 53° 42.35% 66.67%
HSB/HSV 53° 34.95% 80.78%
CMYK 0.00% 3.88% 34.95%
19.22%

Color #CEC686 in popluar number systems.

HEX CE C6 86
Decimal 206 198 134
Binary 11001110 11000110 10000110
Octal 316 306 206

Shades and tints

Shades of #CEC686

#CEC686
(206,198,134)
#BCB47A
(188,180,122)
#AAA26E
(170,162,110)
#989062
(152,144,98)
#867E56
(134,126,86)
#746C4A
(116,108,74)
#625A3E
(98,90,62)
#504832
(80,72,50)
#3E3626
(62,54,38)
#2C241A
(44,36,26)
#1A120E
(26,18,14)
#000000
(0,0,0)

Tints of #CEC686

#CEC686
(206,198,134)
#D2CB91
(210,203,145)
#D6D09C
(214,208,156)
#DAD5A7
(218,213,167)
#DEDAB2
(222,218,178)
#E2DFBD
(226,223,189)
#E6E4C8
(230,228,200)
#EAE9D3
(234,233,211)
#EEEEDE
(238,238,222)
#F2F3E9
(242,243,233)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC686 color. Also use rgb(206,198,134) instead hex code.

Text Font Color

.myTextColor { color: #CEC686; }

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

This text font color is #CEC686.

Background Color

.myBgColor { background-color: #CEC686; }

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

This div background color is #CEC686.

Border color

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

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

This div border color is #CEC686.

Opacity

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

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

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

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

This text has shadow with #CEC686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEC686.

Preview

Color preview on black background

This text has color #CEC686 on black background.


Color preview on white background

This text has color #CEC686 on white background.


Black color preview on #CEC686 background

This text has black color on #CEC686 background.


White color preview on #CEC686 background

This text has white color on #CEC686 background.


Related colors

Complementary color

Complementary color for #hex is #313979.


I love getcolorcode.com

Triadic colors

1 #86CEC6 and #C686CE with #CEC686 are triadic colors.

2 #86C6CE and #C6CE86 with #CEC686 are triadic colors.