COLOR #D69AAF

HEX: #D69AAF
RGB: (214,154,175)

Color info

#D69AAF contains mainly red and blue colors. Web safe color of #D69AAF is #CC9999 (or #C99).

RGB color model

#D69AAF color RGB value is (214,154,175).

  • red value is 214;
  • green value is 154;
  • blue value is 175.
RGB:
(214,154,175)
(84%,60%,69%)

RGB channels and saturation

R 214 of 255 = 84%
G 154 of 255 = 60%
B 175 of 255 = 69%

214
154
175

R + G + B ~ 71%. #D69AAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 154 + 175 = 543 (100%)
R 214 of 543 ~ 39.41%
G 154 of 543 ~ 28.36%
B 175 of 543 ~ 32.23%

%39.41
%28.36
%32.23

CMYK color model

#D69AAF color CMYK value is (0,28,18,16).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 18.22%
  • key color value is 16.08%
CMYK:
(0,28,18,16)
C0M28Y18K16 
(0%,28%,18%,16%)
(0.00/0.28/0.18/0.16)	

CMYK percentages

%0
%28.04
%18.22
%16.08

Codes

Color #D69AAF in popluar color models

D69AAF
RGB214154175
HSL339°42.25%72.16%
HSB/HSV339°28.04%83.92%
CMYK0.00%28.04%18.22%
16.08%

Color #D69AAF in popluar number systems.

HEXD69AAF
Decimal214154175
Binary110101101001101010101111
Octal326232257

Shades and tints

Shades of #D69AAF

#D69AAF
(214,154,175)
#C38CA0
(195,140,160)
#B07E91
(176,126,145)
#9D7082
(157,112,130)
#8A6273
(138,98,115)
#775464
(119,84,100)
#644655
(100,70,85)
#513846
(81,56,70)
#3E2A37
(62,42,55)
#2B1C28
(43,28,40)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #D69AAF

#D69AAF
(214,154,175)
#D9A3B6
(217,163,182)
#DCACBD
(220,172,189)
#DFB5C4
(223,181,196)
#E2BECB
(226,190,203)
#E5C7D2
(229,199,210)
#E8D0D9
(232,208,217)
#EBD9E0
(235,217,224)
#EEE2E7
(238,226,231)
#F1EBEE
(241,235,238)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69AAF color. Also use rgb(214,154,175) instead hex code.

Text Font Color

.myTextColor { color: #D69AAF; }

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

This text font color is #D69AAF.


Background Color

.myBgColor { background-color: #D69AAF; }

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

This div background color is #D69AAF.


Border color

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

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

This div border color is #D69AAF.


Opacity

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

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

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

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

This text has shadow with #D69AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69AAF on black background.


Color preview on white background

This text has color #D69AAF on white background.



Black color preview on #D69AAF background

This text has black color on #D69AAF background.


White color preview on #D69AAF background

This text has white color on #D69AAF background.