COLOR #D09FEA

HEX: #D09FEA
RGB: (208,159,234)

Color info

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

RGB color model

#D09FEA color RGB value is (208,159,234).

  • red value is 208;
  • green value is 159;
  • blue value is 234.
RGB:
(208,159,234)
(82%,62%,92%)

RGB channels and saturation

R 208 of 255 = 82%
G 159 of 255 = 62%
B 234 of 255 = 92%

208
159
234

R + G + B ~ 79%. #D09FEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 159 + 234 = 601 (100%)
R 208 of 601 ~ 34.61%
G 159 of 601 ~ 26.46%
B 234 of 601 ~ 38.94%

%34.61
%26.46
%38.94

CMYK color model

#D09FEA color CMYK value is (11,32,0,8).

  • cyan value is 11.11%
  • magenta value is 32.05%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(11,32,0,8)
C11M32Y0K8 
(11%,32%,0%,8%)
(0.11/0.32/0.00/0.08)	

CMYK percentages

%11.11
%32.05
%0
%8.24

Codes

Color #D09FEA in popluar color models

D09FEA
RGB208159234
HSL279°64.10%77.06%
HSB/HSV279°32.05%91.76%
CMYK11.11%32.05%0.00%
8.24%

Color #D09FEA in popluar number systems.

HEXD09FEA
Decimal208159234
Binary110100001001111111101010
Octal320237352

Shades and tints

Shades of #D09FEA

#D09FEA
(208,159,234)
#BE91D5
(190,145,213)
#AC83C0
(172,131,192)
#9A75AB
(154,117,171)
#886796
(136,103,150)
#765981
(118,89,129)
#644B6C
(100,75,108)
#523D57
(82,61,87)
#402F42
(64,47,66)
#2E212D
(46,33,45)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #D09FEA

#D09FEA
(208,159,234)
#D4A7EB
(212,167,235)
#D8AFEC
(216,175,236)
#DCB7ED
(220,183,237)
#E0BFEE
(224,191,238)
#E4C7EF
(228,199,239)
#E8CFF0
(232,207,240)
#ECD7F1
(236,215,241)
#F0DFF2
(240,223,242)
#F4E7F3
(244,231,243)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D09FEA color. Also use rgb(208,159,234) instead hex code.

Text Font Color

.myTextColor { color: #D09FEA; }

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

This text font color is #D09FEA.


Background Color

.myBgColor { background-color: #D09FEA; }

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

This div background color is #D09FEA.


Border color

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

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

This div border color is #D09FEA.


Opacity

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

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

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

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

This text has shadow with #D09FEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D09FEA on black background.


Color preview on white background

This text has color #D09FEA on white background.



Black color preview on #D09FEA background

This text has black color on #D09FEA background.


White color preview on #D09FEA background

This text has white color on #D09FEA background.