COLOR #CEC489

HEX: #CEC489
RGB: (206,196,137)

Color info

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

RGB color model

#CEC489 color RGB value is (206,196,137).

  • red value is 206;
  • green value is 196;
  • blue value is 137.
RGB:
(206,196,137)
(81%,77%,54%)

RGB channels and saturation

R 206 of 255 = 81%
G 196 of 255 = 77%
B 137 of 255 = 54%

206
196
137

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

Portions of RGB colors in percentages

R + G + B =
206 + 196 + 137 = 539 (100%)
R 206 of 539 ~ 38.22%
G 196 of 539 ~ 36.36%
B 137 of 539 ~ 25.42%

%38.22
%36.36
%25.42

CMYK color model

#CEC489 color CMYK value is (0,5,33,19).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 33.50%
  • key color value is 19.22%
CMYK:
(0,5,33,19)
C0M5Y33K19 
(0%,5%,33%,19%)
(0.00/0.05/0.33/0.19)	

CMYK percentages

%0
%4.85
%33.5
%19.22

Codes

Color #CEC489 in popluar color models

CEC489
RGB206196137
HSL51°41.32%67.25%
HSB/HSV51°33.50%80.78%
CMYK0.00%4.85%33.50%
19.22%

Color #CEC489 in popluar number systems.

HEXCEC489
Decimal206196137
Binary110011101100010010001001
Octal316304211

Shades and tints

Shades of #CEC489

#CEC489
(206,196,137)
#BCB37D
(188,179,125)
#AAA271
(170,162,113)
#989165
(152,145,101)
#868059
(134,128,89)
#746F4D
(116,111,77)
#625E41
(98,94,65)
#504D35
(80,77,53)
#3E3C29
(62,60,41)
#2C2B1D
(44,43,29)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #CEC489

#CEC489
(206,196,137)
#D2C993
(210,201,147)
#D6CE9D
(214,206,157)
#DAD3A7
(218,211,167)
#DED8B1
(222,216,177)
#E2DDBB
(226,221,187)
#E6E2C5
(230,226,197)
#EAE7CF
(234,231,207)
#EEECD9
(238,236,217)
#F2F1E3
(242,241,227)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEC489 color. Also use rgb(206,196,137) instead hex code.

Text Font Color

.myTextColor { color: #CEC489; }

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

This text font color is #CEC489.


Background Color

.myBgColor { background-color: #CEC489; }

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

This div background color is #CEC489.


Border color

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

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

This div border color is #CEC489.


Opacity

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

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

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

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

This text has shadow with #CEC489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEC489 on black background.


Color preview on white background

This text has color #CEC489 on white background.



Black color preview on #CEC489 background

This text has black color on #CEC489 background.


White color preview on #CEC489 background

This text has white color on #CEC489 background.