COLOR #D7AFC4

HEX: #D7AFC4 RGB: (215,175,196)

Color info

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

RGB color model

#D7AFC4 color RGB value is (215,175,196).

RGB: (215,175,196) (84%, 69%, 77%)

RGB channels and saturation

R 215 of 255 = 84%
G 175 of 255 = 69%
B 196 of 255 = 77%

215
175
196

R + G + B ~ 77%. #D7AFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 175 + 196 = 586 (100%)
R 215 of 586 ~ 36.69%
G 175 of 586 ~ 29.86%
B 196 of 586 ~ 33.45'%

%36.69
%29.86
%33.45

CMYK color model

#D7AFC4 color CMYK value is (0,19,9,16).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 8.84%
  • key color value is 15.69%

CMYK: (0,19,9,16)
C0M19Y9K16 (0%, 19%, 9%, 16%)
(0.00 / 0.19 / 0.09 / 0.16)

CMYK percentages

%0
%18.6
%8.84
%15.69

Codes

Color #D7AFC4 in popluar color models

D7 AF C4
RGB 215 175 196
HSL 329° 33.33% 76.47%
HSB/HSV 329° 18.60% 84.31%
CMYK 0.00% 18.60% 8.84%
15.69%

Color #D7AFC4 in popluar number systems.

HEX D7 AF C4
Decimal 215 175 196
Binary 11010111 10101111 11000100
Octal 327 257 304

Shades and tints

Shades of #D7AFC4

#D7AFC4
(215,175,196)
#C4A0B3
(196,160,179)
#B191A2
(177,145,162)
#9E8291
(158,130,145)
#8B7380
(139,115,128)
#78646F
(120,100,111)
#65555E
(101,85,94)
#52464D
(82,70,77)
#3F373C
(63,55,60)
#2C282B
(44,40,43)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #D7AFC4

#D7AFC4
(215,175,196)
#DAB6C9
(218,182,201)
#DDBDCE
(221,189,206)
#E0C4D3
(224,196,211)
#E3CBD8
(227,203,216)
#E6D2DD
(230,210,221)
#E9D9E2
(233,217,226)
#ECE0E7
(236,224,231)
#EFE7EC
(239,231,236)
#F2EEF1
(242,238,241)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7AFC4 color. Also use rgb(215,175,196) instead hex code.

Text Font Color

.myTextColor { color: #D7AFC4; }

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

This text font color is #D7AFC4.

Background Color

.myBgColor { background-color: #D7AFC4; }

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

This div background color is #D7AFC4.

Border color

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

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

This div border color is #D7AFC4.

Opacity

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

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

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

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

This text has shadow with #D7AFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7AFC4.

Preview

Color preview on black background

This text has color #D7AFC4 on black background.


Color preview on white background

This text has color #D7AFC4 on white background.


Black color preview on #D7AFC4 background

This text has black color on #D7AFC4 background.


White color preview on #D7AFC4 background

This text has white color on #D7AFC4 background.


Related colors

Complementary color

Complementary color for #hex is #28503B.


I love getcolorcode.com

Triadic colors

1 #C4D7AF and #AFC4D7 with #D7AFC4 are triadic colors.

2 #C4AFD7 and #AFD7C4 with #D7AFC4 are triadic colors.