COLOR #D7CEFC

HEX: #D7CEFC RGB: (215,206,252)

Color info

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

RGB color model

#D7CEFC color RGB value is (215,206,252).

RGB: (215,206,252) (84%, 81%, 99%)

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 252 of 255 = 99%

215
206
252

R + G + B ~ 88%. #D7CEFC is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 206 + 252 = 673 (100%)
R 215 of 673 ~ 31.95%
G 206 of 673 ~ 30.61%
B 252 of 673 ~ 37.44'%

%31.95
%30.61
%37.44

CMYK color model

#D7CEFC color CMYK value is (15,18,0,1).

  • cyan value is 14.68%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (15,18,0,1)
C15M18Y0K1 (15%, 18%, 0%, 1%)
(0.15 / 0.18 / 0.00 / 0.01)

CMYK percentages

%14.68
%18.25
%0
%1.18

Codes

Color #D7CEFC in popluar color models

D7 CE FC
RGB 215 206 252
HSL 252° 88.46% 89.80%
HSB/HSV 252° 18.25% 98.82%
CMYK 14.68% 18.25% 0.00%
1.18%

Color #D7CEFC in popluar number systems.

HEX D7 CE FC
Decimal 215 206 252
Binary 11010111 11001110 11111100
Octal 327 316 374

Shades and tints

Shades of #D7CEFC

#D7CEFC
(215,206,252)
#C4BCE6
(196,188,230)
#B1AAD0
(177,170,208)
#9E98BA
(158,152,186)
#8B86A4
(139,134,164)
#78748E
(120,116,142)
#656278
(101,98,120)
#525062
(82,80,98)
#3F3E4C
(63,62,76)
#2C2C36
(44,44,54)
#191A20
(25,26,32)
#000000
(0,0,0)

Tints of #D7CEFC

#D7CEFC
(215,206,252)
#DAD2FC
(218,210,252)
#DDD6FC
(221,214,252)
#E0DAFC
(224,218,252)
#E3DEFC
(227,222,252)
#E6E2FC
(230,226,252)
#E9E6FC
(233,230,252)
#ECEAFC
(236,234,252)
#EFEEFC
(239,238,252)
#F2F2FC
(242,242,252)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CEFC; }

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

This text font color is #D7CEFC.

Background Color

.myBgColor { background-color: #D7CEFC; }

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

This div background color is #D7CEFC.

Border color

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

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

This div border color is #D7CEFC.

Opacity

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

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

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

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

This text has shadow with #D7CEFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CEFC.

Preview

Color preview on black background

This text has color #D7CEFC on black background.


Color preview on white background

This text has color #D7CEFC on white background.


Black color preview on #D7CEFC background

This text has black color on #D7CEFC background.


White color preview on #D7CEFC background

This text has white color on #D7CEFC background.


Related colors

Complementary color

Complementary color for #hex is #283103.


I love getcolorcode.com

Triadic colors

1 #FCD7CE and #CEFCD7 with #D7CEFC are triadic colors.

2 #FCCED7 and #CED7FC with #D7CEFC are triadic colors.