COLOR #D69DBF

HEX: #D69DBF RGB: (214,157,191)

Color info

#D69DBF contains red, green and blue colors in about the same proportion. Web safe color of #D69DBF is #CC99CC (or #C9C).

RGB color model

#D69DBF color RGB value is (214,157,191).

RGB: (214,157,191) (84%, 62%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 191 of 255 = 75%

214
157
191

R + G + B ~ 74%. #D69DBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 157 + 191 = 562 (100%)
R 214 of 562 ~ 38.08%
G 157 of 562 ~ 27.94%
B 191 of 562 ~ 33.99'%

%38.08
%27.94
%33.99

CMYK color model

#D69DBF color CMYK value is (0,27,11,16).

  • cyan value is 0.00%
  • magenta value is 26.64%
  • yellow value is 10.75%
  • key color value is 16.08%

CMYK: (0,27,11,16)
C0M27Y11K16 (0%, 27%, 11%, 16%)
(0.00 / 0.27 / 0.11 / 0.16)

CMYK percentages

%0
%26.64
%10.75
%16.08

Codes

Color #D69DBF in popluar color models

D6 9D BF
RGB 214 157 191
HSL 324° 41.01% 72.75%
HSB/HSV 324° 26.64% 83.92%
CMYK 0.00% 26.64% 10.75%
16.08%

Color #D69DBF in popluar number systems.

HEX D6 9D BF
Decimal 214 157 191
Binary 11010110 10011101 10111111
Octal 326 235 277

Shades and tints

Shades of #D69DBF

#D69DBF
(214,157,191)
#C38FAE
(195,143,174)
#B0819D
(176,129,157)
#9D738C
(157,115,140)
#8A657B
(138,101,123)
#77576A
(119,87,106)
#644959
(100,73,89)
#513B48
(81,59,72)
#3E2D37
(62,45,55)
#2B1F26
(43,31,38)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #D69DBF

#D69DBF
(214,157,191)
#D9A5C4
(217,165,196)
#DCADC9
(220,173,201)
#DFB5CE
(223,181,206)
#E2BDD3
(226,189,211)
#E5C5D8
(229,197,216)
#E8CDDD
(232,205,221)
#EBD5E2
(235,213,226)
#EEDDE7
(238,221,231)
#F1E5EC
(241,229,236)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69DBF color. Also use rgb(214,157,191) instead hex code.

Text Font Color

.myTextColor { color: #D69DBF; }

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

This text font color is #D69DBF.

Background Color

.myBgColor { background-color: #D69DBF; }

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

This div background color is #D69DBF.

Border color

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

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

This div border color is #D69DBF.

Opacity

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

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

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

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

This text has shadow with #D69DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69DBF.

Preview

Color preview on black background

This text has color #D69DBF on black background.


Color preview on white background

This text has color #D69DBF on white background.


Black color preview on #D69DBF background

This text has black color on #D69DBF background.


White color preview on #D69DBF background

This text has white color on #D69DBF background.


Related colors

Complementary color

Complementary color for #hex is #296240.


I love getcolorcode.com

Triadic colors

1 #BFD69D and #9DBFD6 with #D69DBF are triadic colors.

2 #BF9DD6 and #9DD6BF with #D69DBF are triadic colors.