COLOR #DABBC3

HEX: #DABBC3
RGB: (218,187,195)

Color info

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

RGB color model

#DABBC3 color RGB value is (218,187,195).

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

RGB channels and saturation

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

218
187
195

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

Portions of RGB colors in percentages

R + G + B =
218 + 187 + 195 = 600 (100%)
R 218 of 600 ~ 36.33%
G 187 of 600 ~ 31.17%
B 195 of 600 ~ 32.5%

%36.33
%31.17
%32.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 10.55%
  • 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
%10.55
%14.51

Codes

Color #DABBC3 in popluar color models

DABBC3
RGB218187195
HSL345°29.52%79.41%
HSB/HSV345°14.22%85.49%
CMYK0.00%14.22%10.55%
14.51%

Color #DABBC3 in popluar number systems.

HEXDABBC3
Decimal218187195
Binary110110101011101111000011
Octal332273303

Shades and tints

Shades of #DABBC3

#DABBC3
(218,187,195)
#C7AAB2
(199,170,178)
#B499A1
(180,153,161)
#A18890
(161,136,144)
#8E777F
(142,119,127)
#7B666E
(123,102,110)
#68555D
(104,85,93)
#55444C
(85,68,76)
#42333B
(66,51,59)
#2F222A
(47,34,42)
#1C1119
(28,17,25)
#000000
(0,0,0)

Tints of #DABBC3

#DABBC3
(218,187,195)
#DDC1C8
(221,193,200)
#E0C7CD
(224,199,205)
#E3CDD2
(227,205,210)
#E6D3D7
(230,211,215)
#E9D9DC
(233,217,220)
#ECDFE1
(236,223,225)
#EFE5E6
(239,229,230)
#F2EBEB
(242,235,235)
#F5F1F0
(245,241,240)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABBC3; }

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

This text font color is #DABBC3.


Background Color

.myBgColor { background-color: #DABBC3; }

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

This div background color is #DABBC3.


Border color

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

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

This div border color is #DABBC3.


Opacity

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

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

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

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

This text has shadow with #DABBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABBC3 on black background.


Color preview on white background

This text has color #DABBC3 on white background.



Black color preview on #DABBC3 background

This text has black color on #DABBC3 background.


White color preview on #DABBC3 background

This text has white color on #DABBC3 background.