COLOR #D69FA6

HEX: #D69FA6 RGB: (214,159,166)

Color info

#D69FA6 contains red, green and blue colors in about the same proportion. Web safe color of #D69FA6 is #CC9999 (or #C99).

RGB color model

#D69FA6 color RGB value is (214,159,166).

RGB: (214,159,166) (84%, 62%, 65%)

RGB channels and saturation

R 214 of 255 = 84%
G 159 of 255 = 62%
B 166 of 255 = 65%

214
159
166

R + G + B ~ 70%. #D69FA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 159 + 166 = 539 (100%)
R 214 of 539 ~ 39.7%
G 159 of 539 ~ 29.5%
B 166 of 539 ~ 30.8'%

%39.7
%29.5
%30.8

CMYK color model

#D69FA6 color CMYK value is (0,26,22,16).

  • cyan value is 0.00%
  • magenta value is 25.70%
  • yellow value is 22.43%
  • key color value is 16.08%
CMYK: (0,26,22,16) C0M26Y22K16 (0%,26%,22%,16%) (0.00/0.26/0.22/0.16) 

CMYK percentages

%0
%25.7
%22.43
%16.08

Codes

Color #D69FA6 in popluar color models

D6 9F A6
RGB 214 159 166
HSL 352° 40.15% 73.14%
HSB/HSV 352° 25.70% 83.92%
CMYK 0.00% 25.70% 22.43%
16.08%

Color #D69FA6 in popluar number systems.

HEX D6 9F A6
Decimal 214 159 166
Binary 11010110 10011111 10100110
Octal 326 237 246

Shades and tints

Shades of #D69FA6

#D69FA6
(214,159,166)
#C39197
(195,145,151)
#B08388
(176,131,136)
#9D7579
(157,117,121)
#8A676A
(138,103,106)
#77595B
(119,89,91)
#644B4C
(100,75,76)
#513D3D
(81,61,61)
#3E2F2E
(62,47,46)
#2B211F
(43,33,31)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #D69FA6

#D69FA6
(214,159,166)
#D9A7AE
(217,167,174)
#DCAFB6
(220,175,182)
#DFB7BE
(223,183,190)
#E2BFC6
(226,191,198)
#E5C7CE
(229,199,206)
#E8CFD6
(232,207,214)
#EBD7DE
(235,215,222)
#EEDFE6
(238,223,230)
#F1E7EE
(241,231,238)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69FA6 color. Also use rgb(214,159,166) instead hex code.

Text Font Color

.myTextColor { color: #D69FA6; }

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

This text font color is #D69FA6.

Background Color

.myBgColor { background-color: #D69FA6; }

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

This div background color is #D69FA6.

Border color

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

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

This div border color is #D69FA6.

Opacity

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

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

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

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

This text has shadow with #D69FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D69FA6.

Preview

Color preview on black background

This text has color #D69FA6 on black background.


Color preview on white background

This text has color #D69FA6 on white background.


Black color preview on #D69FA6 background

This text has black color on #D69FA6 background.


White color preview on #D69FA6 background

This text has white color on #D69FA6 background.


Related colors

Complementary color

Complementary color for #hex is #296059.


I love getcolorcode.com

Triadic colors

1 #A6D69F and #9FA6D6 with #D69FA6 are triadic colors.

2 #A69FD6 and #9FD6A6 with #D69FA6 are triadic colors.