COLOR #CED9BE

HEX: #CED9BE
RGB: (206,217,190)

Color info

#CED9BE contains red, green and blue colors in about the same proportion. Web safe color of #CED9BE is #CCCCCC (or #CCC).

RGB color model

#CED9BE color RGB value is (206,217,190).

  • red value is 206;
  • green value is 217;
  • blue value is 190.
RGB:
(206,217,190)
(81%,85%,75%)

RGB channels and saturation

R 206 of 255 = 81%
G 217 of 255 = 85%
B 190 of 255 = 75%

206
217
190

R + G + B ~ 80%. #CED9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 217 + 190 = 613 (100%)
R 206 of 613 ~ 33.61%
G 217 of 613 ~ 35.4%
B 190 of 613 ~ 31%

%33.61
%35.4
%31

CMYK color model

#CED9BE color CMYK value is (5,0,12,15).

  • cyan value is 5.07%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(5,0,12,15)
C5M0Y12K15 
(5%,0%,12%,15%)
(0.05/0.00/0.12/0.15)	

CMYK percentages

%5.07
%0
%12.44
%14.9

Codes

Color #CED9BE in popluar color models

CED9BE
RGB206217190
HSL84°26.21%79.80%
HSB/HSV84°12.44%85.10%
CMYK5.07%0.00%12.44%
14.90%

Color #CED9BE in popluar number systems.

HEXCED9BE
Decimal206217190
Binary110011101101100110111110
Octal316331276

Shades and tints

Shades of #CED9BE

#CED9BE
(206,217,190)
#BCC6AD
(188,198,173)
#AAB39C
(170,179,156)
#98A08B
(152,160,139)
#868D7A
(134,141,122)
#747A69
(116,122,105)
#626758
(98,103,88)
#505447
(80,84,71)
#3E4136
(62,65,54)
#2C2E25
(44,46,37)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #CED9BE

#CED9BE
(206,217,190)
#D2DCC3
(210,220,195)
#D6DFC8
(214,223,200)
#DAE2CD
(218,226,205)
#DEE5D2
(222,229,210)
#E2E8D7
(226,232,215)
#E6EBDC
(230,235,220)
#EAEEE1
(234,238,225)
#EEF1E6
(238,241,230)
#F2F4EB
(242,244,235)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED9BE color. Also use rgb(206,217,190) instead hex code.

Text Font Color

.myTextColor { color: #CED9BE; }

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

This text font color is #CED9BE.


Background Color

.myBgColor { background-color: #CED9BE; }

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

This div background color is #CED9BE.


Border color

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

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

This div border color is #CED9BE.


Opacity

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

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

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

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

This text has shadow with #CED9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED9BE on black background.


Color preview on white background

This text has color #CED9BE on white background.



Black color preview on #CED9BE background

This text has black color on #CED9BE background.


White color preview on #CED9BE background

This text has white color on #CED9BE background.