COLOR #D6AFBD

HEX: #D6AFBD RGB: (214,175,189)

Color info

#D6AFBD contains red, green and blue colors in about the same proportion. Web safe color of #D6AFBD is #CC99CC (or #C9C).

RGB color model

#D6AFBD color RGB value is (214,175,189).

RGB: (214,175,189) (84%, 69%, 74%)

RGB channels and saturation

R 214 of 255 = 84%
G 175 of 255 = 69%
B 189 of 255 = 74%

214
175
189

R + G + B ~ 76%. #D6AFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 175 + 189 = 578 (100%)
R 214 of 578 ~ 37.02%
G 175 of 578 ~ 30.28%
B 189 of 578 ~ 32.7'%

%37.02
%30.28
%32.7

CMYK color model

#D6AFBD color CMYK value is (0,18,12,16).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 11.68%
  • key color value is 16.08%

CMYK: (0,18,12,16)
C0M18Y12K16 (0%, 18%, 12%, 16%)
(0.00 / 0.18 / 0.12 / 0.16)

CMYK percentages

%0
%18.22
%11.68
%16.08

Codes

Color #D6AFBD in popluar color models

D6 AF BD
RGB 214 175 189
HSL 338° 32.23% 76.27%
HSB/HSV 338° 18.22% 83.92%
CMYK 0.00% 18.22% 11.68%
16.08%

Color #D6AFBD in popluar number systems.

HEX D6 AF BD
Decimal 214 175 189
Binary 11010110 10101111 10111101
Octal 326 257 275

Shades and tints

Shades of #D6AFBD

#D6AFBD
(214,175,189)
#C3A0AC
(195,160,172)
#B0919B
(176,145,155)
#9D828A
(157,130,138)
#8A7379
(138,115,121)
#776468
(119,100,104)
#645557
(100,85,87)
#514646
(81,70,70)
#3E3735
(62,55,53)
#2B2824
(43,40,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #D6AFBD

#D6AFBD
(214,175,189)
#D9B6C3
(217,182,195)
#DCBDC9
(220,189,201)
#DFC4CF
(223,196,207)
#E2CBD5
(226,203,213)
#E5D2DB
(229,210,219)
#E8D9E1
(232,217,225)
#EBE0E7
(235,224,231)
#EEE7ED
(238,231,237)
#F1EEF3
(241,238,243)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AFBD; }

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

This text font color is #D6AFBD.

Background Color

.myBgColor { background-color: #D6AFBD; }

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

This div background color is #D6AFBD.

Border color

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

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

This div border color is #D6AFBD.

Opacity

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

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

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

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

This text has shadow with #D6AFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AFBD.

Preview

Color preview on black background

This text has color #D6AFBD on black background.


Color preview on white background

This text has color #D6AFBD on white background.


Black color preview on #D6AFBD background

This text has black color on #D6AFBD background.


White color preview on #D6AFBD background

This text has white color on #D6AFBD background.


Related colors

Complementary color

Complementary color for #hex is #295042.


I love getcolorcode.com

Triadic colors

1 #BDD6AF and #AFBDD6 with #D6AFBD are triadic colors.

2 #BDAFD6 and #AFD6BD with #D6AFBD are triadic colors.