COLOR #CED3F6

HEX: #CED3F6
RGB: (206,211,246)

Color info

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

RGB color model

#CED3F6 color RGB value is (206,211,246).

  • red value is 206;
  • green value is 211;
  • blue value is 246.
RGB:
(206,211,246)
(81%,83%,96%)

RGB channels and saturation

R 206 of 255 = 81%
G 211 of 255 = 83%
B 246 of 255 = 96%

206
211
246

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

Portions of RGB colors in percentages

R + G + B =
206 + 211 + 246 = 663 (100%)
R 206 of 663 ~ 31.07%
G 211 of 663 ~ 31.83%
B 246 of 663 ~ 37.1%

%31.07
%31.83
%37.1

CMYK color model

#CED3F6 color CMYK value is (16,14,0,4).

  • cyan value is 16.26%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(16,14,0,4)
C16M14Y0K4 
(16%,14%,0%,4%)
(0.16/0.14/0.00/0.04)	

CMYK percentages

%16.26
%14.23
%0
%3.53

Codes

Color #CED3F6 in popluar color models

CED3F6
RGB206211246
HSL233°68.97%88.63%
HSB/HSV233°16.26%96.47%
CMYK16.26%14.23%0.00%
3.53%

Color #CED3F6 in popluar number systems.

HEXCED3F6
Decimal206211246
Binary110011101101001111110110
Octal316323366

Shades and tints

Shades of #CED3F6

#CED3F6
(206,211,246)
#BCC0E0
(188,192,224)
#AAADCA
(170,173,202)
#989AB4
(152,154,180)
#86879E
(134,135,158)
#747488
(116,116,136)
#626172
(98,97,114)
#504E5C
(80,78,92)
#3E3B46
(62,59,70)
#2C2830
(44,40,48)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #CED3F6

#CED3F6
(206,211,246)
#D2D7F6
(210,215,246)
#D6DBF6
(214,219,246)
#DADFF6
(218,223,246)
#DEE3F6
(222,227,246)
#E2E7F6
(226,231,246)
#E6EBF6
(230,235,246)
#EAEFF6
(234,239,246)
#EEF3F6
(238,243,246)
#F2F7F6
(242,247,246)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED3F6 color. Also use rgb(206,211,246) instead hex code.

Text Font Color

.myTextColor { color: #CED3F6; }

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

This text font color is #CED3F6.


Background Color

.myBgColor { background-color: #CED3F6; }

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

This div background color is #CED3F6.


Border color

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

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

This div border color is #CED3F6.


Opacity

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

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

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

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

This text has shadow with #CED3F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CED3F6 on black background.


Color preview on white background

This text has color #CED3F6 on white background.



Black color preview on #CED3F6 background

This text has black color on #CED3F6 background.


White color preview on #CED3F6 background

This text has white color on #CED3F6 background.