COLOR #D99599

HEX: #D99599
RGB: (217,149,153)

Color info

#D99599 contains mainly red color. Web safe color of #D99599 is #CC9999 (or #C99).

RGB color model

#D99599 color RGB value is (217,149,153).

  • red value is 217;
  • green value is 149;
  • blue value is 153.
RGB:
(217,149,153)
(85%,58%,60%)

RGB channels and saturation

R 217 of 255 = 85%
G 149 of 255 = 58%
B 153 of 255 = 60%

217
149
153

R + G + B ~ 68%. #D99599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 149 + 153 = 519 (100%)
R 217 of 519 ~ 41.81%
G 149 of 519 ~ 28.71%
B 153 of 519 ~ 29.48%

%41.81
%28.71
%29.48

CMYK color model

#D99599 color CMYK value is (0,31,29,15).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 29.49%
  • key color value is 14.90%
CMYK:
(0,31,29,15)
C0M31Y29K15 
(0%,31%,29%,15%)
(0.00/0.31/0.29/0.15)	

CMYK percentages

%0
%31.34
%29.49
%14.9

Codes

Color #D99599 in popluar color models

D99599
RGB217149153
HSL356°47.22%71.76%
HSB/HSV356°31.34%85.10%
CMYK0.00%31.34%29.49%
14.90%

Color #D99599 in popluar number systems.

HEXD99599
Decimal217149153
Binary110110011001010110011001
Octal331225231

Shades and tints

Shades of #D99599

#D99599
(217,149,153)
#C6888C
(198,136,140)
#B37B7F
(179,123,127)
#A06E72
(160,110,114)
#8D6165
(141,97,101)
#7A5458
(122,84,88)
#67474B
(103,71,75)
#543A3E
(84,58,62)
#412D31
(65,45,49)
#2E2024
(46,32,36)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #D99599

#D99599
(217,149,153)
#DC9EA2
(220,158,162)
#DFA7AB
(223,167,171)
#E2B0B4
(226,176,180)
#E5B9BD
(229,185,189)
#E8C2C6
(232,194,198)
#EBCBCF
(235,203,207)
#EED4D8
(238,212,216)
#F1DDE1
(241,221,225)
#F4E6EA
(244,230,234)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99599 color. Also use rgb(217,149,153) instead hex code.

Text Font Color

.myTextColor { color: #D99599; }

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

This text font color is #D99599.


Background Color

.myBgColor { background-color: #D99599; }

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

This div background color is #D99599.


Border color

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

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

This div border color is #D99599.


Opacity

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

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

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

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

This text has shadow with #D99599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99599 on black background.


Color preview on white background

This text has color #D99599 on white background.



Black color preview on #D99599 background

This text has black color on #D99599 background.


White color preview on #D99599 background

This text has white color on #D99599 background.