COLOR #DB9BCC

HEX: #DB9BCC
RGB: (219,155,204)

Color info

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

RGB color model

#DB9BCC color RGB value is (219,155,204).

  • red value is 219;
  • green value is 155;
  • blue value is 204.
RGB:
(219,155,204)
(86%,61%,80%)

RGB channels and saturation

R 219 of 255 = 86%
G 155 of 255 = 61%
B 204 of 255 = 80%

219
155
204

R + G + B ~ 76%. #DB9BCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 155 + 204 = 578 (100%)
R 219 of 578 ~ 37.89%
G 155 of 578 ~ 26.82%
B 204 of 578 ~ 35.29%

%37.89
%26.82
%35.29

CMYK color model

#DB9BCC color CMYK value is (0,29,7,14).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 6.85%
  • key color value is 14.12%
CMYK:
(0,29,7,14)
C0M29Y7K14 
(0%,29%,7%,14%)
(0.00/0.29/0.07/0.14)	

CMYK percentages

%0
%29.22
%6.85
%14.12

Codes

Color #DB9BCC in popluar color models

DB9BCC
RGB219155204
HSL314°47.06%73.33%
HSB/HSV314°29.22%85.88%
CMYK0.00%29.22%6.85%
14.12%

Color #DB9BCC in popluar number systems.

HEXDB9BCC
Decimal219155204
Binary110110111001101111001100
Octal333233314

Shades and tints

Shades of #DB9BCC

#DB9BCC
(219,155,204)
#C88DBA
(200,141,186)
#B57FA8
(181,127,168)
#A27196
(162,113,150)
#8F6384
(143,99,132)
#7C5572
(124,85,114)
#694760
(105,71,96)
#56394E
(86,57,78)
#432B3C
(67,43,60)
#301D2A
(48,29,42)
#1D0F18
(29,15,24)
#000000
(0,0,0)

Tints of #DB9BCC

#DB9BCC
(219,155,204)
#DEA4D0
(222,164,208)
#E1ADD4
(225,173,212)
#E4B6D8
(228,182,216)
#E7BFDC
(231,191,220)
#EAC8E0
(234,200,224)
#EDD1E4
(237,209,228)
#F0DAE8
(240,218,232)
#F3E3EC
(243,227,236)
#F6ECF0
(246,236,240)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9BCC color. Also use rgb(219,155,204) instead hex code.

Text Font Color

.myTextColor { color: #DB9BCC; }

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

This text font color is #DB9BCC.


Background Color

.myBgColor { background-color: #DB9BCC; }

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

This div background color is #DB9BCC.


Border color

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

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

This div border color is #DB9BCC.


Opacity

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

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

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

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

This text has shadow with #DB9BCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9BCC on black background.


Color preview on white background

This text has color #DB9BCC on white background.



Black color preview on #DB9BCC background

This text has black color on #DB9BCC background.


White color preview on #DB9BCC background

This text has white color on #DB9BCC background.