COLOR #DABCC5

HEX: #DABCC5
RGB: (218,188,197)

Color info

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

RGB color model

#DABCC5 color RGB value is (218,188,197).

  • red value is 218;
  • green value is 188;
  • blue value is 197.
RGB:
(218,188,197)
(85%,74%,77%)

RGB channels and saturation

R 218 of 255 = 85%
G 188 of 255 = 74%
B 197 of 255 = 77%

218
188
197

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

Portions of RGB colors in percentages

R + G + B =
218 + 188 + 197 = 603 (100%)
R 218 of 603 ~ 36.15%
G 188 of 603 ~ 31.18%
B 197 of 603 ~ 32.67%

%36.15
%31.18
%32.67

CMYK color model

#DABCC5 color CMYK value is (0,14,10,15).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 9.63%
  • key color value is 14.51%
CMYK:
(0,14,10,15)
C0M14Y10K15 
(0%,14%,10%,15%)
(0.00/0.14/0.10/0.15)	

CMYK percentages

%0
%13.76
%9.63
%14.51

Codes

Color #DABCC5 in popluar color models

DABCC5
RGB218188197
HSL342°28.85%79.61%
HSB/HSV342°13.76%85.49%
CMYK0.00%13.76%9.63%
14.51%

Color #DABCC5 in popluar number systems.

HEXDABCC5
Decimal218188197
Binary110110101011110011000101
Octal332274305

Shades and tints

Shades of #DABCC5

#DABCC5
(218,188,197)
#C7ABB4
(199,171,180)
#B49AA3
(180,154,163)
#A18992
(161,137,146)
#8E7881
(142,120,129)
#7B6770
(123,103,112)
#68565F
(104,86,95)
#55454E
(85,69,78)
#42343D
(66,52,61)
#2F232C
(47,35,44)
#1C121B
(28,18,27)
#000000
(0,0,0)

Tints of #DABCC5

#DABCC5
(218,188,197)
#DDC2CA
(221,194,202)
#E0C8CF
(224,200,207)
#E3CED4
(227,206,212)
#E6D4D9
(230,212,217)
#E9DADE
(233,218,222)
#ECE0E3
(236,224,227)
#EFE6E8
(239,230,232)
#F2ECED
(242,236,237)
#F5F2F2
(245,242,242)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DABCC5 color. Also use rgb(218,188,197) instead hex code.

Text Font Color

.myTextColor { color: #DABCC5; }

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

This text font color is #DABCC5.


Background Color

.myBgColor { background-color: #DABCC5; }

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

This div background color is #DABCC5.


Border color

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

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

This div border color is #DABCC5.


Opacity

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

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

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

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

This text has shadow with #DABCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABCC5 on black background.


Color preview on white background

This text has color #DABCC5 on white background.



Black color preview on #DABCC5 background

This text has black color on #DABCC5 background.


White color preview on #DABCC5 background

This text has white color on #DABCC5 background.