COLOR #D99BE5

HEX: #D99BE5
RGB: (217,155,229)

Color info

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

RGB color model

#D99BE5 color RGB value is (217,155,229).

  • red value is 217;
  • green value is 155;
  • blue value is 229.
RGB:
(217,155,229)
(85%,61%,90%)

RGB channels and saturation

R 217 of 255 = 85%
G 155 of 255 = 61%
B 229 of 255 = 90%

217
155
229

R + G + B ~ 79%. #D99BE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 155 + 229 = 601 (100%)
R 217 of 601 ~ 36.11%
G 155 of 601 ~ 25.79%
B 229 of 601 ~ 38.1%

%36.11
%25.79
%38.1

CMYK color model

#D99BE5 color CMYK value is (5,32,0,10).

  • cyan value is 5.24%
  • magenta value is 32.31%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(5,32,0,10)
C5M32Y0K10 
(5%,32%,0%,10%)
(0.05/0.32/0.00/0.10)	

CMYK percentages

%5.24
%32.31
%0
%10.2

Codes

Color #D99BE5 in popluar color models

D99BE5
RGB217155229
HSL290°58.73%75.29%
HSB/HSV290°32.31%89.80%
CMYK5.24%32.31%0.00%
10.20%

Color #D99BE5 in popluar number systems.

HEXD99BE5
Decimal217155229
Binary110110011001101111100101
Octal331233345

Shades and tints

Shades of #D99BE5

#D99BE5
(217,155,229)
#C68DD1
(198,141,209)
#B37FBD
(179,127,189)
#A071A9
(160,113,169)
#8D6395
(141,99,149)
#7A5581
(122,85,129)
#67476D
(103,71,109)
#543959
(84,57,89)
#412B45
(65,43,69)
#2E1D31
(46,29,49)
#1B0F1D
(27,15,29)
#000000
(0,0,0)

Tints of #D99BE5

#D99BE5
(217,155,229)
#DCA4E7
(220,164,231)
#DFADE9
(223,173,233)
#E2B6EB
(226,182,235)
#E5BFED
(229,191,237)
#E8C8EF
(232,200,239)
#EBD1F1
(235,209,241)
#EEDAF3
(238,218,243)
#F1E3F5
(241,227,245)
#F4ECF7
(244,236,247)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D99BE5 color. Also use rgb(217,155,229) instead hex code.

Text Font Color

.myTextColor { color: #D99BE5; }

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

This text font color is #D99BE5.


Background Color

.myBgColor { background-color: #D99BE5; }

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

This div background color is #D99BE5.


Border color

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

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

This div border color is #D99BE5.


Opacity

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

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

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

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

This text has shadow with #D99BE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99BE5 on black background.


Color preview on white background

This text has color #D99BE5 on white background.



Black color preview on #D99BE5 background

This text has black color on #D99BE5 background.


White color preview on #D99BE5 background

This text has white color on #D99BE5 background.