COLOR #D996BE

HEX: #D996BE
RGB: (217,150,190)

Color info

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

RGB color model

#D996BE color RGB value is (217,150,190).

  • red value is 217;
  • green value is 150;
  • blue value is 190.
RGB:
(217,150,190)
(85%,59%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 150 of 255 = 59%
B 190 of 255 = 75%

217
150
190

R + G + B ~ 73%. #D996BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 150 + 190 = 557 (100%)
R 217 of 557 ~ 38.96%
G 150 of 557 ~ 26.93%
B 190 of 557 ~ 34.11%

%38.96
%26.93
%34.11

CMYK color model

#D996BE color CMYK value is (0,31,12,15).

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(0,31,12,15)
C0M31Y12K15 
(0%,31%,12%,15%)
(0.00/0.31/0.12/0.15)	

CMYK percentages

%0
%30.88
%12.44
%14.9

Codes

Color #D996BE in popluar color models

D996BE
RGB217150190
HSL324°46.85%71.96%
HSB/HSV324°30.88%85.10%
CMYK0.00%30.88%12.44%
14.90%

Color #D996BE in popluar number systems.

HEXD996BE
Decimal217150190
Binary110110011001011010111110
Octal331226276

Shades and tints

Shades of #D996BE

#D996BE
(217,150,190)
#C689AD
(198,137,173)
#B37C9C
(179,124,156)
#A06F8B
(160,111,139)
#8D627A
(141,98,122)
#7A5569
(122,85,105)
#674858
(103,72,88)
#543B47
(84,59,71)
#412E36
(65,46,54)
#2E2125
(46,33,37)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #D996BE

#D996BE
(217,150,190)
#DC9FC3
(220,159,195)
#DFA8C8
(223,168,200)
#E2B1CD
(226,177,205)
#E5BAD2
(229,186,210)
#E8C3D7
(232,195,215)
#EBCCDC
(235,204,220)
#EED5E1
(238,213,225)
#F1DEE6
(241,222,230)
#F4E7EB
(244,231,235)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D996BE color. Also use rgb(217,150,190) instead hex code.

Text Font Color

.myTextColor { color: #D996BE; }

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

This text font color is #D996BE.


Background Color

.myBgColor { background-color: #D996BE; }

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

This div background color is #D996BE.


Border color

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

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

This div border color is #D996BE.


Opacity

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

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

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

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

This text has shadow with #D996BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D996BE on black background.


Color preview on white background

This text has color #D996BE on white background.



Black color preview on #D996BE background

This text has black color on #D996BE background.


White color preview on #D996BE background

This text has white color on #D996BE background.