COLOR #D7CEFA

HEX: #D7CEFA
RGB: (215,206,250)

Color info

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

RGB color model

#D7CEFA color RGB value is (215,206,250).

  • red value is 215;
  • green value is 206;
  • blue value is 250.
RGB: (215,206,250) (84%,81%,98%)

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 250 of 255 = 98%

215
206
250

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

Portions of RGB colors in percentages

R + G + B =
215 + 206 + 250 = 671 (100%)
R 215 of 671 ~ 32.04%
G 206 of 671 ~ 30.7%
B 250 of 671 ~ 37.26%

%32.04
%30.7
%37.26

CMYK color model

#D7CEFA color CMYK value is (14,18,0,2).

  • cyan value is 14.00%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (14,18,0,2) C14M18Y0K2 (14%,18%,0%,2%) (0.14/0.18/0.00/0.02)

CMYK percentages

%14
%17.6
%0
%1.96

Codes

Color #D7CEFA in popluar color models

D7CEFA
RGB215206250
HSL252°81.48%89.41%
HSB/HSV252°17.60%98.04%
CMYK14.00%17.60%0.00%
1.96%

Color #D7CEFA in popluar number systems.

HEXD7CEFA
Decimal215206250
Binary110101111100111011111010
Octal327316372

Shades and tints

Shades of #D7CEFA

#D7CEFA
(215,206,250)
#C4BCE4
(196,188,228)
#B1AACE
(177,170,206)
#9E98B8
(158,152,184)
#8B86A2
(139,134,162)
#78748C
(120,116,140)
#656276
(101,98,118)
#525060
(82,80,96)
#3F3E4A
(63,62,74)
#2C2C34
(44,44,52)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #D7CEFA

#D7CEFA
(215,206,250)
#DAD2FA
(218,210,250)
#DDD6FA
(221,214,250)
#E0DAFA
(224,218,250)
#E3DEFA
(227,222,250)
#E6E2FA
(230,226,250)
#E9E6FA
(233,230,250)
#ECEAFA
(236,234,250)
#EFEEFA
(239,238,250)
#F2F2FA
(242,242,250)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CEFA; }

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

This text font color is #D7CEFA.


Background Color

.myBgColor { background-color: #D7CEFA; }

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

This div background color is #D7CEFA.


Border color

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

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

This div border color is #D7CEFA.


Opacity

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

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

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

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

This text has shadow with #D7CEFA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D7CEFA on black background.


Color preview on white background

This text has color #D7CEFA on white background.



Black color preview on #D7CEFA background

This text has black color on #D7CEFA background.


White color preview on #D7CEFA background

This text has white color on #D7CEFA background.