COLOR #CED9F1

HEX: #CED9F1 RGB: (206,217,241)

Color info

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

RGB color model

#CED9F1 color RGB value is (206,217,241).

RGB: (206,217,241) (81%, 85%, 95%)

RGB channels and saturation

R 206 of 255 = 81%
G 217 of 255 = 85%
B 241 of 255 = 95%

206
217
241

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

Portions of RGB colors in percentages

R + G + B = 206 + 217 + 241 = 664 (100%)
R 206 of 664 ~ 31.02%
G 217 of 664 ~ 32.68%
B 241 of 664 ~ 36.3'%

%31.02
%32.68
%36.3

CMYK color model

#CED9F1 color CMYK value is (15,10,0,5).

  • cyan value is 14.52%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (15,10,0,5)
C15M10Y0K5 (15%, 10%, 0%, 5%)
(0.15 / 0.10 / 0.00 / 0.05)

CMYK percentages

%14.52
%9.96
%0
%5.49

Codes

Color #CED9F1 in popluar color models

CE D9 F1
RGB 206 217 241
HSL 221° 55.56% 87.65%
HSB/HSV 221° 14.52% 94.51%
CMYK 14.52% 9.96% 0.00%
5.49%

Color #CED9F1 in popluar number systems.

HEX CE D9 F1
Decimal 206 217 241
Binary 11001110 11011001 11110001
Octal 316 331 361

Shades and tints

Shades of #CED9F1

#CED9F1
(206,217,241)
#BCC6DC
(188,198,220)
#AAB3C7
(170,179,199)
#98A0B2
(152,160,178)
#868D9D
(134,141,157)
#747A88
(116,122,136)
#626773
(98,103,115)
#50545E
(80,84,94)
#3E4149
(62,65,73)
#2C2E34
(44,46,52)
#1A1B1F
(26,27,31)
#000000
(0,0,0)

Tints of #CED9F1

#CED9F1
(206,217,241)
#D2DCF2
(210,220,242)
#D6DFF3
(214,223,243)
#DAE2F4
(218,226,244)
#DEE5F5
(222,229,245)
#E2E8F6
(226,232,246)
#E6EBF7
(230,235,247)
#EAEEF8
(234,238,248)
#EEF1F9
(238,241,249)
#F2F4FA
(242,244,250)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CED9F1; }

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

This text font color is #CED9F1.

Background Color

.myBgColor { background-color: #CED9F1; }

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

This div background color is #CED9F1.

Border color

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

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

This div border color is #CED9F1.

Opacity

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

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

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

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

This text has shadow with #CED9F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED9F1.

Preview

Color preview on black background

This text has color #CED9F1 on black background.


Color preview on white background

This text has color #CED9F1 on white background.


Black color preview on #CED9F1 background

This text has black color on #CED9F1 background.


White color preview on #CED9F1 background

This text has white color on #CED9F1 background.


Related colors

Complementary color

Complementary color for #hex is #31260E.


I love getcolorcode.com

Triadic colors

1 #F1CED9 and #D9F1CE with #CED9F1 are triadic colors.

2 #F1D9CE and #D9CEF1 with #CED9F1 are triadic colors.