COLOR #DADBB5

HEX: #DADBB5
RGB: (218,219,181)

Color info

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

RGB color model

#DADBB5 color RGB value is (218,219,181).

  • red value is 218;
  • green value is 219;
  • blue value is 181.
RGB:
(218,219,181)
(85%,86%,71%)

RGB channels and saturation

R 218 of 255 = 85%
G 219 of 255 = 86%
B 181 of 255 = 71%

218
219
181

R + G + B ~ 81%. #DADBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 219 + 181 = 618 (100%)
R 218 of 618 ~ 35.28%
G 219 of 618 ~ 35.44%
B 181 of 618 ~ 29.29%

%35.28
%35.44
%29.29

CMYK color model

#DADBB5 color CMYK value is (0,0,17,14).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(0,0,17,14)
C0M0Y17K14 
(0%,0%,17%,14%)
(0.00/0.00/0.17/0.14)	

CMYK percentages

%0.46
%0
%17.35
%14.12

Codes

Color #DADBB5 in popluar color models

DADBB5
RGB218219181
HSL62°34.55%78.43%
HSB/HSV62°17.35%85.88%
CMYK0.46%0.00%17.35%
14.12%

Color #DADBB5 in popluar number systems.

HEXDADBB5
Decimal218219181
Binary110110101101101110110101
Octal332333265

Shades and tints

Shades of #DADBB5

#DADBB5
(218,219,181)
#C7C8A5
(199,200,165)
#B4B595
(180,181,149)
#A1A285
(161,162,133)
#8E8F75
(142,143,117)
#7B7C65
(123,124,101)
#686955
(104,105,85)
#555645
(85,86,69)
#424335
(66,67,53)
#2F3025
(47,48,37)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #DADBB5

#DADBB5
(218,219,181)
#DDDEBB
(221,222,187)
#E0E1C1
(224,225,193)
#E3E4C7
(227,228,199)
#E6E7CD
(230,231,205)
#E9EAD3
(233,234,211)
#ECEDD9
(236,237,217)
#EFF0DF
(239,240,223)
#F2F3E5
(242,243,229)
#F5F6EB
(245,246,235)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADBB5 color. Also use rgb(218,219,181) instead hex code.

Text Font Color

.myTextColor { color: #DADBB5; }

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

This text font color is #DADBB5.


Background Color

.myBgColor { background-color: #DADBB5; }

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

This div background color is #DADBB5.


Border color

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

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

This div border color is #DADBB5.


Opacity

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

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

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

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

This text has shadow with #DADBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADBB5 on black background.


Color preview on white background

This text has color #DADBB5 on white background.



Black color preview on #DADBB5 background

This text has black color on #DADBB5 background.


White color preview on #DADBB5 background

This text has white color on #DADBB5 background.