COLOR #CED6F1

HEX: #CED6F1
RGB: (206,214,241)

Color info

#CED6F1 contains red, green and blue colors in about the same proportion. Web safe color of #CED6F1 is #CCCCFF (or #CCF).

RGB color model

#CED6F1 color RGB value is (206,214,241).

  • red value is 206;
  • green value is 214;
  • blue value is 241.
RGB:
(206,214,241)
(81%,84%,95%)

RGB channels and saturation

R 206 of 255 = 81%
G 214 of 255 = 84%
B 241 of 255 = 95%

206
214
241

R + G + B ~ 87%. #CED6F1 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 214 + 241 = 661 (100%)
R 206 of 661 ~ 31.16%
G 214 of 661 ~ 32.38%
B 241 of 661 ~ 36.46%

%31.16
%32.38
%36.46

CMYK color model

#CED6F1 color CMYK value is (15,11,0,5).

  • cyan value is 14.52%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(15,11,0,5)
C15M11Y0K5 
(15%,11%,0%,5%)
(0.15/0.11/0.00/0.05)	

CMYK percentages

%14.52
%11.2
%0
%5.49

Codes

Color #CED6F1 in popluar color models

CED6F1
RGB206214241
HSL226°55.56%87.65%
HSB/HSV226°14.52%94.51%
CMYK14.52%11.20%0.00%
5.49%

Color #CED6F1 in popluar number systems.

HEXCED6F1
Decimal206214241
Binary110011101101011011110001
Octal316326361

Shades and tints

Shades of #CED6F1

#CED6F1
(206,214,241)
#BCC3DC
(188,195,220)
#AAB0C7
(170,176,199)
#989DB2
(152,157,178)
#868A9D
(134,138,157)
#747788
(116,119,136)
#626473
(98,100,115)
#50515E
(80,81,94)
#3E3E49
(62,62,73)
#2C2B34
(44,43,52)
#1A181F
(26,24,31)
#000000
(0,0,0)

Tints of #CED6F1

#CED6F1
(206,214,241)
#D2D9F2
(210,217,242)
#D6DCF3
(214,220,243)
#DADFF4
(218,223,244)
#DEE2F5
(222,226,245)
#E2E5F6
(226,229,246)
#E6E8F7
(230,232,247)
#EAEBF8
(234,235,248)
#EEEEF9
(238,238,249)
#F2F1FA
(242,241,250)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED6F1; }

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

This text font color is #CED6F1.


Background Color

.myBgColor { background-color: #CED6F1; }

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

This div background color is #CED6F1.


Border color

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

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

This div border color is #CED6F1.


Opacity

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

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

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

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

This text has shadow with #CED6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED6F1 on black background.


Color preview on white background

This text has color #CED6F1 on white background.



Black color preview on #CED6F1 background

This text has black color on #CED6F1 background.


White color preview on #CED6F1 background

This text has white color on #CED6F1 background.