COLOR #D3E695

HEX: #D3E695
RGB: (211,230,149)

Color info

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

RGB color model

#D3E695 color RGB value is (211,230,149).

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

RGB channels and saturation

R 211 of 255 = 83%
G 230 of 255 = 90%
B 149 of 255 = 58%

211
230
149

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

Portions of RGB colors in percentages

R + G + B =
211 + 230 + 149 = 590 (100%)
R 211 of 590 ~ 35.76%
G 230 of 590 ~ 38.98%
B 149 of 590 ~ 25.25%

%35.76
%38.98
%25.25

CMYK color model

#D3E695 color CMYK value is (8,0,35,10).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 35.22%
  • key color value is 9.80%
CMYK:
(8,0,35,10)
C8M0Y35K10 
(8%,0%,35%,10%)
(0.08/0.00/0.35/0.10)	

CMYK percentages

%8.26
%0
%35.22
%9.8

Codes

Color #D3E695 in popluar color models

D3E695
RGB211230149
HSL74°61.83%74.31%
HSB/HSV74°35.22%90.20%
CMYK8.26%0.00%35.22%
9.80%

Color #D3E695 in popluar number systems.

HEXD3E695
Decimal211230149
Binary110100111110011010010101
Octal323346225

Shades and tints

Shades of #D3E695

#D3E695
(211,230,149)
#C0D288
(192,210,136)
#ADBE7B
(173,190,123)
#9AAA6E
(154,170,110)
#879661
(135,150,97)
#748254
(116,130,84)
#616E47
(97,110,71)
#4E5A3A
(78,90,58)
#3B462D
(59,70,45)
#283220
(40,50,32)
#151E13
(21,30,19)
#000000
(0,0,0)

Tints of #D3E695

#D3E695
(211,230,149)
#D7E89E
(215,232,158)
#DBEAA7
(219,234,167)
#DFECB0
(223,236,176)
#E3EEB9
(227,238,185)
#E7F0C2
(231,240,194)
#EBF2CB
(235,242,203)
#EFF4D4
(239,244,212)
#F3F6DD
(243,246,221)
#F7F8E6
(247,248,230)
#FBFAEF
(251,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E695; }

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

This text font color is #D3E695.


Background Color

.myBgColor { background-color: #D3E695; }

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

This div background color is #D3E695.


Border color

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

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

This div border color is #D3E695.


Opacity

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

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

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

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

This text has shadow with #D3E695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E695 on black background.


Color preview on white background

This text has color #D3E695 on white background.



Black color preview on #D3E695 background

This text has black color on #D3E695 background.


White color preview on #D3E695 background

This text has white color on #D3E695 background.