COLOR #D792AB

HEX: #D792AB
RGB: (215,146,171)

Color info

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

RGB color model

#D792AB color RGB value is (215,146,171).

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

RGB channels and saturation

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

215
146
171

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

Portions of RGB colors in percentages

R + G + B =
215 + 146 + 171 = 532 (100%)
R 215 of 532 ~ 40.41%
G 146 of 532 ~ 27.44%
B 171 of 532 ~ 32.14%

%40.41
%27.44
%32.14

CMYK color model

#D792AB color CMYK value is (0,32,20,16).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(0,32,20,16)
C0M32Y20K16 
(0%,32%,20%,16%)
(0.00/0.32/0.20/0.16)	

CMYK percentages

%0
%32.09
%20.47
%15.69

Codes

Color #D792AB in popluar color models

D792AB
RGB215146171
HSL338°46.31%70.78%
HSB/HSV338°32.09%84.31%
CMYK0.00%32.09%20.47%
15.69%

Color #D792AB in popluar number systems.

HEXD792AB
Decimal215146171
Binary110101111001001010101011
Octal327222253

Shades and tints

Shades of #D792AB

#D792AB
(215,146,171)
#C4859C
(196,133,156)
#B1788D
(177,120,141)
#9E6B7E
(158,107,126)
#8B5E6F
(139,94,111)
#785160
(120,81,96)
#654451
(101,68,81)
#523742
(82,55,66)
#3F2A33
(63,42,51)
#2C1D24
(44,29,36)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #D792AB

#D792AB
(215,146,171)
#DA9BB2
(218,155,178)
#DDA4B9
(221,164,185)
#E0ADC0
(224,173,192)
#E3B6C7
(227,182,199)
#E6BFCE
(230,191,206)
#E9C8D5
(233,200,213)
#ECD1DC
(236,209,220)
#EFDAE3
(239,218,227)
#F2E3EA
(242,227,234)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D792AB; }

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

This text font color is #D792AB.


Background Color

.myBgColor { background-color: #D792AB; }

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

This div background color is #D792AB.


Border color

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

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

This div border color is #D792AB.


Opacity

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

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

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

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

This text has shadow with #D792AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D792AB on black background.


Color preview on white background

This text has color #D792AB on white background.



Black color preview on #D792AB background

This text has black color on #D792AB background.


White color preview on #D792AB background

This text has white color on #D792AB background.