COLOR #D09EF1

HEX: #D09EF1 RGB: (208,158,241)

Color info

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

RGB color model

#D09EF1 color RGB value is (208,158,241).

RGB: (208,158,241) (82%, 62%, 95%)

RGB channels and saturation

R 208 of 255 = 82%
G 158 of 255 = 62%
B 241 of 255 = 95%

208
158
241

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

Portions of RGB colors in percentages

R + G + B = 208 + 158 + 241 = 607 (100%)
R 208 of 607 ~ 34.27%
G 158 of 607 ~ 26.03%
B 241 of 607 ~ 39.7'%

%34.27
%26.03
%39.7

CMYK color model

#D09EF1 color CMYK value is (14,34,0,5).

  • cyan value is 13.69%
  • magenta value is 34.44%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (14,34,0,5)
C14M34Y0K5 (14%, 34%, 0%, 5%)
(0.14 / 0.34 / 0.00 / 0.05)

CMYK percentages

%13.69
%34.44
%0
%5.49

Codes

Color #D09EF1 in popluar color models

D0 9E F1
RGB 208 158 241
HSL 276° 74.77% 78.24%
HSB/HSV 276° 34.44% 94.51%
CMYK 13.69% 34.44% 0.00%
5.49%

Color #D09EF1 in popluar number systems.

HEX D0 9E F1
Decimal 208 158 241
Binary 11010000 10011110 11110001
Octal 320 236 361

Shades and tints

Shades of #D09EF1

#D09EF1
(208,158,241)
#BE90DC
(190,144,220)
#AC82C7
(172,130,199)
#9A74B2
(154,116,178)
#88669D
(136,102,157)
#765888
(118,88,136)
#644A73
(100,74,115)
#523C5E
(82,60,94)
#402E49
(64,46,73)
#2E2034
(46,32,52)
#1C121F
(28,18,31)
#000000
(0,0,0)

Tints of #D09EF1

#D09EF1
(208,158,241)
#D4A6F2
(212,166,242)
#D8AEF3
(216,174,243)
#DCB6F4
(220,182,244)
#E0BEF5
(224,190,245)
#E4C6F6
(228,198,246)
#E8CEF7
(232,206,247)
#ECD6F8
(236,214,248)
#F0DEF9
(240,222,249)
#F4E6FA
(244,230,250)
#F8EEFB
(248,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09EF1 color. Also use rgb(208,158,241) instead hex code.

Text Font Color

.myTextColor { color: #D09EF1; }

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

This text font color is #D09EF1.

Background Color

.myBgColor { background-color: #D09EF1; }

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

This div background color is #D09EF1.

Border color

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

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

This div border color is #D09EF1.

Opacity

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

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

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

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

This text has shadow with #D09EF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D09EF1.

Preview

Color preview on black background

This text has color #D09EF1 on black background.


Color preview on white background

This text has color #D09EF1 on white background.


Black color preview on #D09EF1 background

This text has black color on #D09EF1 background.


White color preview on #D09EF1 background

This text has white color on #D09EF1 background.


Related colors

Complementary color

Complementary color for #hex is #2F610E.


I love getcolorcode.com

Triadic colors

1 #F1D09E and #9EF1D0 with #D09EF1 are triadic colors.

2 #F19ED0 and #9ED0F1 with #D09EF1 are triadic colors.