COLOR #D699AB

HEX: #D699AB RGB: (214,153,171)

Color info

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

RGB color model

#D699AB color RGB value is (214,153,171).

RGB: (214,153,171) (84%, 60%, 67%)

RGB channels and saturation

R 214 of 255 = 84%
G 153 of 255 = 60%
B 171 of 255 = 67%

214
153
171

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

Portions of RGB colors in percentages

R + G + B = 214 + 153 + 171 = 538 (100%)
R 214 of 538 ~ 39.78%
G 153 of 538 ~ 28.44%
B 171 of 538 ~ 31.78'%

%39.78
%28.44
%31.78

CMYK color model

#D699AB color CMYK value is (0,29,20,16).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 20.09%
  • key color value is 16.08%

CMYK: (0,29,20,16)
C0M29Y20K16 (0%, 29%, 20%, 16%)
(0.00 / 0.29 / 0.20 / 0.16)

CMYK percentages

%0
%28.5
%20.09
%16.08

Codes

Color #D699AB in popluar color models

D6 99 AB
RGB 214 153 171
HSL 342° 42.66% 71.96%
HSB/HSV 342° 28.50% 83.92%
CMYK 0.00% 28.50% 20.09%
16.08%

Color #D699AB in popluar number systems.

HEX D6 99 AB
Decimal 214 153 171
Binary 11010110 10011001 10101011
Octal 326 231 253

Shades and tints

Shades of #D699AB

#D699AB
(214,153,171)
#C38C9C
(195,140,156)
#B07F8D
(176,127,141)
#9D727E
(157,114,126)
#8A656F
(138,101,111)
#775860
(119,88,96)
#644B51
(100,75,81)
#513E42
(81,62,66)
#3E3133
(62,49,51)
#2B2424
(43,36,36)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #D699AB

#D699AB
(214,153,171)
#D9A2B2
(217,162,178)
#DCABB9
(220,171,185)
#DFB4C0
(223,180,192)
#E2BDC7
(226,189,199)
#E5C6CE
(229,198,206)
#E8CFD5
(232,207,213)
#EBD8DC
(235,216,220)
#EEE1E3
(238,225,227)
#F1EAEA
(241,234,234)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D699AB color. Also use rgb(214,153,171) instead hex code.

Text Font Color

.myTextColor { color: #D699AB; }

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

This text font color is #D699AB.

Background Color

.myBgColor { background-color: #D699AB; }

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

This div background color is #D699AB.

Border color

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

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

This div border color is #D699AB.

Opacity

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

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

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

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

This text has shadow with #D699AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D699AB.

Preview

Color preview on black background

This text has color #D699AB on black background.


Color preview on white background

This text has color #D699AB on white background.


Black color preview on #D699AB background

This text has black color on #D699AB background.


White color preview on #D699AB background

This text has white color on #D699AB background.


Related colors

Complementary color

Complementary color for #hex is #296654.


I love getcolorcode.com

Triadic colors

1 #ABD699 and #99ABD6 with #D699AB are triadic colors.

2 #AB99D6 and #99D6AB with #D699AB are triadic colors.