COLOR #D6AD98

HEX: #D6AD98 RGB: (214,173,152)

Color info

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

RGB color model

#D6AD98 color RGB value is (214,173,152).

RGB: (214,173,152) (84%, 68%, 60%)

RGB channels and saturation

R 214 of 255 = 84%
G 173 of 255 = 68%
B 152 of 255 = 60%

214
173
152

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

Portions of RGB colors in percentages

R + G + B = 214 + 173 + 152 = 539 (100%)
R 214 of 539 ~ 39.7%
G 173 of 539 ~ 32.1%
B 152 of 539 ~ 28.2'%

%39.7
%32.1
%28.2

CMYK color model

#D6AD98 color CMYK value is (0,19,29,16).

  • cyan value is 0.00%
  • magenta value is 19.16%
  • yellow value is 28.97%
  • key color value is 16.08%

CMYK: (0,19,29,16)
C0M19Y29K16 (0%, 19%, 29%, 16%)
(0.00 / 0.19 / 0.29 / 0.16)

CMYK percentages

%0
%19.16
%28.97
%16.08

Codes

Color #D6AD98 in popluar color models

D6 AD 98
RGB 214 173 152
HSL 20° 43.06% 71.76%
HSB/HSV 20° 28.97% 83.92%
CMYK 0.00% 19.16% 28.97%
16.08%

Color #D6AD98 in popluar number systems.

HEX D6 AD 98
Decimal 214 173 152
Binary 11010110 10101101 10011000
Octal 326 255 230

Shades and tints

Shades of #D6AD98

#D6AD98
(214,173,152)
#C39E8B
(195,158,139)
#B08F7E
(176,143,126)
#9D8071
(157,128,113)
#8A7164
(138,113,100)
#776257
(119,98,87)
#64534A
(100,83,74)
#51443D
(81,68,61)
#3E3530
(62,53,48)
#2B2623
(43,38,35)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #D6AD98

#D6AD98
(214,173,152)
#D9B4A1
(217,180,161)
#DCBBAA
(220,187,170)
#DFC2B3
(223,194,179)
#E2C9BC
(226,201,188)
#E5D0C5
(229,208,197)
#E8D7CE
(232,215,206)
#EBDED7
(235,222,215)
#EEE5E0
(238,229,224)
#F1ECE9
(241,236,233)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AD98 color. Also use rgb(214,173,152) instead hex code.

Text Font Color

.myTextColor { color: #D6AD98; }

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

This text font color is #D6AD98.

Background Color

.myBgColor { background-color: #D6AD98; }

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

This div background color is #D6AD98.

Border color

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

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

This div border color is #D6AD98.

Opacity

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

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

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

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

This text has shadow with #D6AD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AD98.

Preview

Color preview on black background

This text has color #D6AD98 on black background.


Color preview on white background

This text has color #D6AD98 on white background.


Black color preview on #D6AD98 background

This text has black color on #D6AD98 background.


White color preview on #D6AD98 background

This text has white color on #D6AD98 background.


Related colors

Complementary color

Complementary color for #hex is #295267.


I love getcolorcode.com

Triadic colors

1 #98D6AD and #AD98D6 with #D6AD98 are triadic colors.

2 #98ADD6 and #ADD698 with #D6AD98 are triadic colors.