COLOR #DFEEB5

HEX: #DFEEB5 RGB: (223,238,181)

Color info

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

RGB color model

#DFEEB5 color RGB value is (223,238,181).

RGB: (223,238,181) (87%, 93%, 71%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 181 of 255 = 71%

223
238
181

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

Portions of RGB colors in percentages

R + G + B = 223 + 238 + 181 = 642 (100%)
R 223 of 642 ~ 34.74%
G 238 of 642 ~ 37.07%
B 181 of 642 ~ 28.19'%

%34.74
%37.07
%28.19

CMYK color model

#DFEEB5 color CMYK value is (6,0,24,7).

  • cyan value is 6.30%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 6.67%

CMYK: (6,0,24,7)
C6M0Y24K7 (6%, 0%, 24%, 7%)
(0.06 / 0.00 / 0.24 / 0.07)

CMYK percentages

%6.3
%0
%23.95
%6.67

Codes

Color #DFEEB5 in popluar color models

DF EE B5
RGB 223 238 181
HSL 76° 62.64% 82.16%
HSB/HSV 76° 23.95% 93.33%
CMYK 6.30% 0.00% 23.95%
6.67%

Color #DFEEB5 in popluar number systems.

HEX DF EE B5
Decimal 223 238 181
Binary 11011111 11101110 10110101
Octal 337 356 265

Shades and tints

Shades of #DFEEB5

#DFEEB5
(223,238,181)
#CBD9A5
(203,217,165)
#B7C495
(183,196,149)
#A3AF85
(163,175,133)
#8F9A75
(143,154,117)
#7B8565
(123,133,101)
#677055
(103,112,85)
#535B45
(83,91,69)
#3F4635
(63,70,53)
#2B3125
(43,49,37)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #DFEEB5

#DFEEB5
(223,238,181)
#E1EFBB
(225,239,187)
#E3F0C1
(227,240,193)
#E5F1C7
(229,241,199)
#E7F2CD
(231,242,205)
#E9F3D3
(233,243,211)
#EBF4D9
(235,244,217)
#EDF5DF
(237,245,223)
#EFF6E5
(239,246,229)
#F1F7EB
(241,247,235)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEB5; }

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

This text font color is #DFEEB5.

Background Color

.myBgColor { background-color: #DFEEB5; }

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

This div background color is #DFEEB5.

Border color

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

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

This div border color is #DFEEB5.

Opacity

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

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

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

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

This text has shadow with #DFEEB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEEB5.

Preview

Color preview on black background

This text has color #DFEEB5 on black background.


Color preview on white background

This text has color #DFEEB5 on white background.


Black color preview on #DFEEB5 background

This text has black color on #DFEEB5 background.


White color preview on #DFEEB5 background

This text has white color on #DFEEB5 background.


Related colors

Complementary color

Complementary color for #hex is #20114A.


I love getcolorcode.com

Triadic colors

1 #B5DFEE and #EEB5DF with #DFEEB5 are triadic colors.

2 #B5EEDF and #EEDFB5 with #DFEEB5 are triadic colors.