COLOR #D69DB7

HEX: #D69DB7 RGB: (214,157,183)

Color info

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

RGB color model

#D69DB7 color RGB value is (214,157,183).

RGB: (214,157,183) (84%, 62%, 72%)

RGB channels and saturation

R 214 of 255 = 84%
G 157 of 255 = 62%
B 183 of 255 = 72%

214
157
183

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

Portions of RGB colors in percentages

R + G + B = 214 + 157 + 183 = 554 (100%)
R 214 of 554 ~ 38.63%
G 157 of 554 ~ 28.34%
B 183 of 554 ~ 33.03'%

%38.63
%28.34
%33.03

CMYK color model

#D69DB7 color CMYK value is (0,27,14,16).

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

CMYK: (0,27,14,16)
C0M27Y14K16 (0%, 27%, 14%, 16%)
(0.00 / 0.27 / 0.14 / 0.16)

CMYK percentages

%0
%26.64
%14.49
%16.08

Codes

Color #D69DB7 in popluar color models

D6 9D B7
RGB 214 157 183
HSL 333° 41.01% 72.75%
HSB/HSV 333° 26.64% 83.92%
CMYK 0.00% 26.64% 14.49%
16.08%

Color #D69DB7 in popluar number systems.

HEX D6 9D B7
Decimal 214 157 183
Binary 11010110 10011101 10110111
Octal 326 235 267

Shades and tints

Shades of #D69DB7

#D69DB7
(214,157,183)
#C38FA7
(195,143,167)
#B08197
(176,129,151)
#9D7387
(157,115,135)
#8A6577
(138,101,119)
#775767
(119,87,103)
#644957
(100,73,87)
#513B47
(81,59,71)
#3E2D37
(62,45,55)
#2B1F27
(43,31,39)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #D69DB7

#D69DB7
(214,157,183)
#D9A5BD
(217,165,189)
#DCADC3
(220,173,195)
#DFB5C9
(223,181,201)
#E2BDCF
(226,189,207)
#E5C5D5
(229,197,213)
#E8CDDB
(232,205,219)
#EBD5E1
(235,213,225)
#EEDDE7
(238,221,231)
#F1E5ED
(241,229,237)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D69DB7; }

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

This text font color is #D69DB7.

Background Color

.myBgColor { background-color: #D69DB7; }

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

This div background color is #D69DB7.

Border color

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

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

This div border color is #D69DB7.

Opacity

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

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

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

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

This text has shadow with #D69DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69DB7.

Preview

Color preview on black background

This text has color #D69DB7 on black background.


Color preview on white background

This text has color #D69DB7 on white background.


Black color preview on #D69DB7 background

This text has black color on #D69DB7 background.


White color preview on #D69DB7 background

This text has white color on #D69DB7 background.


Related colors

Complementary color

Complementary color for #hex is #296248.


I love getcolorcode.com

Triadic colors

1 #B7D69D and #9DB7D6 with #D69DB7 are triadic colors.

2 #B79DD6 and #9DD6B7 with #D69DB7 are triadic colors.