COLOR #CED6DA

HEX: #CED6DA RGB: (206,214,218)

Color info

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

RGB color model

#CED6DA color RGB value is (206,214,218).

RGB: (206,214,218) (81%, 84%, 85%)

RGB channels and saturation

R 206 of 255 = 81%
G 214 of 255 = 84%
B 218 of 255 = 85%

206
214
218

R + G + B ~ 83%. #CED6DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 214 + 218 = 638 (100%)
R 206 of 638 ~ 32.29%
G 214 of 638 ~ 33.54%
B 218 of 638 ~ 34.17'%

%32.29
%33.54
%34.17

CMYK color model

#CED6DA color CMYK value is (6,2,0,15).

  • cyan value is 5.50%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (6,2,0,15)
C6M2Y0K15 (6%, 2%, 0%, 15%)
(0.06 / 0.02 / 0.00 / 0.15)

CMYK percentages

%5.5
%1.83
%0
%14.51

Codes

Color #CED6DA in popluar color models

CE D6 DA
RGB 206 214 218
HSL 200° 13.95% 83.14%
HSB/HSV 200° 5.50% 85.49%
CMYK 5.50% 1.83% 0.00%
14.51%

Color #CED6DA in popluar number systems.

HEX CE D6 DA
Decimal 206 214 218
Binary 11001110 11010110 11011010
Octal 316 326 332

Shades and tints

Shades of #CED6DA

#CED6DA
(206,214,218)
#BCC3C7
(188,195,199)
#AAB0B4
(170,176,180)
#989DA1
(152,157,161)
#868A8E
(134,138,142)
#74777B
(116,119,123)
#626468
(98,100,104)
#505155
(80,81,85)
#3E3E42
(62,62,66)
#2C2B2F
(44,43,47)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #CED6DA

#CED6DA
(206,214,218)
#D2D9DD
(210,217,221)
#D6DCE0
(214,220,224)
#DADFE3
(218,223,227)
#DEE2E6
(222,226,230)
#E2E5E9
(226,229,233)
#E6E8EC
(230,232,236)
#EAEBEF
(234,235,239)
#EEEEF2
(238,238,242)
#F2F1F5
(242,241,245)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED6DA; }

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

This text font color is #CED6DA.

Background Color

.myBgColor { background-color: #CED6DA; }

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

This div background color is #CED6DA.

Border color

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

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

This div border color is #CED6DA.

Opacity

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

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

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

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

This text has shadow with #CED6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED6DA.

Preview

Color preview on black background

This text has color #CED6DA on black background.


Color preview on white background

This text has color #CED6DA on white background.


Black color preview on #CED6DA background

This text has black color on #CED6DA background.


White color preview on #CED6DA background

This text has white color on #CED6DA background.


Related colors

Complementary color

Complementary color for #hex is #312925.


I love getcolorcode.com

Triadic colors

1 #DACED6 and #D6DACE with #CED6DA are triadic colors.

2 #DAD6CE and #D6CEDA with #CED6DA are triadic colors.