COLOR #D799BB

HEX: #D799BB
RGB: (215,153,187)

Color info

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

RGB color model

#D799BB color RGB value is (215,153,187).

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

RGB channels and saturation

R 215 of 255 = 84%
G 153 of 255 = 60%
B 187 of 255 = 73%

215
153
187

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

Portions of RGB colors in percentages

R + G + B =
215 + 153 + 187 = 555 (100%)
R 215 of 555 ~ 38.74%
G 153 of 555 ~ 27.57%
B 187 of 555 ~ 33.69%

%38.74
%27.57
%33.69

CMYK color model

#D799BB color CMYK value is (0,29,13,16).

  • cyan value is 0.00%
  • magenta value is 28.84%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK:
(0,29,13,16)
C0M29Y13K16 
(0%,29%,13%,16%)
(0.00/0.29/0.13/0.16)	

CMYK percentages

%0
%28.84
%13.02
%15.69

Codes

Color #D799BB in popluar color models

D799BB
RGB215153187
HSL327°43.66%72.16%
HSB/HSV327°28.84%84.31%
CMYK0.00%28.84%13.02%
15.69%

Color #D799BB in popluar number systems.

HEXD799BB
Decimal215153187
Binary110101111001100110111011
Octal327231273

Shades and tints

Shades of #D799BB

#D799BB
(215,153,187)
#C48CAA
(196,140,170)
#B17F99
(177,127,153)
#9E7288
(158,114,136)
#8B6577
(139,101,119)
#785866
(120,88,102)
#654B55
(101,75,85)
#523E44
(82,62,68)
#3F3133
(63,49,51)
#2C2422
(44,36,34)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #D799BB

#D799BB
(215,153,187)
#DAA2C1
(218,162,193)
#DDABC7
(221,171,199)
#E0B4CD
(224,180,205)
#E3BDD3
(227,189,211)
#E6C6D9
(230,198,217)
#E9CFDF
(233,207,223)
#ECD8E5
(236,216,229)
#EFE1EB
(239,225,235)
#F2EAF1
(242,234,241)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D799BB; }

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

This text font color is #D799BB.


Background Color

.myBgColor { background-color: #D799BB; }

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

This div background color is #D799BB.


Border color

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

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

This div border color is #D799BB.


Opacity

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

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

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

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

This text has shadow with #D799BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D799BB on black background.


Color preview on white background

This text has color #D799BB on white background.



Black color preview on #D799BB background

This text has black color on #D799BB background.


White color preview on #D799BB background

This text has white color on #D799BB background.