COLOR #DABAD2

HEX: #DABAD2
RGB: (218,186,210)

Color info

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

RGB color model

#DABAD2 color RGB value is (218,186,210).

  • red value is 218;
  • green value is 186;
  • blue value is 210.
RGB:
(218,186,210)
(85%,73%,82%)

RGB channels and saturation

R 218 of 255 = 85%
G 186 of 255 = 73%
B 210 of 255 = 82%

218
186
210

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

Portions of RGB colors in percentages

R + G + B =
218 + 186 + 210 = 614 (100%)
R 218 of 614 ~ 35.5%
G 186 of 614 ~ 30.29%
B 210 of 614 ~ 34.2%

%35.5
%30.29
%34.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 3.67%
  • key color value is 14.51%
CMYK:
(0,15,4,15)
C0M15Y4K15 
(0%,15%,4%,15%)
(0.00/0.15/0.04/0.15)	

CMYK percentages

%0
%14.68
%3.67
%14.51

Codes

Color #DABAD2 in popluar color models

DABAD2
RGB218186210
HSL315°30.19%79.22%
HSB/HSV315°14.68%85.49%
CMYK0.00%14.68%3.67%
14.51%

Color #DABAD2 in popluar number systems.

HEXDABAD2
Decimal218186210
Binary110110101011101011010010
Octal332272322

Shades and tints

Shades of #DABAD2

#DABAD2
(218,186,210)
#C7AABF
(199,170,191)
#B49AAC
(180,154,172)
#A18A99
(161,138,153)
#8E7A86
(142,122,134)
#7B6A73
(123,106,115)
#685A60
(104,90,96)
#554A4D
(85,74,77)
#423A3A
(66,58,58)
#2F2A27
(47,42,39)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #DABAD2

#DABAD2
(218,186,210)
#DDC0D6
(221,192,214)
#E0C6DA
(224,198,218)
#E3CCDE
(227,204,222)
#E6D2E2
(230,210,226)
#E9D8E6
(233,216,230)
#ECDEEA
(236,222,234)
#EFE4EE
(239,228,238)
#F2EAF2
(242,234,242)
#F5F0F6
(245,240,246)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABAD2 color. Also use rgb(218,186,210) instead hex code.

Text Font Color

.myTextColor { color: #DABAD2; }

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

This text font color is #DABAD2.


Background Color

.myBgColor { background-color: #DABAD2; }

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

This div background color is #DABAD2.


Border color

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

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

This div border color is #DABAD2.


Opacity

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

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

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

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

This text has shadow with #DABAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABAD2 on black background.


Color preview on white background

This text has color #DABAD2 on white background.



Black color preview on #DABAD2 background

This text has black color on #DABAD2 background.


White color preview on #DABAD2 background

This text has white color on #DABAD2 background.