COLOR #D0B2F6

HEX: #D0B2F6 RGB: (208,178,246)

Color info

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

RGB color model

#D0B2F6 color RGB value is (208,178,246).

RGB: (208,178,246) (82%, 70%, 96%)

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 246 of 255 = 96%

208
178
246

R + G + B ~ 83%. #D0B2F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 178 + 246 = 632 (100%)
R 208 of 632 ~ 32.91%
G 178 of 632 ~ 28.16%
B 246 of 632 ~ 38.92'%

%32.91
%28.16
%38.92

CMYK color model

#D0B2F6 color CMYK value is (15,28,0,4).

  • cyan value is 15.45%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (15,28,0,4)
C15M28Y0K4 (15%, 28%, 0%, 4%)
(0.15 / 0.28 / 0.00 / 0.04)

CMYK percentages

%15.45
%27.64
%0
%3.53

Codes

Color #D0B2F6 in popluar color models

D0 B2 F6
RGB 208 178 246
HSL 266° 79.07% 83.14%
HSB/HSV 266° 27.64% 96.47%
CMYK 15.45% 27.64% 0.00%
3.53%

Color #D0B2F6 in popluar number systems.

HEX D0 B2 F6
Decimal 208 178 246
Binary 11010000 10110010 11110110
Octal 320 262 366

Shades and tints

Shades of #D0B2F6

#D0B2F6
(208,178,246)
#BEA2E0
(190,162,224)
#AC92CA
(172,146,202)
#9A82B4
(154,130,180)
#88729E
(136,114,158)
#766288
(118,98,136)
#645272
(100,82,114)
#52425C
(82,66,92)
#403246
(64,50,70)
#2E2230
(46,34,48)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #D0B2F6

#D0B2F6
(208,178,246)
#D4B9F6
(212,185,246)
#D8C0F6
(216,192,246)
#DCC7F6
(220,199,246)
#E0CEF6
(224,206,246)
#E4D5F6
(228,213,246)
#E8DCF6
(232,220,246)
#ECE3F6
(236,227,246)
#F0EAF6
(240,234,246)
#F4F1F6
(244,241,246)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B2F6 color. Also use rgb(208,178,246) instead hex code.

Text Font Color

.myTextColor { color: #D0B2F6; }

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

This text font color is #D0B2F6.

Background Color

.myBgColor { background-color: #D0B2F6; }

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

This div background color is #D0B2F6.

Border color

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

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

This div border color is #D0B2F6.

Opacity

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

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

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

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

This text has shadow with #D0B2F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B2F6.

Preview

Color preview on black background

This text has color #D0B2F6 on black background.


Color preview on white background

This text has color #D0B2F6 on white background.


Black color preview on #D0B2F6 background

This text has black color on #D0B2F6 background.


White color preview on #D0B2F6 background

This text has white color on #D0B2F6 background.


Related colors

Complementary color

Complementary color for #hex is #2F4D09.


I love getcolorcode.com

Triadic colors

1 #F6D0B2 and #B2F6D0 with #D0B2F6 are triadic colors.

2 #F6B2D0 and #B2D0F6 with #D0B2F6 are triadic colors.