COLOR #D0B2D8

HEX: #D0B2D8 RGB: (208,178,216)

Color info

#D0B2D8 contains red, green and blue colors in about the same proportion. Web safe color of #D0B2D8 is #CC99CC (or #C9C).

RGB color model

#D0B2D8 color RGB value is (208,178,216).

RGB: (208,178,216) (82%, 70%, 85%)

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 216 of 255 = 85%

208
178
216

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

Portions of RGB colors in percentages

R + G + B = 208 + 178 + 216 = 602 (100%)
R 208 of 602 ~ 34.55%
G 178 of 602 ~ 29.57%
B 216 of 602 ~ 35.88'%

%34.55
%29.57
%35.88

CMYK color model

#D0B2D8 color CMYK value is (4,18,0,15).

  • cyan value is 3.70%
  • magenta value is 17.59%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (4,18,0,15)
C4M18Y0K15 (4%, 18%, 0%, 15%)
(0.04 / 0.18 / 0.00 / 0.15)

CMYK percentages

%3.7
%17.59
%0
%15.29

Codes

Color #D0B2D8 in popluar color models

D0 B2 D8
RGB 208 178 216
HSL 287° 32.76% 77.25%
HSB/HSV 287° 17.59% 84.71%
CMYK 3.70% 17.59% 0.00%
15.29%

Color #D0B2D8 in popluar number systems.

HEX D0 B2 D8
Decimal 208 178 216
Binary 11010000 10110010 11011000
Octal 320 262 330

Shades and tints

Shades of #D0B2D8

#D0B2D8
(208,178,216)
#BEA2C5
(190,162,197)
#AC92B2
(172,146,178)
#9A829F
(154,130,159)
#88728C
(136,114,140)
#766279
(118,98,121)
#645266
(100,82,102)
#524253
(82,66,83)
#403240
(64,50,64)
#2E222D
(46,34,45)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #D0B2D8

#D0B2D8
(208,178,216)
#D4B9DB
(212,185,219)
#D8C0DE
(216,192,222)
#DCC7E1
(220,199,225)
#E0CEE4
(224,206,228)
#E4D5E7
(228,213,231)
#E8DCEA
(232,220,234)
#ECE3ED
(236,227,237)
#F0EAF0
(240,234,240)
#F4F1F3
(244,241,243)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B2D8; }

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

This text font color is #D0B2D8.

Background Color

.myBgColor { background-color: #D0B2D8; }

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

This div background color is #D0B2D8.

Border color

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

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

This div border color is #D0B2D8.

Opacity

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

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

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

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

This text has shadow with #D0B2D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B2D8.

Preview

Color preview on black background

This text has color #D0B2D8 on black background.


Color preview on white background

This text has color #D0B2D8 on white background.


Black color preview on #D0B2D8 background

This text has black color on #D0B2D8 background.


White color preview on #D0B2D8 background

This text has white color on #D0B2D8 background.


Related colors

Complementary color

Complementary color for #hex is #2F4D27.


I love getcolorcode.com

Triadic colors

1 #D8D0B2 and #B2D8D0 with #D0B2D8 are triadic colors.

2 #D8B2D0 and #B2D0D8 with #D0B2D8 are triadic colors.