COLOR #DADEB2

HEX: #DADEB2 RGB: (218,222,178)

Color info

#DADEB2 contains red, green and blue colors in about the same proportion. Web safe color of #DADEB2 is #CCCC99 (or #CC9).

RGB color model

#DADEB2 color RGB value is (218,222,178).

RGB: (218,222,178) (85%, 87%, 70%)

RGB channels and saturation

R 218 of 255 = 85%
G 222 of 255 = 87%
B 178 of 255 = 70%

218
222
178

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

Portions of RGB colors in percentages

R + G + B = 218 + 222 + 178 = 618 (100%)
R 218 of 618 ~ 35.28%
G 222 of 618 ~ 35.92%
B 178 of 618 ~ 28.8'%

%35.28
%35.92
%28.8

CMYK color model

#DADEB2 color CMYK value is (2,0,20,13).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%

CMYK: (2,0,20,13)
C2M0Y20K13 (2%, 0%, 20%, 13%)
(0.02 / 0.00 / 0.20 / 0.13)

CMYK percentages

%1.8
%0
%19.82
%12.94

Codes

Color #DADEB2 in popluar color models

DA DE B2
RGB 218 222 178
HSL 65° 40.00% 78.43%
HSB/HSV 65° 19.82% 87.06%
CMYK 1.80% 0.00% 19.82%
12.94%

Color #DADEB2 in popluar number systems.

HEX DA DE B2
Decimal 218 222 178
Binary 11011010 11011110 10110010
Octal 332 336 262

Shades and tints

Shades of #DADEB2

#DADEB2
(218,222,178)
#C7CAA2
(199,202,162)
#B4B692
(180,182,146)
#A1A282
(161,162,130)
#8E8E72
(142,142,114)
#7B7A62
(123,122,98)
#686652
(104,102,82)
#555242
(85,82,66)
#423E32
(66,62,50)
#2F2A22
(47,42,34)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #DADEB2

#DADEB2
(218,222,178)
#DDE1B9
(221,225,185)
#E0E4C0
(224,228,192)
#E3E7C7
(227,231,199)
#E6EACE
(230,234,206)
#E9EDD5
(233,237,213)
#ECF0DC
(236,240,220)
#EFF3E3
(239,243,227)
#F2F6EA
(242,246,234)
#F5F9F1
(245,249,241)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADEB2 color. Also use rgb(218,222,178) instead hex code.

Text Font Color

.myTextColor { color: #DADEB2; }

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

This text font color is #DADEB2.

Background Color

.myBgColor { background-color: #DADEB2; }

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

This div background color is #DADEB2.

Border color

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

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

This div border color is #DADEB2.

Opacity

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

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

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

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

This text has shadow with #DADEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADEB2.

Preview

Color preview on black background

This text has color #DADEB2 on black background.


Color preview on white background

This text has color #DADEB2 on white background.


Black color preview on #DADEB2 background

This text has black color on #DADEB2 background.


White color preview on #DADEB2 background

This text has white color on #DADEB2 background.


Related colors

Complementary color

Complementary color for #hex is #25214D.


I love getcolorcode.com

Triadic colors

1 #B2DADE and #DEB2DA with #DADEB2 are triadic colors.

2 #B2DEDA and #DEDAB2 with #DADEB2 are triadic colors.