COLOR #D0B5DB

HEX: #D0B5DB RGB: (208,181,219)

Color info

#D0B5DB contains red, green and blue colors in about the same proportion. Web safe color of #D0B5DB is #CCCCCC (or #CCC).

RGB color model

#D0B5DB color RGB value is (208,181,219).

RGB: (208,181,219) (82%, 71%, 86%)

RGB channels and saturation

R 208 of 255 = 82%
G 181 of 255 = 71%
B 219 of 255 = 86%

208
181
219

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

Portions of RGB colors in percentages

R + G + B = 208 + 181 + 219 = 608 (100%)
R 208 of 608 ~ 34.21%
G 181 of 608 ~ 29.77%
B 219 of 608 ~ 36.02'%

%34.21
%29.77
%36.02

CMYK color model

#D0B5DB color CMYK value is (5,17,0,14).

  • cyan value is 5.02%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (5,17,0,14)
C5M17Y0K14 (5%, 17%, 0%, 14%)
(0.05 / 0.17 / 0.00 / 0.14)

CMYK percentages

%5.02
%17.35
%0
%14.12

Codes

Color #D0B5DB in popluar color models

D0 B5 DB
RGB 208 181 219
HSL 283° 34.55% 78.43%
HSB/HSV 283° 17.35% 85.88%
CMYK 5.02% 17.35% 0.00%
14.12%

Color #D0B5DB in popluar number systems.

HEX D0 B5 DB
Decimal 208 181 219
Binary 11010000 10110101 11011011
Octal 320 265 333

Shades and tints

Shades of #D0B5DB

#D0B5DB
(208,181,219)
#BEA5C8
(190,165,200)
#AC95B5
(172,149,181)
#9A85A2
(154,133,162)
#88758F
(136,117,143)
#76657C
(118,101,124)
#645569
(100,85,105)
#524556
(82,69,86)
#403543
(64,53,67)
#2E2530
(46,37,48)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #D0B5DB

#D0B5DB
(208,181,219)
#D4BBDE
(212,187,222)
#D8C1E1
(216,193,225)
#DCC7E4
(220,199,228)
#E0CDE7
(224,205,231)
#E4D3EA
(228,211,234)
#E8D9ED
(232,217,237)
#ECDFF0
(236,223,240)
#F0E5F3
(240,229,243)
#F4EBF6
(244,235,246)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B5DB color. Also use rgb(208,181,219) instead hex code.

Text Font Color

.myTextColor { color: #D0B5DB; }

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

This text font color is #D0B5DB.

Background Color

.myBgColor { background-color: #D0B5DB; }

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

This div background color is #D0B5DB.

Border color

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

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

This div border color is #D0B5DB.

Opacity

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

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

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

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

This text has shadow with #D0B5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B5DB.

Preview

Color preview on black background

This text has color #D0B5DB on black background.


Color preview on white background

This text has color #D0B5DB on white background.


Black color preview on #D0B5DB background

This text has black color on #D0B5DB background.


White color preview on #D0B5DB background

This text has white color on #D0B5DB background.


Related colors

Complementary color

Complementary color for #hex is #2F4A24.


I love getcolorcode.com

Triadic colors

1 #DBD0B5 and #B5DBD0 with #D0B5DB are triadic colors.

2 #DBB5D0 and #B5D0DB with #D0B5DB are triadic colors.