COLOR #DABEC3

HEX: #DABEC3
RGB: (218,190,195)

Color info

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

RGB color model

#DABEC3 color RGB value is (218,190,195).

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

RGB channels and saturation

R 218 of 255 = 85%
G 190 of 255 = 75%
B 195 of 255 = 76%

218
190
195

R + G + B ~ 79%. #DABEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 190 + 195 = 603 (100%)
R 218 of 603 ~ 36.15%
G 190 of 603 ~ 31.51%
B 195 of 603 ~ 32.34%

%36.15
%31.51
%32.34

CMYK color model

#DABEC3 color CMYK value is (0,13,11,15).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 10.55%
  • key color value is 14.51%
CMYK:
(0,13,11,15)
C0M13Y11K15 
(0%,13%,11%,15%)
(0.00/0.13/0.11/0.15)	

CMYK percentages

%0
%12.84
%10.55
%14.51

Codes

Color #DABEC3 in popluar color models

DABEC3
RGB218190195
HSL349°27.45%80.00%
HSB/HSV349°12.84%85.49%
CMYK0.00%12.84%10.55%
14.51%

Color #DABEC3 in popluar number systems.

HEXDABEC3
Decimal218190195
Binary110110101011111011000011
Octal332276303

Shades and tints

Shades of #DABEC3

#DABEC3
(218,190,195)
#C7ADB2
(199,173,178)
#B49CA1
(180,156,161)
#A18B90
(161,139,144)
#8E7A7F
(142,122,127)
#7B696E
(123,105,110)
#68585D
(104,88,93)
#55474C
(85,71,76)
#42363B
(66,54,59)
#2F252A
(47,37,42)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #DABEC3

#DABEC3
(218,190,195)
#DDC3C8
(221,195,200)
#E0C8CD
(224,200,205)
#E3CDD2
(227,205,210)
#E6D2D7
(230,210,215)
#E9D7DC
(233,215,220)
#ECDCE1
(236,220,225)
#EFE1E6
(239,225,230)
#F2E6EB
(242,230,235)
#F5EBF0
(245,235,240)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABEC3; }

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

This text font color is #DABEC3.


Background Color

.myBgColor { background-color: #DABEC3; }

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

This div background color is #DABEC3.


Border color

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

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

This div border color is #DABEC3.


Opacity

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

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

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

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

This text has shadow with #DABEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABEC3 on black background.


Color preview on white background

This text has color #DABEC3 on white background.



Black color preview on #DABEC3 background

This text has black color on #DABEC3 background.


White color preview on #DABEC3 background

This text has white color on #DABEC3 background.