COLOR #D99CBE

HEX: #D99CBE
RGB: (217,156,190)

Color info

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

RGB color model

#D99CBE color RGB value is (217,156,190).

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

RGB channels and saturation

R 217 of 255 = 85%
G 156 of 255 = 61%
B 190 of 255 = 75%

217
156
190

R + G + B ~ 74%. #D99CBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 156 + 190 = 563 (100%)
R 217 of 563 ~ 38.54%
G 156 of 563 ~ 27.71%
B 190 of 563 ~ 33.75%

%38.54
%27.71
%33.75

CMYK color model

#D99CBE color CMYK value is (0,28,12,15).

  • cyan value is 0.00%
  • magenta value is 28.11%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(0,28,12,15)
C0M28Y12K15 
(0%,28%,12%,15%)
(0.00/0.28/0.12/0.15)	

CMYK percentages

%0
%28.11
%12.44
%14.9

Codes

Color #D99CBE in popluar color models

D99CBE
RGB217156190
HSL327°44.53%73.14%
HSB/HSV327°28.11%85.10%
CMYK0.00%28.11%12.44%
14.90%

Color #D99CBE in popluar number systems.

HEXD99CBE
Decimal217156190
Binary110110011001110010111110
Octal331234276

Shades and tints

Shades of #D99CBE

#D99CBE
(217,156,190)
#C68EAD
(198,142,173)
#B3809C
(179,128,156)
#A0728B
(160,114,139)
#8D647A
(141,100,122)
#7A5669
(122,86,105)
#674858
(103,72,88)
#543A47
(84,58,71)
#412C36
(65,44,54)
#2E1E25
(46,30,37)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #D99CBE

#D99CBE
(217,156,190)
#DCA5C3
(220,165,195)
#DFAEC8
(223,174,200)
#E2B7CD
(226,183,205)
#E5C0D2
(229,192,210)
#E8C9D7
(232,201,215)
#EBD2DC
(235,210,220)
#EEDBE1
(238,219,225)
#F1E4E6
(241,228,230)
#F4EDEB
(244,237,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99CBE; }

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

This text font color is #D99CBE.


Background Color

.myBgColor { background-color: #D99CBE; }

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

This div background color is #D99CBE.


Border color

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

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

This div border color is #D99CBE.


Opacity

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

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

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

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

This text has shadow with #D99CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99CBE on black background.


Color preview on white background

This text has color #D99CBE on white background.



Black color preview on #D99CBE background

This text has black color on #D99CBE background.


White color preview on #D99CBE background

This text has white color on #D99CBE background.