COLOR #D5C7F1

HEX: #D5C7F1 RGB: (213,199,241)

Color info

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

RGB color model

#D5C7F1 color RGB value is (213,199,241).

RGB: (213,199,241) (84%, 78%, 95%)

RGB channels and saturation

R 213 of 255 = 84%
G 199 of 255 = 78%
B 241 of 255 = 95%

213
199
241

R + G + B ~ 86%. #D5C7F1 is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 199 + 241 = 653 (100%)
R 213 of 653 ~ 32.62%
G 199 of 653 ~ 30.47%
B 241 of 653 ~ 36.91'%

%32.62
%30.47
%36.91

CMYK color model

#D5C7F1 color CMYK value is (12,17,0,5).

  • cyan value is 11.62%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (12,17,0,5)
C12M17Y0K5 (12%, 17%, 0%, 5%)
(0.12 / 0.17 / 0.00 / 0.05)

CMYK percentages

%11.62
%17.43
%0
%5.49

Codes

Color #D5C7F1 in popluar color models

D5 C7 F1
RGB 213 199 241
HSL 260° 60.00% 86.27%
HSB/HSV 260° 17.43% 94.51%
CMYK 11.62% 17.43% 0.00%
5.49%

Color #D5C7F1 in popluar number systems.

HEX D5 C7 F1
Decimal 213 199 241
Binary 11010101 11000111 11110001
Octal 325 307 361

Shades and tints

Shades of #D5C7F1

#D5C7F1
(213,199,241)
#C2B5DC
(194,181,220)
#AFA3C7
(175,163,199)
#9C91B2
(156,145,178)
#897F9D
(137,127,157)
#766D88
(118,109,136)
#635B73
(99,91,115)
#50495E
(80,73,94)
#3D3749
(61,55,73)
#2A2534
(42,37,52)
#17131F
(23,19,31)
#000000
(0,0,0)

Tints of #D5C7F1

#D5C7F1
(213,199,241)
#D8CCF2
(216,204,242)
#DBD1F3
(219,209,243)
#DED6F4
(222,214,244)
#E1DBF5
(225,219,245)
#E4E0F6
(228,224,246)
#E7E5F7
(231,229,247)
#EAEAF8
(234,234,248)
#EDEFF9
(237,239,249)
#F0F4FA
(240,244,250)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C7F1 color. Also use rgb(213,199,241) instead hex code.

Text Font Color

.myTextColor { color: #D5C7F1; }

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

This text font color is #D5C7F1.

Background Color

.myBgColor { background-color: #D5C7F1; }

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

This div background color is #D5C7F1.

Border color

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

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

This div border color is #D5C7F1.

Opacity

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

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

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

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

This text has shadow with #D5C7F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C7F1.

Preview

Color preview on black background

This text has color #D5C7F1 on black background.


Color preview on white background

This text has color #D5C7F1 on white background.


Black color preview on #D5C7F1 background

This text has black color on #D5C7F1 background.


White color preview on #D5C7F1 background

This text has white color on #D5C7F1 background.


Related colors

Complementary color

Complementary color for #hex is #2A380E.


I love getcolorcode.com

Triadic colors

1 #F1D5C7 and #C7F1D5 with #D5C7F1 are triadic colors.

2 #F1C7D5 and #C7D5F1 with #D5C7F1 are triadic colors.