COLOR #D99BA4

HEX: #D99BA4 RGB: (217,155,164)

Color info

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

RGB color model

#D99BA4 color RGB value is (217,155,164).

RGB: (217,155,164) (85%, 61%, 64%)

RGB channels and saturation

R 217 of 255 = 85%
G 155 of 255 = 61%
B 164 of 255 = 64%

217
155
164

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

Portions of RGB colors in percentages

R + G + B = 217 + 155 + 164 = 536 (100%)
R 217 of 536 ~ 40.49%
G 155 of 536 ~ 28.92%
B 164 of 536 ~ 30.6'%

%40.49
%28.92
%30.6

CMYK color model

#D99BA4 color CMYK value is (0,29,24,15).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 24.42%
  • key color value is 14.90%

CMYK: (0,29,24,15)
C0M29Y24K15 (0%, 29%, 24%, 15%)
(0.00 / 0.29 / 0.24 / 0.15)

CMYK percentages

%0
%28.57
%24.42
%14.9

Codes

Color #D99BA4 in popluar color models

D9 9B A4
RGB 217 155 164
HSL 351° 44.93% 72.94%
HSB/HSV 351° 28.57% 85.10%
CMYK 0.00% 28.57% 24.42%
14.90%

Color #D99BA4 in popluar number systems.

HEX D9 9B A4
Decimal 217 155 164
Binary 11011001 10011011 10100100
Octal 331 233 244

Shades and tints

Shades of #D99BA4

#D99BA4
(217,155,164)
#C68D96
(198,141,150)
#B37F88
(179,127,136)
#A0717A
(160,113,122)
#8D636C
(141,99,108)
#7A555E
(122,85,94)
#674750
(103,71,80)
#543942
(84,57,66)
#412B34
(65,43,52)
#2E1D26
(46,29,38)
#1B0F18
(27,15,24)
#000000
(0,0,0)

Tints of #D99BA4

#D99BA4
(217,155,164)
#DCA4AC
(220,164,172)
#DFADB4
(223,173,180)
#E2B6BC
(226,182,188)
#E5BFC4
(229,191,196)
#E8C8CC
(232,200,204)
#EBD1D4
(235,209,212)
#EEDADC
(238,218,220)
#F1E3E4
(241,227,228)
#F4ECEC
(244,236,236)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99BA4 color. Also use rgb(217,155,164) instead hex code.

Text Font Color

.myTextColor { color: #D99BA4; }

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

This text font color is #D99BA4.

Background Color

.myBgColor { background-color: #D99BA4; }

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

This div background color is #D99BA4.

Border color

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

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

This div border color is #D99BA4.

Opacity

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

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

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

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

This text has shadow with #D99BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99BA4.

Preview

Color preview on black background

This text has color #D99BA4 on black background.


Color preview on white background

This text has color #D99BA4 on white background.


Black color preview on #D99BA4 background

This text has black color on #D99BA4 background.


White color preview on #D99BA4 background

This text has white color on #D99BA4 background.


Related colors

Complementary color

Complementary color for #hex is #26645B.


I love getcolorcode.com

Triadic colors

1 #A4D99B and #9BA4D9 with #D99BA4 are triadic colors.

2 #A49BD9 and #9BD9A4 with #D99BA4 are triadic colors.