COLOR #D3AF98

HEX: #D3AF98 RGB: (211,175,152)

Color info

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

RGB color model

#D3AF98 color RGB value is (211,175,152).

RGB: (211,175,152) (83%, 69%, 60%)

RGB channels and saturation

R 211 of 255 = 83%
G 175 of 255 = 69%
B 152 of 255 = 60%

211
175
152

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

Portions of RGB colors in percentages

R + G + B = 211 + 175 + 152 = 538 (100%)
R 211 of 538 ~ 39.22%
G 175 of 538 ~ 32.53%
B 152 of 538 ~ 28.25'%

%39.22
%32.53
%28.25

CMYK color model

#D3AF98 color CMYK value is (0,17,28,17).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 27.96%
  • key color value is 17.25%

CMYK: (0,17,28,17)
C0M17Y28K17 (0%, 17%, 28%, 17%)
(0.00 / 0.17 / 0.28 / 0.17)

CMYK percentages

%0
%17.06
%27.96
%17.25

Codes

Color #D3AF98 in popluar color models

D3 AF 98
RGB 211 175 152
HSL 23° 40.14% 71.18%
HSB/HSV 23° 27.96% 82.75%
CMYK 0.00% 17.06% 27.96%
17.25%

Color #D3AF98 in popluar number systems.

HEX D3 AF 98
Decimal 211 175 152
Binary 11010011 10101111 10011000
Octal 323 257 230

Shades and tints

Shades of #D3AF98

#D3AF98
(211,175,152)
#C0A08B
(192,160,139)
#AD917E
(173,145,126)
#9A8271
(154,130,113)
#877364
(135,115,100)
#746457
(116,100,87)
#61554A
(97,85,74)
#4E463D
(78,70,61)
#3B3730
(59,55,48)
#282823
(40,40,35)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #D3AF98

#D3AF98
(211,175,152)
#D7B6A1
(215,182,161)
#DBBDAA
(219,189,170)
#DFC4B3
(223,196,179)
#E3CBBC
(227,203,188)
#E7D2C5
(231,210,197)
#EBD9CE
(235,217,206)
#EFE0D7
(239,224,215)
#F3E7E0
(243,231,224)
#F7EEE9
(247,238,233)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AF98 color. Also use rgb(211,175,152) instead hex code.

Text Font Color

.myTextColor { color: #D3AF98; }

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

This text font color is #D3AF98.

Background Color

.myBgColor { background-color: #D3AF98; }

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

This div background color is #D3AF98.

Border color

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

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

This div border color is #D3AF98.

Opacity

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

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

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

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

This text has shadow with #D3AF98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3AF98.

Preview

Color preview on black background

This text has color #D3AF98 on black background.


Color preview on white background

This text has color #D3AF98 on white background.


Black color preview on #D3AF98 background

This text has black color on #D3AF98 background.


White color preview on #D3AF98 background

This text has white color on #D3AF98 background.


Related colors

Complementary color

Complementary color for #hex is #2C5067.


I love getcolorcode.com

Triadic colors

1 #98D3AF and #AF98D3 with #D3AF98 are triadic colors.

2 #98AFD3 and #AFD398 with #D3AF98 are triadic colors.