COLOR #D097E4

HEX: #D097E4
RGB: (208,151,228)

Color info

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

RGB color model

#D097E4 color RGB value is (208,151,228).

  • red value is 208;
  • green value is 151;
  • blue value is 228.
RGB:
(208,151,228)
(82%,59%,89%)

RGB channels and saturation

R 208 of 255 = 82%
G 151 of 255 = 59%
B 228 of 255 = 89%

208
151
228

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

Portions of RGB colors in percentages

R + G + B =
208 + 151 + 228 = 587 (100%)
R 208 of 587 ~ 35.43%
G 151 of 587 ~ 25.72%
B 228 of 587 ~ 38.84%

%35.43
%25.72
%38.84

CMYK color model

#D097E4 color CMYK value is (9,34,0,11).

  • cyan value is 8.77%
  • magenta value is 33.77%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(9,34,0,11)
C9M34Y0K11 
(9%,34%,0%,11%)
(0.09/0.34/0.00/0.11)	

CMYK percentages

%8.77
%33.77
%0
%10.59

Codes

Color #D097E4 in popluar color models

D097E4
RGB208151228
HSL284°58.78%74.31%
HSB/HSV284°33.77%89.41%
CMYK8.77%33.77%0.00%
10.59%

Color #D097E4 in popluar number systems.

HEXD097E4
Decimal208151228
Binary110100001001011111100100
Octal320227344

Shades and tints

Shades of #D097E4

#D097E4
(208,151,228)
#BE8AD0
(190,138,208)
#AC7DBC
(172,125,188)
#9A70A8
(154,112,168)
#886394
(136,99,148)
#765680
(118,86,128)
#64496C
(100,73,108)
#523C58
(82,60,88)
#402F44
(64,47,68)
#2E2230
(46,34,48)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #D097E4

#D097E4
(208,151,228)
#D4A0E6
(212,160,230)
#D8A9E8
(216,169,232)
#DCB2EA
(220,178,234)
#E0BBEC
(224,187,236)
#E4C4EE
(228,196,238)
#E8CDF0
(232,205,240)
#ECD6F2
(236,214,242)
#F0DFF4
(240,223,244)
#F4E8F6
(244,232,246)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D097E4 color. Also use rgb(208,151,228) instead hex code.

Text Font Color

.myTextColor { color: #D097E4; }

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

This text font color is #D097E4.


Background Color

.myBgColor { background-color: #D097E4; }

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

This div background color is #D097E4.


Border color

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

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

This div border color is #D097E4.


Opacity

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

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

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

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

This text has shadow with #D097E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D097E4 on black background.


Color preview on white background

This text has color #D097E4 on white background.



Black color preview on #D097E4 background

This text has black color on #D097E4 background.


White color preview on #D097E4 background

This text has white color on #D097E4 background.