COLOR #D097EC

HEX: #D097EC RGB: (208,151,236)

Color info

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

RGB color model

#D097EC color RGB value is (208,151,236).

RGB: (208,151,236) (82%, 59%, 93%)

RGB channels and saturation

R 208 of 255 = 82%
G 151 of 255 = 59%
B 236 of 255 = 93%

208
151
236

R + G + B ~ 78%. #D097EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 151 + 236 = 595 (100%)
R 208 of 595 ~ 34.96%
G 151 of 595 ~ 25.38%
B 236 of 595 ~ 39.66'%

%34.96
%25.38
%39.66

CMYK color model

#D097EC color CMYK value is (12,36,0,7).

  • cyan value is 11.86%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (12,36,0,7)
C12M36Y0K7 (12%, 36%, 0%, 7%)
(0.12 / 0.36 / 0.00 / 0.07)

CMYK percentages

%11.86
%36.02
%0
%7.45

Codes

Color #D097EC in popluar color models

D0 97 EC
RGB 208 151 236
HSL 280° 69.11% 75.88%
HSB/HSV 280° 36.02% 92.55%
CMYK 11.86% 36.02% 0.00%
7.45%

Color #D097EC in popluar number systems.

HEX D0 97 EC
Decimal 208 151 236
Binary 11010000 10010111 11101100
Octal 320 227 354

Shades and tints

Shades of #D097EC

#D097EC
(208,151,236)
#BE8AD7
(190,138,215)
#AC7DC2
(172,125,194)
#9A70AD
(154,112,173)
#886398
(136,99,152)
#765683
(118,86,131)
#64496E
(100,73,110)
#523C59
(82,60,89)
#402F44
(64,47,68)
#2E222F
(46,34,47)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #D097EC

#D097EC
(208,151,236)
#D4A0ED
(212,160,237)
#D8A9EE
(216,169,238)
#DCB2EF
(220,178,239)
#E0BBF0
(224,187,240)
#E4C4F1
(228,196,241)
#E8CDF2
(232,205,242)
#ECD6F3
(236,214,243)
#F0DFF4
(240,223,244)
#F4E8F5
(244,232,245)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D097EC; }

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

This text font color is #D097EC.

Background Color

.myBgColor { background-color: #D097EC; }

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

This div background color is #D097EC.

Border color

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

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

This div border color is #D097EC.

Opacity

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

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

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

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

This text has shadow with #D097EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D097EC.

Preview

Color preview on black background

This text has color #D097EC on black background.


Color preview on white background

This text has color #D097EC on white background.


Black color preview on #D097EC background

This text has black color on #D097EC background.


White color preview on #D097EC background

This text has white color on #D097EC background.


Related colors

Complementary color

Complementary color for #hex is #2F6813.


I love getcolorcode.com

Triadic colors

1 #ECD097 and #97ECD0 with #D097EC are triadic colors.

2 #EC97D0 and #97D0EC with #D097EC are triadic colors.