COLOR #D993BA

HEX: #D993BA
RGB: (217,147,186)

Color info

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

RGB color model

#D993BA color RGB value is (217,147,186).

  • red value is 217;
  • green value is 147;
  • blue value is 186.
RGB:
(217,147,186)
(85%,58%,73%)

RGB channels and saturation

R 217 of 255 = 85%
G 147 of 255 = 58%
B 186 of 255 = 73%

217
147
186

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

Portions of RGB colors in percentages

R + G + B =
217 + 147 + 186 = 550 (100%)
R 217 of 550 ~ 39.45%
G 147 of 550 ~ 26.73%
B 186 of 550 ~ 33.82%

%39.45
%26.73
%33.82

CMYK color model

#D993BA color CMYK value is (0,32,14,15).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 14.29%
  • key color value is 14.90%
CMYK:
(0,32,14,15)
C0M32Y14K15 
(0%,32%,14%,15%)
(0.00/0.32/0.14/0.15)	

CMYK percentages

%0
%32.26
%14.29
%14.9

Codes

Color #D993BA in popluar color models

D993BA
RGB217147186
HSL327°47.95%71.37%
HSB/HSV327°32.26%85.10%
CMYK0.00%32.26%14.29%
14.90%

Color #D993BA in popluar number systems.

HEXD993BA
Decimal217147186
Binary110110011001001110111010
Octal331223272

Shades and tints

Shades of #D993BA

#D993BA
(217,147,186)
#C686AA
(198,134,170)
#B3799A
(179,121,154)
#A06C8A
(160,108,138)
#8D5F7A
(141,95,122)
#7A526A
(122,82,106)
#67455A
(103,69,90)
#54384A
(84,56,74)
#412B3A
(65,43,58)
#2E1E2A
(46,30,42)
#1B111A
(27,17,26)
#000000
(0,0,0)

Tints of #D993BA

#D993BA
(217,147,186)
#DC9CC0
(220,156,192)
#DFA5C6
(223,165,198)
#E2AECC
(226,174,204)
#E5B7D2
(229,183,210)
#E8C0D8
(232,192,216)
#EBC9DE
(235,201,222)
#EED2E4
(238,210,228)
#F1DBEA
(241,219,234)
#F4E4F0
(244,228,240)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D993BA color. Also use rgb(217,147,186) instead hex code.

Text Font Color

.myTextColor { color: #D993BA; }

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

This text font color is #D993BA.


Background Color

.myBgColor { background-color: #D993BA; }

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

This div background color is #D993BA.


Border color

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

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

This div border color is #D993BA.


Opacity

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

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

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

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

This text has shadow with #D993BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D993BA on black background.


Color preview on white background

This text has color #D993BA on white background.



Black color preview on #D993BA background

This text has black color on #D993BA background.


White color preview on #D993BA background

This text has white color on #D993BA background.