COLOR #D5BFF7

HEX: #D5BFF7 RGB: (213,191,247)

Color info

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

RGB color model

#D5BFF7 color RGB value is (213,191,247).

RGB: (213,191,247) (84%, 75%, 97%)

RGB channels and saturation

R 213 of 255 = 84%
G 191 of 255 = 75%
B 247 of 255 = 97%

213
191
247

R + G + B ~ 85%. #D5BFF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 191 + 247 = 651 (100%)
R 213 of 651 ~ 32.72%
G 191 of 651 ~ 29.34%
B 247 of 651 ~ 37.94'%

%32.72
%29.34
%37.94

CMYK color model

#D5BFF7 color CMYK value is (14,23,0,3).

  • cyan value is 13.77%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (14,23,0,3) C14M23Y0K3 (14%,23%,0%,3%) (0.14/0.23/0.00/0.03) 

CMYK percentages

%13.77
%22.67
%0
%3.14

Codes

Color #D5BFF7 in popluar color models

D5 BF F7
RGB 213 191 247
HSL 264° 77.78% 85.88%
HSB/HSV 264° 22.67% 96.86%
CMYK 13.77% 22.67% 0.00%
3.14%

Color #D5BFF7 in popluar number systems.

HEX D5 BF F7
Decimal 213 191 247
Binary 11010101 10111111 11110111
Octal 325 277 367

Shades and tints

Shades of #D5BFF7

#D5BFF7
(213,191,247)
#C2AEE1
(194,174,225)
#AF9DCB
(175,157,203)
#9C8CB5
(156,140,181)
#897B9F
(137,123,159)
#766A89
(118,106,137)
#635973
(99,89,115)
#50485D
(80,72,93)
#3D3747
(61,55,71)
#2A2631
(42,38,49)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #D5BFF7

#D5BFF7
(213,191,247)
#D8C4F7
(216,196,247)
#DBC9F7
(219,201,247)
#DECEF7
(222,206,247)
#E1D3F7
(225,211,247)
#E4D8F7
(228,216,247)
#E7DDF7
(231,221,247)
#EAE2F7
(234,226,247)
#EDE7F7
(237,231,247)
#F0ECF7
(240,236,247)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BFF7 color. Also use rgb(213,191,247) instead hex code.

Text Font Color

.myTextColor { color: #D5BFF7; }

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

This text font color is #D5BFF7.

Background Color

.myBgColor { background-color: #D5BFF7; }

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

This div background color is #D5BFF7.

Border color

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

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

This div border color is #D5BFF7.

Opacity

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

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

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

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

This text has shadow with #D5BFF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5BFF7.

Preview

Color preview on black background

This text has color #D5BFF7 on black background.


Color preview on white background

This text has color #D5BFF7 on white background.


Black color preview on #D5BFF7 background

This text has black color on #D5BFF7 background.


White color preview on #D5BFF7 background

This text has white color on #D5BFF7 background.


Related colors

Complementary color

Complementary color for #hex is #2A4008.


I love getcolorcode.com

Triadic colors

1 #F7D5BF and #BFF7D5 with #D5BFF7 are triadic colors.

2 #F7BFD5 and #BFD5F7 with #D5BFF7 are triadic colors.