COLOR #D7E6AB

HEX: #D7E6AB RGB: (215,230,171)

Color info

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

RGB color model

#D7E6AB color RGB value is (215,230,171).

RGB: (215,230,171) (84%, 90%, 67%)

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 171 of 255 = 67%

215
230
171

R + G + B ~ 80%. #D7E6AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 230 + 171 = 616 (100%)
R 215 of 616 ~ 34.9%
G 230 of 616 ~ 37.34%
B 171 of 616 ~ 27.76'%

%34.9
%37.34
%27.76

CMYK color model

#D7E6AB color CMYK value is (7,0,26,10).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 25.65%
  • key color value is 9.80%

CMYK: (7,0,26,10)
C7M0Y26K10 (7%, 0%, 26%, 10%)
(0.07 / 0.00 / 0.26 / 0.10)

CMYK percentages

%6.52
%0
%25.65
%9.8

Codes

Color #D7E6AB in popluar color models

D7 E6 AB
RGB 215 230 171
HSL 75° 54.13% 78.63%
HSB/HSV 75° 25.65% 90.20%
CMYK 6.52% 0.00% 25.65%
9.80%

Color #D7E6AB in popluar number systems.

HEX D7 E6 AB
Decimal 215 230 171
Binary 11010111 11100110 10101011
Octal 327 346 253

Shades and tints

Shades of #D7E6AB

#D7E6AB
(215,230,171)
#C4D29C
(196,210,156)
#B1BE8D
(177,190,141)
#9EAA7E
(158,170,126)
#8B966F
(139,150,111)
#788260
(120,130,96)
#656E51
(101,110,81)
#525A42
(82,90,66)
#3F4633
(63,70,51)
#2C3224
(44,50,36)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #D7E6AB

#D7E6AB
(215,230,171)
#DAE8B2
(218,232,178)
#DDEAB9
(221,234,185)
#E0ECC0
(224,236,192)
#E3EEC7
(227,238,199)
#E6F0CE
(230,240,206)
#E9F2D5
(233,242,213)
#ECF4DC
(236,244,220)
#EFF6E3
(239,246,227)
#F2F8EA
(242,248,234)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E6AB color. Also use rgb(215,230,171) instead hex code.

Text Font Color

.myTextColor { color: #D7E6AB; }

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

This text font color is #D7E6AB.

Background Color

.myBgColor { background-color: #D7E6AB; }

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

This div background color is #D7E6AB.

Border color

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

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

This div border color is #D7E6AB.

Opacity

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

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

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

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

This text has shadow with #D7E6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E6AB.

Preview

Color preview on black background

This text has color #D7E6AB on black background.


Color preview on white background

This text has color #D7E6AB on white background.


Black color preview on #D7E6AB background

This text has black color on #D7E6AB background.


White color preview on #D7E6AB background

This text has white color on #D7E6AB background.


Related colors

Complementary color

Complementary color for #hex is #281954.


I love getcolorcode.com

Triadic colors

1 #ABD7E6 and #E6ABD7 with #D7E6AB are triadic colors.

2 #ABE6D7 and #E6D7AB with #D7E6AB are triadic colors.