COLOR #CED6BD

HEX: #CED6BD
RGB: (206,214,189)

Color info

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

RGB color model

#CED6BD color RGB value is (206,214,189).

  • red value is 206;
  • green value is 214;
  • blue value is 189.
RGB:
(206,214,189)
(81%,84%,74%)

RGB channels and saturation

R 206 of 255 = 81%
G 214 of 255 = 84%
B 189 of 255 = 74%

206
214
189

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

Portions of RGB colors in percentages

R + G + B =
206 + 214 + 189 = 609 (100%)
R 206 of 609 ~ 33.83%
G 214 of 609 ~ 35.14%
B 189 of 609 ~ 31.03%

%33.83
%35.14
%31.03

CMYK color model

#CED6BD color CMYK value is (4,0,12,16).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 16.08%
CMYK:
(4,0,12,16)
C4M0Y12K16 
(4%,0%,12%,16%)
(0.04/0.00/0.12/0.16)	

CMYK percentages

%3.74
%0
%11.68
%16.08

Codes

Color #CED6BD in popluar color models

CED6BD
RGB206214189
HSL79°23.36%79.02%
HSB/HSV79°11.68%83.92%
CMYK3.74%0.00%11.68%
16.08%

Color #CED6BD in popluar number systems.

HEXCED6BD
Decimal206214189
Binary110011101101011010111101
Octal316326275

Shades and tints

Shades of #CED6BD

#CED6BD
(206,214,189)
#BCC3AC
(188,195,172)
#AAB09B
(170,176,155)
#989D8A
(152,157,138)
#868A79
(134,138,121)
#747768
(116,119,104)
#626457
(98,100,87)
#505146
(80,81,70)
#3E3E35
(62,62,53)
#2C2B24
(44,43,36)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #CED6BD

#CED6BD
(206,214,189)
#D2D9C3
(210,217,195)
#D6DCC9
(214,220,201)
#DADFCF
(218,223,207)
#DEE2D5
(222,226,213)
#E2E5DB
(226,229,219)
#E6E8E1
(230,232,225)
#EAEBE7
(234,235,231)
#EEEEED
(238,238,237)
#F2F1F3
(242,241,243)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED6BD color. Also use rgb(206,214,189) instead hex code.

Text Font Color

.myTextColor { color: #CED6BD; }

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

This text font color is #CED6BD.


Background Color

.myBgColor { background-color: #CED6BD; }

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

This div background color is #CED6BD.


Border color

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

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

This div border color is #CED6BD.


Opacity

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

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

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

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

This text has shadow with #CED6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED6BD on black background.


Color preview on white background

This text has color #CED6BD on white background.



Black color preview on #CED6BD background

This text has black color on #CED6BD background.


White color preview on #CED6BD background

This text has white color on #CED6BD background.