COLOR #DB96C2

HEX: #DB96C2
RGB: (219,150,194)

Color info

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

RGB color model

#DB96C2 color RGB value is (219,150,194).

  • red value is 219;
  • green value is 150;
  • blue value is 194.
RGB:
(219,150,194)
(86%,59%,76%)

RGB channels and saturation

R 219 of 255 = 86%
G 150 of 255 = 59%
B 194 of 255 = 76%

219
150
194

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

Portions of RGB colors in percentages

R + G + B =
219 + 150 + 194 = 563 (100%)
R 219 of 563 ~ 38.9%
G 150 of 563 ~ 26.64%
B 194 of 563 ~ 34.46%

%38.9
%26.64
%34.46

CMYK color model

#DB96C2 color CMYK value is (0,32,11,14).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 11.42%
  • key color value is 14.12%
CMYK:
(0,32,11,14)
C0M32Y11K14 
(0%,32%,11%,14%)
(0.00/0.32/0.11/0.14)	

CMYK percentages

%0
%31.51
%11.42
%14.12

Codes

Color #DB96C2 in popluar color models

DB96C2
RGB219150194
HSL322°48.94%72.35%
HSB/HSV322°31.51%85.88%
CMYK0.00%31.51%11.42%
14.12%

Color #DB96C2 in popluar number systems.

HEXDB96C2
Decimal219150194
Binary110110111001011011000010
Octal333226302

Shades and tints

Shades of #DB96C2

#DB96C2
(219,150,194)
#C889B1
(200,137,177)
#B57CA0
(181,124,160)
#A26F8F
(162,111,143)
#8F627E
(143,98,126)
#7C556D
(124,85,109)
#69485C
(105,72,92)
#563B4B
(86,59,75)
#432E3A
(67,46,58)
#302129
(48,33,41)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #DB96C2

#DB96C2
(219,150,194)
#DE9FC7
(222,159,199)
#E1A8CC
(225,168,204)
#E4B1D1
(228,177,209)
#E7BAD6
(231,186,214)
#EAC3DB
(234,195,219)
#EDCCE0
(237,204,224)
#F0D5E5
(240,213,229)
#F3DEEA
(243,222,234)
#F6E7EF
(246,231,239)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB96C2 color. Also use rgb(219,150,194) instead hex code.

Text Font Color

.myTextColor { color: #DB96C2; }

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

This text font color is #DB96C2.


Background Color

.myBgColor { background-color: #DB96C2; }

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

This div background color is #DB96C2.


Border color

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

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

This div border color is #DB96C2.


Opacity

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

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

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

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

This text has shadow with #DB96C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB96C2 on black background.


Color preview on white background

This text has color #DB96C2 on white background.



Black color preview on #DB96C2 background

This text has black color on #DB96C2 background.


White color preview on #DB96C2 background

This text has white color on #DB96C2 background.