COLOR #D097AB

HEX: #D097AB
RGB: (208,151,171)

Color info

#D097AB contains red, green and blue colors in about the same proportion. Web safe color of #D097AB is #CC9999 (or #C99).

RGB color model

#D097AB color RGB value is (208,151,171).

  • red value is 208;
  • green value is 151;
  • blue value is 171.
RGB:
(208,151,171)
(82%,59%,67%)

RGB channels and saturation

R 208 of 255 = 82%
G 151 of 255 = 59%
B 171 of 255 = 67%

208
151
171

R + G + B ~ 69%. #D097AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 151 + 171 = 530 (100%)
R 208 of 530 ~ 39.25%
G 151 of 530 ~ 28.49%
B 171 of 530 ~ 32.26%

%39.25
%28.49
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 17.79%
  • key color value is 18.43%
CMYK:
(0,27,18,18)
C0M27Y18K18 
(0%,27%,18%,18%)
(0.00/0.27/0.18/0.18)	

CMYK percentages

%0
%27.4
%17.79
%18.43

Codes

Color #D097AB in popluar color models

D097AB
RGB208151171
HSL339°37.75%70.39%
HSB/HSV339°27.40%81.57%
CMYK0.00%27.40%17.79%
18.43%

Color #D097AB in popluar number systems.

HEXD097AB
Decimal208151171
Binary110100001001011110101011
Octal320227253

Shades and tints

Shades of #D097AB

#D097AB
(208,151,171)
#BE8A9C
(190,138,156)
#AC7D8D
(172,125,141)
#9A707E
(154,112,126)
#88636F
(136,99,111)
#765660
(118,86,96)
#644951
(100,73,81)
#523C42
(82,60,66)
#402F33
(64,47,51)
#2E2224
(46,34,36)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #D097AB

#D097AB
(208,151,171)
#D4A0B2
(212,160,178)
#D8A9B9
(216,169,185)
#DCB2C0
(220,178,192)
#E0BBC7
(224,187,199)
#E4C4CE
(228,196,206)
#E8CDD5
(232,205,213)
#ECD6DC
(236,214,220)
#F0DFE3
(240,223,227)
#F4E8EA
(244,232,234)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D097AB; }

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

This text font color is #D097AB.


Background Color

.myBgColor { background-color: #D097AB; }

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

This div background color is #D097AB.


Border color

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

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

This div border color is #D097AB.


Opacity

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

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

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

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

This text has shadow with #D097AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D097AB on black background.


Color preview on white background

This text has color #D097AB on white background.



Black color preview on #D097AB background

This text has black color on #D097AB background.


White color preview on #D097AB background

This text has white color on #D097AB background.