COLOR #DABBC0

HEX: #DABBC0
RGB: (218,187,192)

Color info

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

RGB color model

#DABBC0 color RGB value is (218,187,192).

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

RGB channels and saturation

R 218 of 255 = 85%
G 187 of 255 = 73%
B 192 of 255 = 75%

218
187
192

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

Portions of RGB colors in percentages

R + G + B =
218 + 187 + 192 = 597 (100%)
R 218 of 597 ~ 36.52%
G 187 of 597 ~ 31.32%
B 192 of 597 ~ 32.16%

%36.52
%31.32
%32.16

CMYK color model

#DABBC0 color CMYK value is (0,14,12,15).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 11.93%
  • key color value is 14.51%
CMYK:
(0,14,12,15)
C0M14Y12K15 
(0%,14%,12%,15%)
(0.00/0.14/0.12/0.15)	

CMYK percentages

%0
%14.22
%11.93
%14.51

Codes

Color #DABBC0 in popluar color models

DABBC0
RGB218187192
HSL350°29.52%79.41%
HSB/HSV350°14.22%85.49%
CMYK0.00%14.22%11.93%
14.51%

Color #DABBC0 in popluar number systems.

HEXDABBC0
Decimal218187192
Binary110110101011101111000000
Octal332273300

Shades and tints

Shades of #DABBC0

#DABBC0
(218,187,192)
#C7AAAF
(199,170,175)
#B4999E
(180,153,158)
#A1888D
(161,136,141)
#8E777C
(142,119,124)
#7B666B
(123,102,107)
#68555A
(104,85,90)
#554449
(85,68,73)
#423338
(66,51,56)
#2F2227
(47,34,39)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #DABBC0

#DABBC0
(218,187,192)
#DDC1C5
(221,193,197)
#E0C7CA
(224,199,202)
#E3CDCF
(227,205,207)
#E6D3D4
(230,211,212)
#E9D9D9
(233,217,217)
#ECDFDE
(236,223,222)
#EFE5E3
(239,229,227)
#F2EBE8
(242,235,232)
#F5F1ED
(245,241,237)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABBC0; }

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

This text font color is #DABBC0.


Background Color

.myBgColor { background-color: #DABBC0; }

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

This div background color is #DABBC0.


Border color

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

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

This div border color is #DABBC0.


Opacity

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

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

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

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

This text has shadow with #DABBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABBC0 on black background.


Color preview on white background

This text has color #DABBC0 on white background.



Black color preview on #DABBC0 background

This text has black color on #DABBC0 background.


White color preview on #DABBC0 background

This text has white color on #DABBC0 background.