COLOR #D09097

HEX: #D09097 RGB: (208,144,151)

Color info

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

RGB color model

#D09097 color RGB value is (208,144,151).

RGB: (208,144,151) (82%, 56%, 59%)

RGB channels and saturation

R 208 of 255 = 82%
G 144 of 255 = 56%
B 151 of 255 = 59%

208
144
151

R + G + B ~ 66%. #D09097 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 144 + 151 = 503 (100%)
R 208 of 503 ~ 41.35%
G 144 of 503 ~ 28.63%
B 151 of 503 ~ 30.02'%

%41.35
%28.63
%30.02

CMYK color model

#D09097 color CMYK value is (0,31,27,18).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 27.40%
  • key color value is 18.43%

CMYK: (0,31,27,18)
C0M31Y27K18 (0%, 31%, 27%, 18%)
(0.00 / 0.31 / 0.27 / 0.18)

CMYK percentages

%0
%30.77
%27.4
%18.43

Codes

Color #D09097 in popluar color models

D0 90 97
RGB 208 144 151
HSL 353° 40.51% 69.02%
HSB/HSV 353° 30.77% 81.57%
CMYK 0.00% 30.77% 27.40%
18.43%

Color #D09097 in popluar number systems.

HEX D0 90 97
Decimal 208 144 151
Binary 11010000 10010000 10010111
Octal 320 220 227

Shades and tints

Shades of #D09097

#D09097
(208,144,151)
#BE838A
(190,131,138)
#AC767D
(172,118,125)
#9A6970
(154,105,112)
#885C63
(136,92,99)
#764F56
(118,79,86)
#644249
(100,66,73)
#52353C
(82,53,60)
#40282F
(64,40,47)
#2E1B22
(46,27,34)
#1C0E15
(28,14,21)
#000000
(0,0,0)

Tints of #D09097

#D09097
(208,144,151)
#D49AA0
(212,154,160)
#D8A4A9
(216,164,169)
#DCAEB2
(220,174,178)
#E0B8BB
(224,184,187)
#E4C2C4
(228,194,196)
#E8CCCD
(232,204,205)
#ECD6D6
(236,214,214)
#F0E0DF
(240,224,223)
#F4EAE8
(244,234,232)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09097 color. Also use rgb(208,144,151) instead hex code.

Text Font Color

.myTextColor { color: #D09097; }

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

This text font color is #D09097.

Background Color

.myBgColor { background-color: #D09097; }

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

This div background color is #D09097.

Border color

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

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

This div border color is #D09097.

Opacity

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

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

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

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

This text has shadow with #D09097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09097.

Preview

Color preview on black background

This text has color #D09097 on black background.


Color preview on white background

This text has color #D09097 on white background.


Black color preview on #D09097 background

This text has black color on #D09097 background.


White color preview on #D09097 background

This text has white color on #D09097 background.


Related colors

Complementary color

Complementary color for #hex is #2F6F68.


I love getcolorcode.com

Triadic colors

1 #97D090 and #9097D0 with #D09097 are triadic colors.

2 #9790D0 and #90D097 with #D09097 are triadic colors.