COLOR #D5B2DA

HEX: #D5B2DA RGB: (213,178,218)

Color info

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

RGB color model

#D5B2DA color RGB value is (213,178,218).

RGB: (213,178,218) (84%, 70%, 85%)

RGB channels and saturation

R 213 of 255 = 84%
G 178 of 255 = 70%
B 218 of 255 = 85%

213
178
218

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

Portions of RGB colors in percentages

R + G + B = 213 + 178 + 218 = 609 (100%)
R 213 of 609 ~ 34.98%
G 178 of 609 ~ 29.23%
B 218 of 609 ~ 35.8'%

%34.98
%29.23
%35.8

CMYK color model

#D5B2DA color CMYK value is (2,18,0,15).

  • cyan value is 2.29%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (2,18,0,15)
C2M18Y0K15 (2%, 18%, 0%, 15%)
(0.02 / 0.18 / 0.00 / 0.15)

CMYK percentages

%2.29
%18.35
%0
%14.51

Codes

Color #D5B2DA in popluar color models

D5 B2 DA
RGB 213 178 218
HSL 293° 35.09% 77.65%
HSB/HSV 293° 18.35% 85.49%
CMYK 2.29% 18.35% 0.00%
14.51%

Color #D5B2DA in popluar number systems.

HEX D5 B2 DA
Decimal 213 178 218
Binary 11010101 10110010 11011010
Octal 325 262 332

Shades and tints

Shades of #D5B2DA

#D5B2DA
(213,178,218)
#C2A2C7
(194,162,199)
#AF92B4
(175,146,180)
#9C82A1
(156,130,161)
#89728E
(137,114,142)
#76627B
(118,98,123)
#635268
(99,82,104)
#504255
(80,66,85)
#3D3242
(61,50,66)
#2A222F
(42,34,47)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #D5B2DA

#D5B2DA
(213,178,218)
#D8B9DD
(216,185,221)
#DBC0E0
(219,192,224)
#DEC7E3
(222,199,227)
#E1CEE6
(225,206,230)
#E4D5E9
(228,213,233)
#E7DCEC
(231,220,236)
#EAE3EF
(234,227,239)
#EDEAF2
(237,234,242)
#F0F1F5
(240,241,245)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B2DA color. Also use rgb(213,178,218) instead hex code.

Text Font Color

.myTextColor { color: #D5B2DA; }

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

This text font color is #D5B2DA.

Background Color

.myBgColor { background-color: #D5B2DA; }

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

This div background color is #D5B2DA.

Border color

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

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

This div border color is #D5B2DA.

Opacity

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

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

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

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

This text has shadow with #D5B2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5B2DA.

Preview

Color preview on black background

This text has color #D5B2DA on black background.


Color preview on white background

This text has color #D5B2DA on white background.


Black color preview on #D5B2DA background

This text has black color on #D5B2DA background.


White color preview on #D5B2DA background

This text has white color on #D5B2DA background.


Related colors

Complementary color

Complementary color for #hex is #2A4D25.


I love getcolorcode.com

Triadic colors

1 #DAD5B2 and #B2DAD5 with #D5B2DA are triadic colors.

2 #DAB2D5 and #B2D5DA with #D5B2DA are triadic colors.