COLOR #CED18C

HEX: #CED18C
RGB: (206,209,140)

Color info

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

RGB color model

#CED18C color RGB value is (206,209,140).

  • red value is 206;
  • green value is 209;
  • blue value is 140.
RGB:
(206,209,140)
(81%,82%,55%)

RGB channels and saturation

R 206 of 255 = 81%
G 209 of 255 = 82%
B 140 of 255 = 55%

206
209
140

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

Portions of RGB colors in percentages

R + G + B =
206 + 209 + 140 = 555 (100%)
R 206 of 555 ~ 37.12%
G 209 of 555 ~ 37.66%
B 140 of 555 ~ 25.23%

%37.12
%37.66
%25.23

CMYK color model

#CED18C color CMYK value is (1,0,33,18).

  • cyan value is 1.44%
  • magenta value is 0.00%
  • yellow value is 33.01%
  • key color value is 18.04%
CMYK:
(1,0,33,18)
C1M0Y33K18 
(1%,0%,33%,18%)
(0.01/0.00/0.33/0.18)	

CMYK percentages

%1.44
%0
%33.01
%18.04

Codes

Color #CED18C in popluar color models

CED18C
RGB206209140
HSL63°42.86%68.43%
HSB/HSV63°33.01%81.96%
CMYK1.44%0.00%33.01%
18.04%

Color #CED18C in popluar number systems.

HEXCED18C
Decimal206209140
Binary110011101101000110001100
Octal316321214

Shades and tints

Shades of #CED18C

#CED18C
(206,209,140)
#BCBE80
(188,190,128)
#AAAB74
(170,171,116)
#989868
(152,152,104)
#86855C
(134,133,92)
#747250
(116,114,80)
#625F44
(98,95,68)
#504C38
(80,76,56)
#3E392C
(62,57,44)
#2C2620
(44,38,32)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #CED18C

#CED18C
(206,209,140)
#D2D596
(210,213,150)
#D6D9A0
(214,217,160)
#DADDAA
(218,221,170)
#DEE1B4
(222,225,180)
#E2E5BE
(226,229,190)
#E6E9C8
(230,233,200)
#EAEDD2
(234,237,210)
#EEF1DC
(238,241,220)
#F2F5E6
(242,245,230)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED18C color. Also use rgb(206,209,140) instead hex code.

Text Font Color

.myTextColor { color: #CED18C; }

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

This text font color is #CED18C.


Background Color

.myBgColor { background-color: #CED18C; }

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

This div background color is #CED18C.


Border color

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

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

This div border color is #CED18C.


Opacity

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

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

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

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

This text has shadow with #CED18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED18C on black background.


Color preview on white background

This text has color #CED18C on white background.



Black color preview on #CED18C background

This text has black color on #CED18C background.


White color preview on #CED18C background

This text has white color on #CED18C background.