COLOR #D898A5

HEX: #D898A5 RGB: (216,152,165)

Color info

#D898A5 contains mainly red and blue colors. Web safe color of #D898A5 is #CC9999 (or #C99).

RGB color model

#D898A5 color RGB value is (216,152,165).

RGB: (216,152,165) (85%, 60%, 65%)

RGB channels and saturation

R 216 of 255 = 85%
G 152 of 255 = 60%
B 165 of 255 = 65%

216
152
165

R + G + B ~ 70%. #D898A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 152 + 165 = 533 (100%)
R 216 of 533 ~ 40.53%
G 152 of 533 ~ 28.52%
B 165 of 533 ~ 30.96'%

%40.53
%28.52
%30.96

CMYK color model

#D898A5 color CMYK value is (0,30,24,15).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 23.61%
  • key color value is 15.29%

CMYK: (0,30,24,15)
C0M30Y24K15 (0%, 30%, 24%, 15%)
(0.00 / 0.30 / 0.24 / 0.15)

CMYK percentages

%0
%29.63
%23.61
%15.29

Codes

Color #D898A5 in popluar color models

D8 98 A5
RGB 216 152 165
HSL 348° 45.07% 72.16%
HSB/HSV 348° 29.63% 84.71%
CMYK 0.00% 29.63% 23.61%
15.29%

Color #D898A5 in popluar number systems.

HEX D8 98 A5
Decimal 216 152 165
Binary 11011000 10011000 10100101
Octal 330 230 245

Shades and tints

Shades of #D898A5

#D898A5
(216,152,165)
#C58B96
(197,139,150)
#B27E87
(178,126,135)
#9F7178
(159,113,120)
#8C6469
(140,100,105)
#79575A
(121,87,90)
#664A4B
(102,74,75)
#533D3C
(83,61,60)
#40302D
(64,48,45)
#2D231E
(45,35,30)
#1A160F
(26,22,15)
#000000
(0,0,0)

Tints of #D898A5

#D898A5
(216,152,165)
#DBA1AD
(219,161,173)
#DEAAB5
(222,170,181)
#E1B3BD
(225,179,189)
#E4BCC5
(228,188,197)
#E7C5CD
(231,197,205)
#EACED5
(234,206,213)
#EDD7DD
(237,215,221)
#F0E0E5
(240,224,229)
#F3E9ED
(243,233,237)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D898A5 color. Also use rgb(216,152,165) instead hex code.

Text Font Color

.myTextColor { color: #D898A5; }

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

This text font color is #D898A5.

Background Color

.myBgColor { background-color: #D898A5; }

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

This div background color is #D898A5.

Border color

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

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

This div border color is #D898A5.

Opacity

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

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

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

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

This text has shadow with #D898A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D898A5.

Preview

Color preview on black background

This text has color #D898A5 on black background.


Color preview on white background

This text has color #D898A5 on white background.


Black color preview on #D898A5 background

This text has black color on #D898A5 background.


White color preview on #D898A5 background

This text has white color on #D898A5 background.


Related colors

Complementary color

Complementary color for #hex is #27675A.


I love getcolorcode.com

Triadic colors

1 #A5D898 and #98A5D8 with #D898A5 are triadic colors.

2 #A598D8 and #98D8A5 with #D898A5 are triadic colors.