COLOR #DABBC1

HEX: #DABBC1
RGB: (218,187,193)

Color info

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

RGB color model

#DABBC1 color RGB value is (218,187,193).

  • red value is 218;
  • green value is 187;
  • blue value is 193.
RGB:
(218,187,193)
(85%,73%,76%)

RGB channels and saturation

R 218 of 255 = 85%
G 187 of 255 = 73%
B 193 of 255 = 76%

218
187
193

R + G + B ~ 78%. #DABBC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 187 + 193 = 598 (100%)
R 218 of 598 ~ 36.45%
G 187 of 598 ~ 31.27%
B 193 of 598 ~ 32.27%

%36.45
%31.27
%32.27

CMYK color model

#DABBC1 color CMYK value is (0,14,11,15).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 11.47%
  • key color value is 14.51%
CMYK:
(0,14,11,15)
C0M14Y11K15 
(0%,14%,11%,15%)
(0.00/0.14/0.11/0.15)	

CMYK percentages

%0
%14.22
%11.47
%14.51

Codes

Color #DABBC1 in popluar color models

DABBC1
RGB218187193
HSL348°29.52%79.41%
HSB/HSV348°14.22%85.49%
CMYK0.00%14.22%11.47%
14.51%

Color #DABBC1 in popluar number systems.

HEXDABBC1
Decimal218187193
Binary110110101011101111000001
Octal332273301

Shades and tints

Shades of #DABBC1

#DABBC1
(218,187,193)
#C7AAB0
(199,170,176)
#B4999F
(180,153,159)
#A1888E
(161,136,142)
#8E777D
(142,119,125)
#7B666C
(123,102,108)
#68555B
(104,85,91)
#55444A
(85,68,74)
#423339
(66,51,57)
#2F2228
(47,34,40)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #DABBC1

#DABBC1
(218,187,193)
#DDC1C6
(221,193,198)
#E0C7CB
(224,199,203)
#E3CDD0
(227,205,208)
#E6D3D5
(230,211,213)
#E9D9DA
(233,217,218)
#ECDFDF
(236,223,223)
#EFE5E4
(239,229,228)
#F2EBE9
(242,235,233)
#F5F1EE
(245,241,238)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABBC1 color. Also use rgb(218,187,193) instead hex code.

Text Font Color

.myTextColor { color: #DABBC1; }

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

This text font color is #DABBC1.


Background Color

.myBgColor { background-color: #DABBC1; }

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

This div background color is #DABBC1.


Border color

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

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

This div border color is #DABBC1.


Opacity

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

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

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

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

This text has shadow with #DABBC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABBC1 on black background.


Color preview on white background

This text has color #DABBC1 on white background.



Black color preview on #DABBC1 background

This text has black color on #DABBC1 background.


White color preview on #DABBC1 background

This text has white color on #DABBC1 background.