COLOR #D69DBA

HEX: #D69DBA RGB: (214,157,186)

Color info

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

RGB color model

#D69DBA color RGB value is (214,157,186).

RGB: (214,157,186) (84%, 62%, 73%)

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 186 of 255 = 73%

214
157
186

R + G + B ~ 73%. #D69DBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 157 + 186 = 557 (100%)
R 214 of 557 ~ 38.42%
G 157 of 557 ~ 28.19%
B 186 of 557 ~ 33.39'%

%38.42
%28.19
%33.39

CMYK color model

#D69DBA color CMYK value is (0,27,13,16).

  • cyan value is 0.00%
  • magenta value is 26.64%
  • yellow value is 13.08%
  • key color value is 16.08%
CMYK: (0,27,13,16) C0M27Y13K16 (0%,27%,13%,16%) (0.00/0.27/0.13/0.16) 

CMYK percentages

%0
%26.64
%13.08
%16.08

Codes

Color #D69DBA in popluar color models

D6 9D BA
RGB 214 157 186
HSL 329° 41.01% 72.75%
HSB/HSV 329° 26.64% 83.92%
CMYK 0.00% 26.64% 13.08%
16.08%

Color #D69DBA in popluar number systems.

HEX D6 9D BA
Decimal 214 157 186
Binary 11010110 10011101 10111010
Octal 326 235 272

Shades and tints

Shades of #D69DBA

#D69DBA
(214,157,186)
#C38FAA
(195,143,170)
#B0819A
(176,129,154)
#9D738A
(157,115,138)
#8A657A
(138,101,122)
#77576A
(119,87,106)
#64495A
(100,73,90)
#513B4A
(81,59,74)
#3E2D3A
(62,45,58)
#2B1F2A
(43,31,42)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #D69DBA

#D69DBA
(214,157,186)
#D9A5C0
(217,165,192)
#DCADC6
(220,173,198)
#DFB5CC
(223,181,204)
#E2BDD2
(226,189,210)
#E5C5D8
(229,197,216)
#E8CDDE
(232,205,222)
#EBD5E4
(235,213,228)
#EEDDEA
(238,221,234)
#F1E5F0
(241,229,240)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69DBA; }

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

This text font color is #D69DBA.

Background Color

.myBgColor { background-color: #D69DBA; }

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

This div background color is #D69DBA.

Border color

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

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

This div border color is #D69DBA.

Opacity

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

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

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

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

This text has shadow with #D69DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69DBA.

Preview

Color preview on black background

This text has color #D69DBA on black background.


Color preview on white background

This text has color #D69DBA on white background.


Black color preview on #D69DBA background

This text has black color on #D69DBA background.


White color preview on #D69DBA background

This text has white color on #D69DBA background.


Related colors

Complementary color

Complementary color for #hex is #296245.


I love getcolorcode.com

Triadic colors

1 #BAD69D and #9DBAD6 with #D69DBA are triadic colors.

2 #BA9DD6 and #9DD6BA with #D69DBA are triadic colors.