COLOR #D7D5FB

HEX: #D7D5FB RGB: (215,213,251)

Color info

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

RGB color model

#D7D5FB color RGB value is (215,213,251).

RGB: (215,213,251) (84%, 84%, 98%)

RGB channels and saturation

R 215 of 255 = 84%
G 213 of 255 = 84%
B 251 of 255 = 98%

215
213
251

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

Portions of RGB colors in percentages

R + G + B = 215 + 213 + 251 = 679 (100%)
R 215 of 679 ~ 31.66%
G 213 of 679 ~ 31.37%
B 251 of 679 ~ 36.97'%

%31.66
%31.37
%36.97

CMYK color model

#D7D5FB color CMYK value is (14,15,0,2).

  • cyan value is 14.34%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (14,15,0,2)
C14M15Y0K2 (14%, 15%, 0%, 2%)
(0.14 / 0.15 / 0.00 / 0.02)

CMYK percentages

%14.34
%15.14
%0
%1.57

Codes

Color #D7D5FB in popluar color models

D7 D5 FB
RGB 215 213 251
HSL 243° 82.61% 90.98%
HSB/HSV 243° 15.14% 98.43%
CMYK 14.34% 15.14% 0.00%
1.57%

Color #D7D5FB in popluar number systems.

HEX D7 D5 FB
Decimal 215 213 251
Binary 11010111 11010101 11111011
Octal 327 325 373

Shades and tints

Shades of #D7D5FB

#D7D5FB
(215,213,251)
#C4C2E5
(196,194,229)
#B1AFCF
(177,175,207)
#9E9CB9
(158,156,185)
#8B89A3
(139,137,163)
#78768D
(120,118,141)
#656377
(101,99,119)
#525061
(82,80,97)
#3F3D4B
(63,61,75)
#2C2A35
(44,42,53)
#19171F
(25,23,31)
#000000
(0,0,0)

Tints of #D7D5FB

#D7D5FB
(215,213,251)
#DAD8FB
(218,216,251)
#DDDBFB
(221,219,251)
#E0DEFB
(224,222,251)
#E3E1FB
(227,225,251)
#E6E4FB
(230,228,251)
#E9E7FB
(233,231,251)
#ECEAFB
(236,234,251)
#EFEDFB
(239,237,251)
#F2F0FB
(242,240,251)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D5FB color. Also use rgb(215,213,251) instead hex code.

Text Font Color

.myTextColor { color: #D7D5FB; }

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

This text font color is #D7D5FB.

Background Color

.myBgColor { background-color: #D7D5FB; }

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

This div background color is #D7D5FB.

Border color

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

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

This div border color is #D7D5FB.

Opacity

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

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

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

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

This text has shadow with #D7D5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D5FB.

Preview

Color preview on black background

This text has color #D7D5FB on black background.


Color preview on white background

This text has color #D7D5FB on white background.


Black color preview on #D7D5FB background

This text has black color on #D7D5FB background.


White color preview on #D7D5FB background

This text has white color on #D7D5FB background.


Related colors

Complementary color

Complementary color for #hex is #282A04.


I love getcolorcode.com

Triadic colors

1 #FBD7D5 and #D5FBD7 with #D7D5FB are triadic colors.

2 #FBD5D7 and #D5D7FB with #D7D5FB are triadic colors.