COLOR #DFEEB9

HEX: #DFEEB9
RGB: (223,238,185)

Color info

#DFEEB9 contains red, green and blue colors in about the same proportion. Web safe color of #DFEEB9 is #CCFFCC (or #CFC).

RGB color model

#DFEEB9 color RGB value is (223,238,185).

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

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 185 of 255 = 73%

223
238
185

R + G + B ~ 84%. #DFEEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 238 + 185 = 646 (100%)
R 223 of 646 ~ 34.52%
G 238 of 646 ~ 36.84%
B 185 of 646 ~ 28.64%

%34.52
%36.84
%28.64

CMYK color model

#DFEEB9 color CMYK value is (6,0,22,7).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 6.67%
CMYK:
(6,0,22,7)
C6M0Y22K7 
(6%,0%,22%,7%)
(0.06/0.00/0.22/0.07)	

CMYK percentages

%6.3
%0
%22.27
%6.67

Codes

Color #DFEEB9 in popluar color models

DFEEB9
RGB223238185
HSL77°60.92%82.94%
HSB/HSV77°22.27%93.33%
CMYK6.30%0.00%22.27%
6.67%

Color #DFEEB9 in popluar number systems.

HEXDFEEB9
Decimal223238185
Binary110111111110111010111001
Octal337356271

Shades and tints

Shades of #DFEEB9

#DFEEB9
(223,238,185)
#CBD9A9
(203,217,169)
#B7C499
(183,196,153)
#A3AF89
(163,175,137)
#8F9A79
(143,154,121)
#7B8569
(123,133,105)
#677059
(103,112,89)
#535B49
(83,91,73)
#3F4639
(63,70,57)
#2B3129
(43,49,41)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #DFEEB9

#DFEEB9
(223,238,185)
#E1EFBF
(225,239,191)
#E3F0C5
(227,240,197)
#E5F1CB
(229,241,203)
#E7F2D1
(231,242,209)
#E9F3D7
(233,243,215)
#EBF4DD
(235,244,221)
#EDF5E3
(237,245,227)
#EFF6E9
(239,246,233)
#F1F7EF
(241,247,239)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEB9; }

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

This text font color is #DFEEB9.


Background Color

.myBgColor { background-color: #DFEEB9; }

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

This div background color is #DFEEB9.


Border color

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

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

This div border color is #DFEEB9.


Opacity

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

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

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

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

This text has shadow with #DFEEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEEB9 on black background.


Color preview on white background

This text has color #DFEEB9 on white background.



Black color preview on #DFEEB9 background

This text has black color on #DFEEB9 background.


White color preview on #DFEEB9 background

This text has white color on #DFEEB9 background.