COLOR #CEDAE1

HEX: #CEDAE1
RGB: (206,218,225)

Color info

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

RGB color model

#CEDAE1 color RGB value is (206,218,225).

  • red value is 206;
  • green value is 218;
  • blue value is 225.
RGB:
(206,218,225)
(81%,85%,88%)

RGB channels and saturation

R 206 of 255 = 81%
G 218 of 255 = 85%
B 225 of 255 = 88%

206
218
225

R + G + B ~ 85%. #CEDAE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 218 + 225 = 649 (100%)
R 206 of 649 ~ 31.74%
G 218 of 649 ~ 33.59%
B 225 of 649 ~ 34.67%

%31.74
%33.59
%34.67

CMYK color model

#CEDAE1 color CMYK value is (8,3,0,12).

  • cyan value is 8.44%
  • magenta value is 3.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(8,3,0,12)
C8M3Y0K12 
(8%,3%,0%,12%)
(0.08/0.03/0.00/0.12)	

CMYK percentages

%8.44
%3.11
%0
%11.76

Codes

Color #CEDAE1 in popluar color models

CEDAE1
RGB206218225
HSL202°24.05%84.51%
HSB/HSV202°8.44%88.24%
CMYK8.44%3.11%0.00%
11.76%

Color #CEDAE1 in popluar number systems.

HEXCEDAE1
Decimal206218225
Binary110011101101101011100001
Octal316332341

Shades and tints

Shades of #CEDAE1

#CEDAE1
(206,218,225)
#BCC7CD
(188,199,205)
#AAB4B9
(170,180,185)
#98A1A5
(152,161,165)
#868E91
(134,142,145)
#747B7D
(116,123,125)
#626869
(98,104,105)
#505555
(80,85,85)
#3E4241
(62,66,65)
#2C2F2D
(44,47,45)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #CEDAE1

#CEDAE1
(206,218,225)
#D2DDE3
(210,221,227)
#D6E0E5
(214,224,229)
#DAE3E7
(218,227,231)
#DEE6E9
(222,230,233)
#E2E9EB
(226,233,235)
#E6ECED
(230,236,237)
#EAEFEF
(234,239,239)
#EEF2F1
(238,242,241)
#F2F5F3
(242,245,243)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEDAE1; }

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

This text font color is #CEDAE1.


Background Color

.myBgColor { background-color: #CEDAE1; }

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

This div background color is #CEDAE1.


Border color

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

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

This div border color is #CEDAE1.


Opacity

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

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

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

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

This text has shadow with #CEDAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEDAE1 on black background.


Color preview on white background

This text has color #CEDAE1 on white background.



Black color preview on #CEDAE1 background

This text has black color on #CEDAE1 background.


White color preview on #CEDAE1 background

This text has white color on #CEDAE1 background.