COLOR #DABDD7

HEX: #DABDD7
RGB: (218,189,215)

Color info

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

RGB color model

#DABDD7 color RGB value is (218,189,215).

  • red value is 218;
  • green value is 189;
  • blue value is 215.
RGB:
(218,189,215)
(85%,74%,84%)

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 215 of 255 = 84%

218
189
215

R + G + B ~ 81%. #DABDD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 189 + 215 = 622 (100%)
R 218 of 622 ~ 35.05%
G 189 of 622 ~ 30.39%
B 215 of 622 ~ 34.57%

%35.05
%30.39
%34.57

CMYK color model

#DABDD7 color CMYK value is (0,13,1,15).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK:
(0,13,1,15)
C0M13Y1K15 
(0%,13%,1%,15%)
(0.00/0.13/0.01/0.15)	

CMYK percentages

%0
%13.3
%1.38
%14.51

Codes

Color #DABDD7 in popluar color models

DABDD7
RGB218189215
HSL306°28.16%79.80%
HSB/HSV306°13.30%85.49%
CMYK0.00%13.30%1.38%
14.51%

Color #DABDD7 in popluar number systems.

HEXDABDD7
Decimal218189215
Binary110110101011110111010111
Octal332275327

Shades and tints

Shades of #DABDD7

#DABDD7
(218,189,215)
#C7ACC4
(199,172,196)
#B49BB1
(180,155,177)
#A18A9E
(161,138,158)
#8E798B
(142,121,139)
#7B6878
(123,104,120)
#685765
(104,87,101)
#554652
(85,70,82)
#42353F
(66,53,63)
#2F242C
(47,36,44)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #DABDD7

#DABDD7
(218,189,215)
#DDC3DA
(221,195,218)
#E0C9DD
(224,201,221)
#E3CFE0
(227,207,224)
#E6D5E3
(230,213,227)
#E9DBE6
(233,219,230)
#ECE1E9
(236,225,233)
#EFE7EC
(239,231,236)
#F2EDEF
(242,237,239)
#F5F3F2
(245,243,242)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABDD7 color. Also use rgb(218,189,215) instead hex code.

Text Font Color

.myTextColor { color: #DABDD7; }

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

This text font color is #DABDD7.


Background Color

.myBgColor { background-color: #DABDD7; }

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

This div background color is #DABDD7.


Border color

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

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

This div border color is #DABDD7.


Opacity

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

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

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

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

This text has shadow with #DABDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABDD7 on black background.


Color preview on white background

This text has color #DABDD7 on white background.



Black color preview on #DABDD7 background

This text has black color on #DABDD7 background.


White color preview on #DABDD7 background

This text has white color on #DABDD7 background.