COLOR #D791AB

HEX: #D791AB
RGB: (215,145,171)

Color info

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

RGB color model

#D791AB color RGB value is (215,145,171).

  • red value is 215;
  • green value is 145;
  • blue value is 171.
RGB:
(215,145,171)
(84%,57%,67%)

RGB channels and saturation

R 215 of 255 = 84%
G 145 of 255 = 57%
B 171 of 255 = 67%

215
145
171

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

Portions of RGB colors in percentages

R + G + B =
215 + 145 + 171 = 531 (100%)
R 215 of 531 ~ 40.49%
G 145 of 531 ~ 27.31%
B 171 of 531 ~ 32.2%

%40.49
%27.31
%32.2

CMYK color model

#D791AB color CMYK value is (0,33,20,16).

  • cyan value is 0.00%
  • magenta value is 32.56%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(0,33,20,16)
C0M33Y20K16 
(0%,33%,20%,16%)
(0.00/0.33/0.20/0.16)	

CMYK percentages

%0
%32.56
%20.47
%15.69

Codes

Color #D791AB in popluar color models

D791AB
RGB215145171
HSL338°46.67%70.59%
HSB/HSV338°32.56%84.31%
CMYK0.00%32.56%20.47%
15.69%

Color #D791AB in popluar number systems.

HEXD791AB
Decimal215145171
Binary110101111001000110101011
Octal327221253

Shades and tints

Shades of #D791AB

#D791AB
(215,145,171)
#C4849C
(196,132,156)
#B1778D
(177,119,141)
#9E6A7E
(158,106,126)
#8B5D6F
(139,93,111)
#785060
(120,80,96)
#654351
(101,67,81)
#523642
(82,54,66)
#3F2933
(63,41,51)
#2C1C24
(44,28,36)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #D791AB

#D791AB
(215,145,171)
#DA9BB2
(218,155,178)
#DDA5B9
(221,165,185)
#E0AFC0
(224,175,192)
#E3B9C7
(227,185,199)
#E6C3CE
(230,195,206)
#E9CDD5
(233,205,213)
#ECD7DC
(236,215,220)
#EFE1E3
(239,225,227)
#F2EBEA
(242,235,234)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D791AB color. Also use rgb(215,145,171) instead hex code.

Text Font Color

.myTextColor { color: #D791AB; }

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

This text font color is #D791AB.


Background Color

.myBgColor { background-color: #D791AB; }

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

This div background color is #D791AB.


Border color

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

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

This div border color is #D791AB.


Opacity

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

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

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

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

This text has shadow with #D791AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D791AB on black background.


Color preview on white background

This text has color #D791AB on white background.



Black color preview on #D791AB background

This text has black color on #D791AB background.


White color preview on #D791AB background

This text has white color on #D791AB background.