COLOR #DFEEBC

HEX: #DFEEBC RGB: (223,238,188)

Color info

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

RGB color model

#DFEEBC color RGB value is (223,238,188).

RGB: (223,238,188) (87%, 93%, 74%)

RGB channels and saturation

R 223 of 255 = 87%
G 238 of 255 = 93%
B 188 of 255 = 74%

223
238
188

R + G + B ~ 85%. #DFEEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 238 + 188 = 649 (100%)
R 223 of 649 ~ 34.36%
G 238 of 649 ~ 36.67%
B 188 of 649 ~ 28.97'%

%34.36
%36.67
%28.97

CMYK color model

#DFEEBC color CMYK value is (6,0,21,7).

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

CMYK: (6,0,21,7)
C6M0Y21K7 (6%, 0%, 21%, 7%)
(0.06 / 0.00 / 0.21 / 0.07)

CMYK percentages

%6.3
%0
%21.01
%6.67

Codes

Color #DFEEBC in popluar color models

DF EE BC
RGB 223 238 188
HSL 78° 59.52% 83.53%
HSB/HSV 78° 21.01% 93.33%
CMYK 6.30% 0.00% 21.01%
6.67%

Color #DFEEBC in popluar number systems.

HEX DF EE BC
Decimal 223 238 188
Binary 11011111 11101110 10111100
Octal 337 356 274

Shades and tints

Shades of #DFEEBC

#DFEEBC
(223,238,188)
#CBD9AB
(203,217,171)
#B7C49A
(183,196,154)
#A3AF89
(163,175,137)
#8F9A78
(143,154,120)
#7B8567
(123,133,103)
#677056
(103,112,86)
#535B45
(83,91,69)
#3F4634
(63,70,52)
#2B3123
(43,49,35)
#171C12
(23,28,18)
#000000
(0,0,0)

Tints of #DFEEBC

#DFEEBC
(223,238,188)
#E1EFC2
(225,239,194)
#E3F0C8
(227,240,200)
#E5F1CE
(229,241,206)
#E7F2D4
(231,242,212)
#E9F3DA
(233,243,218)
#EBF4E0
(235,244,224)
#EDF5E6
(237,245,230)
#EFF6EC
(239,246,236)
#F1F7F2
(241,247,242)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEEBC; }

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

This text font color is #DFEEBC.

Background Color

.myBgColor { background-color: #DFEEBC; }

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

This div background color is #DFEEBC.

Border color

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

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

This div border color is #DFEEBC.

Opacity

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

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

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

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

This text has shadow with #DFEEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFEEBC.

Preview

Color preview on black background

This text has color #DFEEBC on black background.


Color preview on white background

This text has color #DFEEBC on white background.


Black color preview on #DFEEBC background

This text has black color on #DFEEBC background.


White color preview on #DFEEBC background

This text has white color on #DFEEBC background.


Related colors

Complementary color

Complementary color for #hex is #201143.


I love getcolorcode.com

Triadic colors

1 #BCDFEE and #EEBCDF with #DFEEBC are triadic colors.

2 #BCEEDF and #EEDFBC with #DFEEBC are triadic colors.