COLOR #CEDBD4

HEX: #CEDBD4
RGB: (206,219,212)

Color info

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

RGB color model

#CEDBD4 color RGB value is (206,219,212).

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

RGB channels and saturation

R 206 of 255 = 81%
G 219 of 255 = 86%
B 212 of 255 = 83%

206
219
212

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

Portions of RGB colors in percentages

R + G + B =
206 + 219 + 212 = 637 (100%)
R 206 of 637 ~ 32.34%
G 219 of 637 ~ 34.38%
B 212 of 637 ~ 33.28%

%32.34
%34.38
%33.28

CMYK color model

#CEDBD4 color CMYK value is (6,0,3,14).

  • cyan value is 5.94%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 14.12%
CMYK:
(6,0,3,14)
C6M0Y3K14 
(6%,0%,3%,14%)
(0.06/0.00/0.03/0.14)	

CMYK percentages

%5.94
%0
%3.2
%14.12

Codes

Color #CEDBD4 in popluar color models

CEDBD4
RGB206219212
HSL148°15.29%83.33%
HSB/HSV148°5.94%85.88%
CMYK5.94%0.00%3.20%
14.12%

Color #CEDBD4 in popluar number systems.

HEXCEDBD4
Decimal206219212
Binary110011101101101111010100
Octal316333324

Shades and tints

Shades of #CEDBD4

#CEDBD4
(206,219,212)
#BCC8C1
(188,200,193)
#AAB5AE
(170,181,174)
#98A29B
(152,162,155)
#868F88
(134,143,136)
#747C75
(116,124,117)
#626962
(98,105,98)
#50564F
(80,86,79)
#3E433C
(62,67,60)
#2C3029
(44,48,41)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #CEDBD4

#CEDBD4
(206,219,212)
#D2DED7
(210,222,215)
#D6E1DA
(214,225,218)
#DAE4DD
(218,228,221)
#DEE7E0
(222,231,224)
#E2EAE3
(226,234,227)
#E6EDE6
(230,237,230)
#EAF0E9
(234,240,233)
#EEF3EC
(238,243,236)
#F2F6EF
(242,246,239)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDBD4; }

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

This text font color is #CEDBD4.


Background Color

.myBgColor { background-color: #CEDBD4; }

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

This div background color is #CEDBD4.


Border color

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

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

This div border color is #CEDBD4.


Opacity

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

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

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

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

This text has shadow with #CEDBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDBD4 on black background.


Color preview on white background

This text has color #CEDBD4 on white background.



Black color preview on #CEDBD4 background

This text has black color on #CEDBD4 background.


White color preview on #CEDBD4 background

This text has white color on #CEDBD4 background.