COLOR #CED389

HEX: #CED389
RGB: (206,211,137)

Color info

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

RGB color model

#CED389 color RGB value is (206,211,137).

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

RGB channels and saturation

R 206 of 255 = 81%
G 211 of 255 = 83%
B 137 of 255 = 54%

206
211
137

R + G + B ~ 73%. #CED389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 211 + 137 = 554 (100%)
R 206 of 554 ~ 37.18%
G 211 of 554 ~ 38.09%
B 137 of 554 ~ 24.73%

%37.18
%38.09
%24.73

CMYK color model

#CED389 color CMYK value is (2,0,35,17).

  • cyan value is 2.37%
  • magenta value is 0.00%
  • yellow value is 35.07%
  • key color value is 17.25%
CMYK:
(2,0,35,17)
C2M0Y35K17 
(2%,0%,35%,17%)
(0.02/0.00/0.35/0.17)	

CMYK percentages

%2.37
%0
%35.07
%17.25

Codes

Color #CED389 in popluar color models

CED389
RGB206211137
HSL64°45.68%68.24%
HSB/HSV64°35.07%82.75%
CMYK2.37%0.00%35.07%
17.25%

Color #CED389 in popluar number systems.

HEXCED389
Decimal206211137
Binary110011101101001110001001
Octal316323211

Shades and tints

Shades of #CED389

#CED389
(206,211,137)
#BCC07D
(188,192,125)
#AAAD71
(170,173,113)
#989A65
(152,154,101)
#868759
(134,135,89)
#74744D
(116,116,77)
#626141
(98,97,65)
#504E35
(80,78,53)
#3E3B29
(62,59,41)
#2C281D
(44,40,29)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #CED389

#CED389
(206,211,137)
#D2D793
(210,215,147)
#D6DB9D
(214,219,157)
#DADFA7
(218,223,167)
#DEE3B1
(222,227,177)
#E2E7BB
(226,231,187)
#E6EBC5
(230,235,197)
#EAEFCF
(234,239,207)
#EEF3D9
(238,243,217)
#F2F7E3
(242,247,227)
#F6FBED
(246,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED389; }

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

This text font color is #CED389.


Background Color

.myBgColor { background-color: #CED389; }

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

This div background color is #CED389.


Border color

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

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

This div border color is #CED389.


Opacity

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

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

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

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

This text has shadow with #CED389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED389 on black background.


Color preview on white background

This text has color #CED389 on white background.



Black color preview on #CED389 background

This text has black color on #CED389 background.


White color preview on #CED389 background

This text has white color on #CED389 background.