COLOR #D7E695

HEX: #D7E695
RGB: (215,230,149)

Color info

#D7E695 contains mainly red and green colors. Web safe color of #D7E695 is #CCCC99 (or #CC9).

RGB color model

#D7E695 color RGB value is (215,230,149).

  • red value is 215;
  • green value is 230;
  • blue value is 149.
RGB:
(215,230,149)
(84%,90%,58%)

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 149 of 255 = 58%

215
230
149

R + G + B ~ 77%. #D7E695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 149 = 594 (100%)
R 215 of 594 ~ 36.2%
G 230 of 594 ~ 38.72%
B 149 of 594 ~ 25.08%

%36.2
%38.72
%25.08

CMYK color model

#D7E695 color CMYK value is (7,0,35,10).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 35.22%
  • key color value is 9.80%
CMYK:
(7,0,35,10)
C7M0Y35K10 
(7%,0%,35%,10%)
(0.07/0.00/0.35/0.10)	

CMYK percentages

%6.52
%0
%35.22
%9.8

Codes

Color #D7E695 in popluar color models

D7E695
RGB215230149
HSL71°61.83%74.31%
HSB/HSV71°35.22%90.20%
CMYK6.52%0.00%35.22%
9.80%

Color #D7E695 in popluar number systems.

HEXD7E695
Decimal215230149
Binary110101111110011010010101
Octal327346225

Shades and tints

Shades of #D7E695

#D7E695
(215,230,149)
#C4D288
(196,210,136)
#B1BE7B
(177,190,123)
#9EAA6E
(158,170,110)
#8B9661
(139,150,97)
#788254
(120,130,84)
#656E47
(101,110,71)
#525A3A
(82,90,58)
#3F462D
(63,70,45)
#2C3220
(44,50,32)
#191E13
(25,30,19)
#000000
(0,0,0)

Tints of #D7E695

#D7E695
(215,230,149)
#DAE89E
(218,232,158)
#DDEAA7
(221,234,167)
#E0ECB0
(224,236,176)
#E3EEB9
(227,238,185)
#E6F0C2
(230,240,194)
#E9F2CB
(233,242,203)
#ECF4D4
(236,244,212)
#EFF6DD
(239,246,221)
#F2F8E6
(242,248,230)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E695; }

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

This text font color is #D7E695.


Background Color

.myBgColor { background-color: #D7E695; }

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

This div background color is #D7E695.


Border color

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

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

This div border color is #D7E695.


Opacity

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

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

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

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

This text has shadow with #D7E695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E695 on black background.


Color preview on white background

This text has color #D7E695 on white background.



Black color preview on #D7E695 background

This text has black color on #D7E695 background.


White color preview on #D7E695 background

This text has white color on #D7E695 background.