COLOR #D09BE2

HEX: #D09BE2 RGB: (208,155,226)

Color info

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

RGB color model

#D09BE2 color RGB value is (208,155,226).

RGB: (208,155,226) (82%, 61%, 89%)

RGB channels and saturation

R 208 of 255 = 82%
G 155 of 255 = 61%
B 226 of 255 = 89%

208
155
226

R + G + B ~ 77%. #D09BE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 155 + 226 = 589 (100%)
R 208 of 589 ~ 35.31%
G 155 of 589 ~ 26.32%
B 226 of 589 ~ 38.37'%

%35.31
%26.32
%38.37

CMYK color model

#D09BE2 color CMYK value is (8,31,0,11).

  • cyan value is 7.96%
  • magenta value is 31.42%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (8,31,0,11)
C8M31Y0K11 (8%, 31%, 0%, 11%)
(0.08 / 0.31 / 0.00 / 0.11)

CMYK percentages

%7.96
%31.42
%0
%11.37

Codes

Color #D09BE2 in popluar color models

D0 9B E2
RGB 208 155 226
HSL 285° 55.04% 74.71%
HSB/HSV 285° 31.42% 88.63%
CMYK 7.96% 31.42% 0.00%
11.37%

Color #D09BE2 in popluar number systems.

HEX D0 9B E2
Decimal 208 155 226
Binary 11010000 10011011 11100010
Octal 320 233 342

Shades and tints

Shades of #D09BE2

#D09BE2
(208,155,226)
#BE8DCE
(190,141,206)
#AC7FBA
(172,127,186)
#9A71A6
(154,113,166)
#886392
(136,99,146)
#76557E
(118,85,126)
#64476A
(100,71,106)
#523956
(82,57,86)
#402B42
(64,43,66)
#2E1D2E
(46,29,46)
#1C0F1A
(28,15,26)
#000000
(0,0,0)

Tints of #D09BE2

#D09BE2
(208,155,226)
#D4A4E4
(212,164,228)
#D8ADE6
(216,173,230)
#DCB6E8
(220,182,232)
#E0BFEA
(224,191,234)
#E4C8EC
(228,200,236)
#E8D1EE
(232,209,238)
#ECDAF0
(236,218,240)
#F0E3F2
(240,227,242)
#F4ECF4
(244,236,244)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09BE2 color. Also use rgb(208,155,226) instead hex code.

Text Font Color

.myTextColor { color: #D09BE2; }

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

This text font color is #D09BE2.

Background Color

.myBgColor { background-color: #D09BE2; }

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

This div background color is #D09BE2.

Border color

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

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

This div border color is #D09BE2.

Opacity

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

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

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

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

This text has shadow with #D09BE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09BE2.

Preview

Color preview on black background

This text has color #D09BE2 on black background.


Color preview on white background

This text has color #D09BE2 on white background.


Black color preview on #D09BE2 background

This text has black color on #D09BE2 background.


White color preview on #D09BE2 background

This text has white color on #D09BE2 background.


Related colors

Complementary color

Complementary color for #hex is #2F641D.


I love getcolorcode.com

Triadic colors

1 #E2D09B and #9BE2D0 with #D09BE2 are triadic colors.

2 #E29BD0 and #9BD0E2 with #D09BE2 are triadic colors.