COLOR #DAAFB7

HEX: #DAAFB7 RGB: (218,175,183)

Color info

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

RGB color model

#DAAFB7 color RGB value is (218,175,183).

RGB: (218,175,183) (85%, 69%, 72%)

RGB channels and saturation

R 218 of 255 = 85%
G 175 of 255 = 69%
B 183 of 255 = 72%

218
175
183

R + G + B ~ 75%. #DAAFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 175 + 183 = 576 (100%)
R 218 of 576 ~ 37.85%
G 175 of 576 ~ 30.38%
B 183 of 576 ~ 31.77'%

%37.85
%30.38
%31.77

CMYK color model

#DAAFB7 color CMYK value is (0,20,16,15).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 16.06%
  • key color value is 14.51%

CMYK: (0,20,16,15)
C0M20Y16K15 (0%, 20%, 16%, 15%)
(0.00 / 0.20 / 0.16 / 0.15)

CMYK percentages

%0
%19.72
%16.06
%14.51

Codes

Color #DAAFB7 in popluar color models

DA AF B7
RGB 218 175 183
HSL 349° 36.75% 77.06%
HSB/HSV 349° 19.72% 85.49%
CMYK 0.00% 19.72% 16.06%
14.51%

Color #DAAFB7 in popluar number systems.

HEX DA AF B7
Decimal 218 175 183
Binary 11011010 10101111 10110111
Octal 332 257 267

Shades and tints

Shades of #DAAFB7

#DAAFB7
(218,175,183)
#C7A0A7
(199,160,167)
#B49197
(180,145,151)
#A18287
(161,130,135)
#8E7377
(142,115,119)
#7B6467
(123,100,103)
#685557
(104,85,87)
#554647
(85,70,71)
#423737
(66,55,55)
#2F2827
(47,40,39)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #DAAFB7

#DAAFB7
(218,175,183)
#DDB6BD
(221,182,189)
#E0BDC3
(224,189,195)
#E3C4C9
(227,196,201)
#E6CBCF
(230,203,207)
#E9D2D5
(233,210,213)
#ECD9DB
(236,217,219)
#EFE0E1
(239,224,225)
#F2E7E7
(242,231,231)
#F5EEED
(245,238,237)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAFB7 color. Also use rgb(218,175,183) instead hex code.

Text Font Color

.myTextColor { color: #DAAFB7; }

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

This text font color is #DAAFB7.

Background Color

.myBgColor { background-color: #DAAFB7; }

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

This div background color is #DAAFB7.

Border color

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

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

This div border color is #DAAFB7.

Opacity

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

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

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

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

This text has shadow with #DAAFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAFB7.

Preview

Color preview on black background

This text has color #DAAFB7 on black background.


Color preview on white background

This text has color #DAAFB7 on white background.


Black color preview on #DAAFB7 background

This text has black color on #DAAFB7 background.


White color preview on #DAAFB7 background

This text has white color on #DAAFB7 background.


Related colors

Complementary color

Complementary color for #hex is #255048.


I love getcolorcode.com

Triadic colors

1 #B7DAAF and #AFB7DA with #DAAFB7 are triadic colors.

2 #B7AFDA and #AFDAB7 with #DAAFB7 are triadic colors.