COLOR #D0B5D5

HEX: #D0B5D5 RGB: (208,181,213)

Color info

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

RGB color model

#D0B5D5 color RGB value is (208,181,213).

RGB: (208,181,213) (82%, 71%, 84%)

RGB channels and saturation

R 208 of 255 = 82%
G 181 of 255 = 71%
B 213 of 255 = 84%

208
181
213

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

Portions of RGB colors in percentages

R + G + B = 208 + 181 + 213 = 602 (100%)
R 208 of 602 ~ 34.55%
G 181 of 602 ~ 30.07%
B 213 of 602 ~ 35.38'%

%34.55
%30.07
%35.38

CMYK color model

#D0B5D5 color CMYK value is (2,15,0,16).

  • cyan value is 2.35%
  • magenta value is 15.02%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (2,15,0,16)
C2M15Y0K16 (2%, 15%, 0%, 16%)
(0.02 / 0.15 / 0.00 / 0.16)

CMYK percentages

%2.35
%15.02
%0
%16.47

Codes

Color #D0B5D5 in popluar color models

D0 B5 D5
RGB 208 181 213
HSL 291° 27.59% 77.25%
HSB/HSV 291° 15.02% 83.53%
CMYK 2.35% 15.02% 0.00%
16.47%

Color #D0B5D5 in popluar number systems.

HEX D0 B5 D5
Decimal 208 181 213
Binary 11010000 10110101 11010101
Octal 320 265 325

Shades and tints

Shades of #D0B5D5

#D0B5D5
(208,181,213)
#BEA5C2
(190,165,194)
#AC95AF
(172,149,175)
#9A859C
(154,133,156)
#887589
(136,117,137)
#766576
(118,101,118)
#645563
(100,85,99)
#524550
(82,69,80)
#40353D
(64,53,61)
#2E252A
(46,37,42)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #D0B5D5

#D0B5D5
(208,181,213)
#D4BBD8
(212,187,216)
#D8C1DB
(216,193,219)
#DCC7DE
(220,199,222)
#E0CDE1
(224,205,225)
#E4D3E4
(228,211,228)
#E8D9E7
(232,217,231)
#ECDFEA
(236,223,234)
#F0E5ED
(240,229,237)
#F4EBF0
(244,235,240)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B5D5; }

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

This text font color is #D0B5D5.

Background Color

.myBgColor { background-color: #D0B5D5; }

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

This div background color is #D0B5D5.

Border color

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

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

This div border color is #D0B5D5.

Opacity

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

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

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

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

This text has shadow with #D0B5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B5D5.

Preview

Color preview on black background

This text has color #D0B5D5 on black background.


Color preview on white background

This text has color #D0B5D5 on white background.


Black color preview on #D0B5D5 background

This text has black color on #D0B5D5 background.


White color preview on #D0B5D5 background

This text has white color on #D0B5D5 background.


Related colors

Complementary color

Complementary color for #hex is #2F4A2A.


I love getcolorcode.com

Triadic colors

1 #D5D0B5 and #B5D5D0 with #D0B5D5 are triadic colors.

2 #D5B5D0 and #B5D0D5 with #D0B5D5 are triadic colors.