COLOR #DCEEB9

HEX: #DCEEB9 RGB: (220,238,185)

Color info

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

RGB color model

#DCEEB9 color RGB value is (220,238,185).

RGB: (220,238,185) (86%, 93%, 73%)

RGB channels and saturation

R 220 of 255 = 86%
G 238 of 255 = 93%
B 185 of 255 = 73%

220
238
185

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

Portions of RGB colors in percentages

R + G + B = 220 + 238 + 185 = 643 (100%)
R 220 of 643 ~ 34.21%
G 238 of 643 ~ 37.01%
B 185 of 643 ~ 28.77'%

%34.21
%37.01
%28.77

CMYK color model

#DCEEB9 color CMYK value is (8,0,22,7).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 6.67%

CMYK: (8,0,22,7)
C8M0Y22K7 (8%, 0%, 22%, 7%)
(0.08 / 0.00 / 0.22 / 0.07)

CMYK percentages

%7.56
%0
%22.27
%6.67

Codes

Color #DCEEB9 in popluar color models

DC EE B9
RGB 220 238 185
HSL 80° 60.92% 82.94%
HSB/HSV 80° 22.27% 93.33%
CMYK 7.56% 0.00% 22.27%
6.67%

Color #DCEEB9 in popluar number systems.

HEX DC EE B9
Decimal 220 238 185
Binary 11011100 11101110 10111001
Octal 334 356 271

Shades and tints

Shades of #DCEEB9

#DCEEB9
(220,238,185)
#C8D9A9
(200,217,169)
#B4C499
(180,196,153)
#A0AF89
(160,175,137)
#8C9A79
(140,154,121)
#788569
(120,133,105)
#647059
(100,112,89)
#505B49
(80,91,73)
#3C4639
(60,70,57)
#283129
(40,49,41)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #DCEEB9

#DCEEB9
(220,238,185)
#DFEFBF
(223,239,191)
#E2F0C5
(226,240,197)
#E5F1CB
(229,241,203)
#E8F2D1
(232,242,209)
#EBF3D7
(235,243,215)
#EEF4DD
(238,244,221)
#F1F5E3
(241,245,227)
#F4F6E9
(244,246,233)
#F7F7EF
(247,247,239)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEEB9; }

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

This text font color is #DCEEB9.

Background Color

.myBgColor { background-color: #DCEEB9; }

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

This div background color is #DCEEB9.

Border color

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

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

This div border color is #DCEEB9.

Opacity

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

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

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

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

This text has shadow with #DCEEB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEEB9.

Preview

Color preview on black background

This text has color #DCEEB9 on black background.


Color preview on white background

This text has color #DCEEB9 on white background.


Black color preview on #DCEEB9 background

This text has black color on #DCEEB9 background.


White color preview on #DCEEB9 background

This text has white color on #DCEEB9 background.


Related colors

Complementary color

Complementary color for #hex is #231146.


I love getcolorcode.com

Triadic colors

1 #B9DCEE and #EEB9DC with #DCEEB9 are triadic colors.

2 #B9EEDC and #EEDCB9 with #DCEEB9 are triadic colors.