COLOR #D7D2FF

HEX: #D7D2FF RGB: (215,210,255)

Color info

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

RGB color model

#D7D2FF color RGB value is (215,210,255).

RGB: (215,210,255) (84%, 82%, 100%)

RGB channels and saturation

R 215 of 255 = 84%
G 210 of 255 = 82%
B 255 of 255 = 100%

215
210
255

R + G + B ~ 89%. #D7D2FF is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 210 + 255 = 680 (100%)
R 215 of 680 ~ 31.62%
G 210 of 680 ~ 30.88%
B 255 of 680 ~ 37.5'%

%31.62
%30.88
%37.5

CMYK color model

#D7D2FF color CMYK value is (16,18,0,0).

  • cyan value is 15.69%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (16,18,0,0)
C16M18Y0K0 (16%, 18%, 0%, 0%)
(0.16 / 0.18 / 0.00 / 0.00)

CMYK percentages

%15.69
%17.65
%0
%0

Codes

Color #D7D2FF in popluar color models

D7 D2 FF
RGB 215 210 255
HSL 247° 100.00% 91.18%
HSB/HSV 247° 17.65% 100.00%
CMYK 15.69% 17.65% 0.00%
0.00%

Color #D7D2FF in popluar number systems.

HEX D7 D2 FF
Decimal 215 210 255
Binary 11010111 11010010 11111111
Octal 327 322 377

Shades and tints

Shades of #D7D2FF

#D7D2FF
(215,210,255)
#C4BFE8
(196,191,232)
#B1ACD1
(177,172,209)
#9E99BA
(158,153,186)
#8B86A3
(139,134,163)
#78738C
(120,115,140)
#656075
(101,96,117)
#524D5E
(82,77,94)
#3F3A47
(63,58,71)
#2C2730
(44,39,48)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #D7D2FF

#D7D2FF
(215,210,255)
#DAD6FF
(218,214,255)
#DDDAFF
(221,218,255)
#E0DEFF
(224,222,255)
#E3E2FF
(227,226,255)
#E6E6FF
(230,230,255)
#E9EAFF
(233,234,255)
#ECEEFF
(236,238,255)
#EFF2FF
(239,242,255)
#F2F6FF
(242,246,255)
#F5FAFF
(245,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D2FF color. Also use rgb(215,210,255) instead hex code.

Text Font Color

.myTextColor { color: #D7D2FF; }

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

This text font color is #D7D2FF.

Background Color

.myBgColor { background-color: #D7D2FF; }

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

This div background color is #D7D2FF.

Border color

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

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

This div border color is #D7D2FF.

Opacity

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

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

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

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

This text has shadow with #D7D2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D2FF.

Preview

Color preview on black background

This text has color #D7D2FF on black background.


Color preview on white background

This text has color #D7D2FF on white background.


Black color preview on #D7D2FF background

This text has black color on #D7D2FF background.


White color preview on #D7D2FF background

This text has white color on #D7D2FF background.


Related colors

Complementary color

Complementary color for #hex is #282D00.


I love getcolorcode.com

Triadic colors

1 #FFD7D2 and #D2FFD7 with #D7D2FF are triadic colors.

2 #FFD2D7 and #D2D7FF with #D7D2FF are triadic colors.