COLOR #DFE695

HEX: #DFE695
RGB: (223,230,149)

Color info

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

RGB color model

#DFE695 color RGB value is (223,230,149).

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

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 149 of 255 = 58%

223
230
149

R + G + B ~ 78%. #DFE695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 230 + 149 = 602 (100%)
R 223 of 602 ~ 37.04%
G 230 of 602 ~ 38.21%
B 149 of 602 ~ 24.75%

%37.04
%38.21
%24.75

CMYK color model

#DFE695 color CMYK value is (3,0,35,10).

  • cyan value is 3.04%
  • magenta value is 0.00%
  • yellow value is 35.22%
  • key color value is 9.80%
CMYK:
(3,0,35,10)
C3M0Y35K10 
(3%,0%,35%,10%)
(0.03/0.00/0.35/0.10)	

CMYK percentages

%3.04
%0
%35.22
%9.8

Codes

Color #DFE695 in popluar color models

DFE695
RGB223230149
HSL65°61.83%74.31%
HSB/HSV65°35.22%90.20%
CMYK3.04%0.00%35.22%
9.80%

Color #DFE695 in popluar number systems.

HEXDFE695
Decimal223230149
Binary110111111110011010010101
Octal337346225

Shades and tints

Shades of #DFE695

#DFE695
(223,230,149)
#CBD288
(203,210,136)
#B7BE7B
(183,190,123)
#A3AA6E
(163,170,110)
#8F9661
(143,150,97)
#7B8254
(123,130,84)
#676E47
(103,110,71)
#535A3A
(83,90,58)
#3F462D
(63,70,45)
#2B3220
(43,50,32)
#171E13
(23,30,19)
#000000
(0,0,0)

Tints of #DFE695

#DFE695
(223,230,149)
#E1E89E
(225,232,158)
#E3EAA7
(227,234,167)
#E5ECB0
(229,236,176)
#E7EEB9
(231,238,185)
#E9F0C2
(233,240,194)
#EBF2CB
(235,242,203)
#EDF4D4
(237,244,212)
#EFF6DD
(239,246,221)
#F1F8E6
(241,248,230)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE695; }

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

This text font color is #DFE695.


Background Color

.myBgColor { background-color: #DFE695; }

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

This div background color is #DFE695.


Border color

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

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

This div border color is #DFE695.


Opacity

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

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

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

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

This text has shadow with #DFE695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE695 on black background.


Color preview on white background

This text has color #DFE695 on white background.



Black color preview on #DFE695 background

This text has black color on #DFE695 background.


White color preview on #DFE695 background

This text has white color on #DFE695 background.