COLOR #DABDD4

HEX: #DABDD4
RGB: (218,189,212)

Color info

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

RGB color model

#DABDD4 color RGB value is (218,189,212).

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

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 212 of 255 = 83%

218
189
212

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

Portions of RGB colors in percentages

R + G + B =
218 + 189 + 212 = 619 (100%)
R 218 of 619 ~ 35.22%
G 189 of 619 ~ 30.53%
B 212 of 619 ~ 34.25%

%35.22
%30.53
%34.25

CMYK color model

#DABDD4 color CMYK value is (0,13,3,15).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 2.75%
  • key color value is 14.51%
CMYK:
(0,13,3,15)
C0M13Y3K15 
(0%,13%,3%,15%)
(0.00/0.13/0.03/0.15)	

CMYK percentages

%0
%13.3
%2.75
%14.51

Codes

Color #DABDD4 in popluar color models

DABDD4
RGB218189212
HSL312°28.16%79.80%
HSB/HSV312°13.30%85.49%
CMYK0.00%13.30%2.75%
14.51%

Color #DABDD4 in popluar number systems.

HEXDABDD4
Decimal218189212
Binary110110101011110111010100
Octal332275324

Shades and tints

Shades of #DABDD4

#DABDD4
(218,189,212)
#C7ACC1
(199,172,193)
#B49BAE
(180,155,174)
#A18A9B
(161,138,155)
#8E7988
(142,121,136)
#7B6875
(123,104,117)
#685762
(104,87,98)
#55464F
(85,70,79)
#42353C
(66,53,60)
#2F2429
(47,36,41)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #DABDD4

#DABDD4
(218,189,212)
#DDC3D7
(221,195,215)
#E0C9DA
(224,201,218)
#E3CFDD
(227,207,221)
#E6D5E0
(230,213,224)
#E9DBE3
(233,219,227)
#ECE1E6
(236,225,230)
#EFE7E9
(239,231,233)
#F2EDEC
(242,237,236)
#F5F3EF
(245,243,239)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABDD4; }

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

This text font color is #DABDD4.


Background Color

.myBgColor { background-color: #DABDD4; }

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

This div background color is #DABDD4.


Border color

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

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

This div border color is #DABDD4.


Opacity

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

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

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

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

This text has shadow with #DABDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABDD4 on black background.


Color preview on white background

This text has color #DABDD4 on white background.



Black color preview on #DABDD4 background

This text has black color on #DABDD4 background.


White color preview on #DABDD4 background

This text has white color on #DABDD4 background.