COLOR #DB9CEF

HEX: #DB9CEF RGB: (219,156,239)

Color info

#DB9CEF contains mainly red and blue colors. Web safe color of #DB9CEF is #CC99FF (or #C9F).

RGB color model

#DB9CEF color RGB value is (219,156,239).

RGB: (219,156,239) (86%, 61%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 156 of 255 = 61%
B 239 of 255 = 94%

219
156
239

R + G + B ~ 80%. #DB9CEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 156 + 239 = 614 (100%)
R 219 of 614 ~ 35.67%
G 156 of 614 ~ 25.41%
B 239 of 614 ~ 38.93'%

%35.67
%25.41
%38.93

CMYK color model

#DB9CEF color CMYK value is (8,35,0,6).

  • cyan value is 8.37%
  • magenta value is 34.73%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (8,35,0,6)
C8M35Y0K6 (8%, 35%, 0%, 6%)
(0.08 / 0.35 / 0.00 / 0.06)

CMYK percentages

%8.37
%34.73
%0
%6.27

Codes

Color #DB9CEF in popluar color models

DB 9C EF
RGB 219 156 239
HSL 286° 72.17% 77.45%
HSB/HSV 286° 34.73% 93.73%
CMYK 8.37% 34.73% 0.00%
6.27%

Color #DB9CEF in popluar number systems.

HEX DB 9C EF
Decimal 219 156 239
Binary 11011011 10011100 11101111
Octal 333 234 357

Shades and tints

Shades of #DB9CEF

#DB9CEF
(219,156,239)
#C88EDA
(200,142,218)
#B580C5
(181,128,197)
#A272B0
(162,114,176)
#8F649B
(143,100,155)
#7C5686
(124,86,134)
#694871
(105,72,113)
#563A5C
(86,58,92)
#432C47
(67,44,71)
#301E32
(48,30,50)
#1D101D
(29,16,29)
#000000
(0,0,0)

Tints of #DB9CEF

#DB9CEF
(219,156,239)
#DEA5F0
(222,165,240)
#E1AEF1
(225,174,241)
#E4B7F2
(228,183,242)
#E7C0F3
(231,192,243)
#EAC9F4
(234,201,244)
#EDD2F5
(237,210,245)
#F0DBF6
(240,219,246)
#F3E4F7
(243,228,247)
#F6EDF8
(246,237,248)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9CEF color. Also use rgb(219,156,239) instead hex code.

Text Font Color

.myTextColor { color: #DB9CEF; }

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

This text font color is #DB9CEF.

Background Color

.myBgColor { background-color: #DB9CEF; }

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

This div background color is #DB9CEF.

Border color

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

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

This div border color is #DB9CEF.

Opacity

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

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

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

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

This text has shadow with #DB9CEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9CEF.

Preview

Color preview on black background

This text has color #DB9CEF on black background.


Color preview on white background

This text has color #DB9CEF on white background.


Black color preview on #DB9CEF background

This text has black color on #DB9CEF background.


White color preview on #DB9CEF background

This text has white color on #DB9CEF background.


Related colors

Complementary color

Complementary color for #hex is #246310.


I love getcolorcode.com

Triadic colors

1 #EFDB9C and #9CEFDB with #DB9CEF are triadic colors.

2 #EF9CDB and #9CDBEF with #DB9CEF are triadic colors.