COLOR #D09CFB

HEX: #D09CFB RGB: (208,156,251)

Color info

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

RGB color model

#D09CFB color RGB value is (208,156,251).

RGB: (208,156,251) (82%, 61%, 98%)

RGB channels and saturation

R 208 of 255 = 82%
G 156 of 255 = 61%
B 251 of 255 = 98%

208
156
251

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

Portions of RGB colors in percentages

R + G + B = 208 + 156 + 251 = 615 (100%)
R 208 of 615 ~ 33.82%
G 156 of 615 ~ 25.37%
B 251 of 615 ~ 40.81'%

%33.82
%25.37
%40.81

CMYK color model

#D09CFB color CMYK value is (17,38,0,2).

  • cyan value is 17.13%
  • magenta value is 37.85%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (17,38,0,2)
C17M38Y0K2 (17%, 38%, 0%, 2%)
(0.17 / 0.38 / 0.00 / 0.02)

CMYK percentages

%17.13
%37.85
%0
%1.57

Codes

Color #D09CFB in popluar color models

D0 9C FB
RGB 208 156 251
HSL 273° 92.23% 79.80%
HSB/HSV 273° 37.85% 98.43%
CMYK 17.13% 37.85% 0.00%
1.57%

Color #D09CFB in popluar number systems.

HEX D0 9C FB
Decimal 208 156 251
Binary 11010000 10011100 11111011
Octal 320 234 373

Shades and tints

Shades of #D09CFB

#D09CFB
(208,156,251)
#BE8EE5
(190,142,229)
#AC80CF
(172,128,207)
#9A72B9
(154,114,185)
#8864A3
(136,100,163)
#76568D
(118,86,141)
#644877
(100,72,119)
#523A61
(82,58,97)
#402C4B
(64,44,75)
#2E1E35
(46,30,53)
#1C101F
(28,16,31)
#000000
(0,0,0)

Tints of #D09CFB

#D09CFB
(208,156,251)
#D4A5FB
(212,165,251)
#D8AEFB
(216,174,251)
#DCB7FB
(220,183,251)
#E0C0FB
(224,192,251)
#E4C9FB
(228,201,251)
#E8D2FB
(232,210,251)
#ECDBFB
(236,219,251)
#F0E4FB
(240,228,251)
#F4EDFB
(244,237,251)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09CFB color. Also use rgb(208,156,251) instead hex code.

Text Font Color

.myTextColor { color: #D09CFB; }

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

This text font color is #D09CFB.

Background Color

.myBgColor { background-color: #D09CFB; }

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

This div background color is #D09CFB.

Border color

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

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

This div border color is #D09CFB.

Opacity

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

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

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

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

This text has shadow with #D09CFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09CFB.

Preview

Color preview on black background

This text has color #D09CFB on black background.


Color preview on white background

This text has color #D09CFB on white background.


Black color preview on #D09CFB background

This text has black color on #D09CFB background.


White color preview on #D09CFB background

This text has white color on #D09CFB background.


Related colors

Complementary color

Complementary color for #hex is #2F6304.


I love getcolorcode.com

Triadic colors

1 #FBD09C and #9CFBD0 with #D09CFB are triadic colors.

2 #FB9CD0 and #9CD0FB with #D09CFB are triadic colors.