COLOR #CED7F7

HEX: #CED7F7 RGB: (206,215,247)

Color info

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

RGB color model

#CED7F7 color RGB value is (206,215,247).

RGB: (206,215,247) (81%, 84%, 97%)

RGB channels and saturation

R 206 of 255 = 81%
G 215 of 255 = 84%
B 247 of 255 = 97%

206
215
247

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

Portions of RGB colors in percentages

R + G + B = 206 + 215 + 247 = 668 (100%)
R 206 of 668 ~ 30.84%
G 215 of 668 ~ 32.19%
B 247 of 668 ~ 36.98'%

%30.84
%32.19
%36.98

CMYK color model

#CED7F7 color CMYK value is (17,13,0,3).

  • cyan value is 16.60%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (17,13,0,3)
C17M13Y0K3 (17%, 13%, 0%, 3%)
(0.17 / 0.13 / 0.00 / 0.03)

CMYK percentages

%16.6
%12.96
%0
%3.14

Codes

Color #CED7F7 in popluar color models

CE D7 F7
RGB 206 215 247
HSL 227° 71.93% 88.82%
HSB/HSV 227° 16.60% 96.86%
CMYK 16.60% 12.96% 0.00%
3.14%

Color #CED7F7 in popluar number systems.

HEX CE D7 F7
Decimal 206 215 247
Binary 11001110 11010111 11110111
Octal 316 327 367

Shades and tints

Shades of #CED7F7

#CED7F7
(206,215,247)
#BCC4E1
(188,196,225)
#AAB1CB
(170,177,203)
#989EB5
(152,158,181)
#868B9F
(134,139,159)
#747889
(116,120,137)
#626573
(98,101,115)
#50525D
(80,82,93)
#3E3F47
(62,63,71)
#2C2C31
(44,44,49)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #CED7F7

#CED7F7
(206,215,247)
#D2DAF7
(210,218,247)
#D6DDF7
(214,221,247)
#DAE0F7
(218,224,247)
#DEE3F7
(222,227,247)
#E2E6F7
(226,230,247)
#E6E9F7
(230,233,247)
#EAECF7
(234,236,247)
#EEEFF7
(238,239,247)
#F2F2F7
(242,242,247)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CED7F7 color. Also use rgb(206,215,247) instead hex code.

Text Font Color

.myTextColor { color: #CED7F7; }

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

This text font color is #CED7F7.

Background Color

.myBgColor { background-color: #CED7F7; }

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

This div background color is #CED7F7.

Border color

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

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

This div border color is #CED7F7.

Opacity

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

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

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

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

This text has shadow with #CED7F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CED7F7.

Preview

Color preview on black background

This text has color #CED7F7 on black background.


Color preview on white background

This text has color #CED7F7 on white background.


Black color preview on #CED7F7 background

This text has black color on #CED7F7 background.


White color preview on #CED7F7 background

This text has white color on #CED7F7 background.


Related colors

Complementary color

Complementary color for #hex is #312808.


I love getcolorcode.com

Triadic colors

1 #F7CED7 and #D7F7CE with #CED7F7 are triadic colors.

2 #F7D7CE and #D7CEF7 with #CED7F7 are triadic colors.