COLOR #D5AFAB

HEX: #D5AFAB RGB: (213,175,171)

Color info

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

RGB color model

#D5AFAB color RGB value is (213,175,171).

RGB: (213,175,171) (84%, 69%, 67%)

RGB channels and saturation

R 213 of 255 = 84%
G 175 of 255 = 69%
B 171 of 255 = 67%

213
175
171

R + G + B ~ 73%. #D5AFAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 175 + 171 = 559 (100%)
R 213 of 559 ~ 38.1%
G 175 of 559 ~ 31.31%
B 171 of 559 ~ 30.59'%

%38.1
%31.31
%30.59

CMYK color model

#D5AFAB color CMYK value is (0,18,20,16).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 19.72%
  • key color value is 16.47%
CMYK: (0,18,20,16) C0M18Y20K16 (0%,18%,20%,16%) (0.00/0.18/0.20/0.16) 

CMYK percentages

%0
%17.84
%19.72
%16.47

Codes

Color #D5AFAB in popluar color models

D5 AF AB
RGB 213 175 171
HSL 33.33% 75.29%
HSB/HSV 19.72% 83.53%
CMYK 0.00% 17.84% 19.72%
16.47%

Color #D5AFAB in popluar number systems.

HEX D5 AF AB
Decimal 213 175 171
Binary 11010101 10101111 10101011
Octal 325 257 253

Shades and tints

Shades of #D5AFAB

#D5AFAB
(213,175,171)
#C2A09C
(194,160,156)
#AF918D
(175,145,141)
#9C827E
(156,130,126)
#89736F
(137,115,111)
#766460
(118,100,96)
#635551
(99,85,81)
#504642
(80,70,66)
#3D3733
(61,55,51)
#2A2824
(42,40,36)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #D5AFAB

#D5AFAB
(213,175,171)
#D8B6B2
(216,182,178)
#DBBDB9
(219,189,185)
#DEC4C0
(222,196,192)
#E1CBC7
(225,203,199)
#E4D2CE
(228,210,206)
#E7D9D5
(231,217,213)
#EAE0DC
(234,224,220)
#EDE7E3
(237,231,227)
#F0EEEA
(240,238,234)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AFAB color. Also use rgb(213,175,171) instead hex code.

Text Font Color

.myTextColor { color: #D5AFAB; }

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

This text font color is #D5AFAB.

Background Color

.myBgColor { background-color: #D5AFAB; }

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

This div background color is #D5AFAB.

Border color

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

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

This div border color is #D5AFAB.

Opacity

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

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

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

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

This text has shadow with #D5AFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5AFAB.

Preview

Color preview on black background

This text has color #D5AFAB on black background.


Color preview on white background

This text has color #D5AFAB on white background.


Black color preview on #D5AFAB background

This text has black color on #D5AFAB background.


White color preview on #D5AFAB background

This text has white color on #D5AFAB background.


Related colors

Complementary color

Complementary color for #hex is #2A5054.


I love getcolorcode.com

Triadic colors

1 #ABD5AF and #AFABD5 with #D5AFAB are triadic colors.

2 #ABAFD5 and #AFD5AB with #D5AFAB are triadic colors.