COLOR #DFEE91

HEX: #DFEE91
RGB: (223,238,145)

Color info

#DFEE91 contains mainly red and green colors. Web safe color of #DFEE91 is #CCFF99 (or #CF9).

RGB color model

#DFEE91 color RGB value is (223,238,145).

  • red value is 223;
  • green value is 238;
  • blue value is 145.
RGB:
(223,238,145)
(87%,93%,57%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 145 of 255 = 57%

223
238
145

R + G + B ~ 79%. #DFEE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 238 + 145 = 606 (100%)
R 223 of 606 ~ 36.8%
G 238 of 606 ~ 39.27%
B 145 of 606 ~ 23.93%

%36.8
%39.27
%23.93

CMYK color model

#DFEE91 color CMYK value is (6,0,39,7).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 39.08%
  • key color value is 6.67%
CMYK:
(6,0,39,7)
C6M0Y39K7 
(6%,0%,39%,7%)
(0.06/0.00/0.39/0.07)	

CMYK percentages

%6.3
%0
%39.08
%6.67

Codes

Color #DFEE91 in popluar color models

DFEE91
RGB223238145
HSL70°73.23%75.10%
HSB/HSV70°39.08%93.33%
CMYK6.30%0.00%39.08%
6.67%

Color #DFEE91 in popluar number systems.

HEXDFEE91
Decimal223238145
Binary110111111110111010010001
Octal337356221

Shades and tints

Shades of #DFEE91

#DFEE91
(223,238,145)
#CBD984
(203,217,132)
#B7C477
(183,196,119)
#A3AF6A
(163,175,106)
#8F9A5D
(143,154,93)
#7B8550
(123,133,80)
#677043
(103,112,67)
#535B36
(83,91,54)
#3F4629
(63,70,41)
#2B311C
(43,49,28)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #DFEE91

#DFEE91
(223,238,145)
#E1EF9B
(225,239,155)
#E3F0A5
(227,240,165)
#E5F1AF
(229,241,175)
#E7F2B9
(231,242,185)
#E9F3C3
(233,243,195)
#EBF4CD
(235,244,205)
#EDF5D7
(237,245,215)
#EFF6E1
(239,246,225)
#F1F7EB
(241,247,235)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEE91 color. Also use rgb(223,238,145) instead hex code.

Text Font Color

.myTextColor { color: #DFEE91; }

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

This text font color is #DFEE91.


Background Color

.myBgColor { background-color: #DFEE91; }

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

This div background color is #DFEE91.


Border color

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

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

This div border color is #DFEE91.


Opacity

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

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

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

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

This text has shadow with #DFEE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEE91 on black background.


Color preview on white background

This text has color #DFEE91 on white background.



Black color preview on #DFEE91 background

This text has black color on #DFEE91 background.


White color preview on #DFEE91 background

This text has white color on #DFEE91 background.