COLOR #D799B7

HEX: #D799B7
RGB: (215,153,183)

Color info

#D799B7 contains mainly red and blue colors. Web safe color of #D799B7 is #CC99CC (or #C9C).

RGB color model

#D799B7 color RGB value is (215,153,183).

  • red value is 215;
  • green value is 153;
  • blue value is 183.
RGB:
(215,153,183)
(84%,60%,72%)

RGB channels and saturation

R 215 of 255 = 84%
G 153 of 255 = 60%
B 183 of 255 = 72%

215
153
183

R + G + B ~ 72%. #D799B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 153 + 183 = 551 (100%)
R 215 of 551 ~ 39.02%
G 153 of 551 ~ 27.77%
B 183 of 551 ~ 33.21%

%39.02
%27.77
%33.21

CMYK color model

#D799B7 color CMYK value is (0,29,15,16).

  • cyan value is 0.00%
  • magenta value is 28.84%
  • yellow value is 14.88%
  • key color value is 15.69%
CMYK:
(0,29,15,16)
C0M29Y15K16 
(0%,29%,15%,16%)
(0.00/0.29/0.15/0.16)	

CMYK percentages

%0
%28.84
%14.88
%15.69

Codes

Color #D799B7 in popluar color models

D799B7
RGB215153183
HSL331°43.66%72.16%
HSB/HSV331°28.84%84.31%
CMYK0.00%28.84%14.88%
15.69%

Color #D799B7 in popluar number systems.

HEXD799B7
Decimal215153183
Binary110101111001100110110111
Octal327231267

Shades and tints

Shades of #D799B7

#D799B7
(215,153,183)
#C48CA7
(196,140,167)
#B17F97
(177,127,151)
#9E7287
(158,114,135)
#8B6577
(139,101,119)
#785867
(120,88,103)
#654B57
(101,75,87)
#523E47
(82,62,71)
#3F3137
(63,49,55)
#2C2427
(44,36,39)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #D799B7

#D799B7
(215,153,183)
#DAA2BD
(218,162,189)
#DDABC3
(221,171,195)
#E0B4C9
(224,180,201)
#E3BDCF
(227,189,207)
#E6C6D5
(230,198,213)
#E9CFDB
(233,207,219)
#ECD8E1
(236,216,225)
#EFE1E7
(239,225,231)
#F2EAED
(242,234,237)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D799B7 color. Also use rgb(215,153,183) instead hex code.

Text Font Color

.myTextColor { color: #D799B7; }

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

This text font color is #D799B7.


Background Color

.myBgColor { background-color: #D799B7; }

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

This div background color is #D799B7.


Border color

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

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

This div border color is #D799B7.


Opacity

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

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

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

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

This text has shadow with #D799B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D799B7 on black background.


Color preview on white background

This text has color #D799B7 on white background.



Black color preview on #D799B7 background

This text has black color on #D799B7 background.


White color preview on #D799B7 background

This text has white color on #D799B7 background.