COLOR #CEDBD6

HEX: #CEDBD6 RGB: (206,219,214)

Color info

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

RGB color model

#CEDBD6 color RGB value is (206,219,214).

RGB: (206,219,214) (81%, 86%, 84%)

RGB channels and saturation

R 206 of 255 = 81%
G 219 of 255 = 86%
B 214 of 255 = 84%

206
219
214

R + G + B ~ 84%. #CEDBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 219 + 214 = 639 (100%)
R 206 of 639 ~ 32.24%
G 219 of 639 ~ 34.27%
B 214 of 639 ~ 33.49'%

%32.24
%34.27
%33.49

CMYK color model

#CEDBD6 color CMYK value is (6,0,2,14).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%

CMYK: (6,0,2,14)
C6M0Y2K14 (6%, 0%, 2%, 14%)
(0.06 / 0.00 / 0.02 / 0.14)

CMYK percentages

%5.94
%0
%2.28
%14.12

Codes

Color #CEDBD6 in popluar color models

CE DB D6
RGB 206 219 214
HSL 157° 15.29% 83.33%
HSB/HSV 157° 5.94% 85.88%
CMYK 5.94% 0.00% 2.28%
14.12%

Color #CEDBD6 in popluar number systems.

HEX CE DB D6
Decimal 206 219 214
Binary 11001110 11011011 11010110
Octal 316 333 326

Shades and tints

Shades of #CEDBD6

#CEDBD6
(206,219,214)
#BCC8C3
(188,200,195)
#AAB5B0
(170,181,176)
#98A29D
(152,162,157)
#868F8A
(134,143,138)
#747C77
(116,124,119)
#626964
(98,105,100)
#505651
(80,86,81)
#3E433E
(62,67,62)
#2C302B
(44,48,43)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #CEDBD6

#CEDBD6
(206,219,214)
#D2DED9
(210,222,217)
#D6E1DC
(214,225,220)
#DAE4DF
(218,228,223)
#DEE7E2
(222,231,226)
#E2EAE5
(226,234,229)
#E6EDE8
(230,237,232)
#EAF0EB
(234,240,235)
#EEF3EE
(238,243,238)
#F2F6F1
(242,246,241)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDBD6; }

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

This text font color is #CEDBD6.

Background Color

.myBgColor { background-color: #CEDBD6; }

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

This div background color is #CEDBD6.

Border color

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

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

This div border color is #CEDBD6.

Opacity

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

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

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

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

This text has shadow with #CEDBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEDBD6.

Preview

Color preview on black background

This text has color #CEDBD6 on black background.


Color preview on white background

This text has color #CEDBD6 on white background.


Black color preview on #CEDBD6 background

This text has black color on #CEDBD6 background.


White color preview on #CEDBD6 background

This text has white color on #CEDBD6 background.


Related colors

Complementary color

Complementary color for #hex is #312429.


I love getcolorcode.com

Triadic colors

1 #D6CEDB and #DBD6CE with #CEDBD6 are triadic colors.

2 #D6DBCE and #DBCED6 with #CEDBD6 are triadic colors.