COLOR #CEDBD8

HEX: #CEDBD8
RGB: (206,219,216)

Color info

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

RGB color model

#CEDBD8 color RGB value is (206,219,216).

  • red value is 206;
  • green value is 219;
  • blue value is 216.
RGB:
(206,219,216)
(81%,86%,85%)

RGB channels and saturation

R 206 of 255 = 81%
G 219 of 255 = 86%
B 216 of 255 = 85%

206
219
216

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

Portions of RGB colors in percentages

R + G + B =
206 + 219 + 216 = 641 (100%)
R 206 of 641 ~ 32.14%
G 219 of 641 ~ 34.17%
B 216 of 641 ~ 33.7%

%32.14
%34.17
%33.7

CMYK color model

#CEDBD8 color CMYK value is (6,0,1,14).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 14.12%
CMYK:
(6,0,1,14)
C6M0Y1K14 
(6%,0%,1%,14%)
(0.06/0.00/0.01/0.14)	

CMYK percentages

%5.94
%0
%1.37
%14.12

Codes

Color #CEDBD8 in popluar color models

CEDBD8
RGB206219216
HSL166°15.29%83.33%
HSB/HSV166°5.94%85.88%
CMYK5.94%0.00%1.37%
14.12%

Color #CEDBD8 in popluar number systems.

HEXCEDBD8
Decimal206219216
Binary110011101101101111011000
Octal316333330

Shades and tints

Shades of #CEDBD8

#CEDBD8
(206,219,216)
#BCC8C5
(188,200,197)
#AAB5B2
(170,181,178)
#98A29F
(152,162,159)
#868F8C
(134,143,140)
#747C79
(116,124,121)
#626966
(98,105,102)
#505653
(80,86,83)
#3E4340
(62,67,64)
#2C302D
(44,48,45)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #CEDBD8

#CEDBD8
(206,219,216)
#D2DEDB
(210,222,219)
#D6E1DE
(214,225,222)
#DAE4E1
(218,228,225)
#DEE7E4
(222,231,228)
#E2EAE7
(226,234,231)
#E6EDEA
(230,237,234)
#EAF0ED
(234,240,237)
#EEF3F0
(238,243,240)
#F2F6F3
(242,246,243)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDBD8; }

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

This text font color is #CEDBD8.


Background Color

.myBgColor { background-color: #CEDBD8; }

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

This div background color is #CEDBD8.


Border color

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

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

This div border color is #CEDBD8.


Opacity

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

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

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

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

This text has shadow with #CEDBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDBD8 on black background.


Color preview on white background

This text has color #CEDBD8 on white background.



Black color preview on #CEDBD8 background

This text has black color on #CEDBD8 background.


White color preview on #CEDBD8 background

This text has white color on #CEDBD8 background.