COLOR #DABFD7

HEX: #DABFD7
RGB: (218,191,215)

Color info

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

RGB color model

#DABFD7 color RGB value is (218,191,215).

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

RGB channels and saturation

R 218 of 255 = 85%
G 191 of 255 = 75%
B 215 of 255 = 84%

218
191
215

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

Portions of RGB colors in percentages

R + G + B =
218 + 191 + 215 = 624 (100%)
R 218 of 624 ~ 34.94%
G 191 of 624 ~ 30.61%
B 215 of 624 ~ 34.46%

%34.94
%30.61
%34.46

CMYK color model

#DABFD7 color CMYK value is (0,12,1,15).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK:
(0,12,1,15)
C0M12Y1K15 
(0%,12%,1%,15%)
(0.00/0.12/0.01/0.15)	

CMYK percentages

%0
%12.39
%1.38
%14.51

Codes

Color #DABFD7 in popluar color models

DABFD7
RGB218191215
HSL307°26.73%80.20%
HSB/HSV307°12.39%85.49%
CMYK0.00%12.39%1.38%
14.51%

Color #DABFD7 in popluar number systems.

HEXDABFD7
Decimal218191215
Binary110110101011111111010111
Octal332277327

Shades and tints

Shades of #DABFD7

#DABFD7
(218,191,215)
#C7AEC4
(199,174,196)
#B49DB1
(180,157,177)
#A18C9E
(161,140,158)
#8E7B8B
(142,123,139)
#7B6A78
(123,106,120)
#685965
(104,89,101)
#554852
(85,72,82)
#42373F
(66,55,63)
#2F262C
(47,38,44)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DABFD7

#DABFD7
(218,191,215)
#DDC4DA
(221,196,218)
#E0C9DD
(224,201,221)
#E3CEE0
(227,206,224)
#E6D3E3
(230,211,227)
#E9D8E6
(233,216,230)
#ECDDE9
(236,221,233)
#EFE2EC
(239,226,236)
#F2E7EF
(242,231,239)
#F5ECF2
(245,236,242)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABFD7; }

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

This text font color is #DABFD7.


Background Color

.myBgColor { background-color: #DABFD7; }

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

This div background color is #DABFD7.


Border color

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

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

This div border color is #DABFD7.


Opacity

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

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

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

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

This text has shadow with #DABFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABFD7 on black background.


Color preview on white background

This text has color #DABFD7 on white background.



Black color preview on #DABFD7 background

This text has black color on #DABFD7 background.


White color preview on #DABFD7 background

This text has white color on #DABFD7 background.