COLOR #DCE8BE

HEX: #DCE8BE RGB: (220,232,190)

Color info

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

RGB color model

#DCE8BE color RGB value is (220,232,190).

RGB: (220,232,190) (86%, 91%, 75%)

RGB channels and saturation

R 220 of 255 = 86%
G 232 of 255 = 91%
B 190 of 255 = 75%

220
232
190

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

Portions of RGB colors in percentages

R + G + B = 220 + 232 + 190 = 642 (100%)
R 220 of 642 ~ 34.27%
G 232 of 642 ~ 36.14%
B 190 of 642 ~ 29.6'%

%34.27
%36.14
%29.6

CMYK color model

#DCE8BE color CMYK value is (5,0,18,9).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 9.02%

CMYK: (5,0,18,9)
C5M0Y18K9 (5%, 0%, 18%, 9%)
(0.05 / 0.00 / 0.18 / 0.09)

CMYK percentages

%5.17
%0
%18.1
%9.02

Codes

Color #DCE8BE in popluar color models

DC E8 BE
RGB 220 232 190
HSL 77° 47.73% 82.75%
HSB/HSV 77° 18.10% 90.98%
CMYK 5.17% 0.00% 18.10%
9.02%

Color #DCE8BE in popluar number systems.

HEX DC E8 BE
Decimal 220 232 190
Binary 11011100 11101000 10111110
Octal 334 350 276

Shades and tints

Shades of #DCE8BE

#DCE8BE
(220,232,190)
#C8D3AD
(200,211,173)
#B4BE9C
(180,190,156)
#A0A98B
(160,169,139)
#8C947A
(140,148,122)
#787F69
(120,127,105)
#646A58
(100,106,88)
#505547
(80,85,71)
#3C4036
(60,64,54)
#282B25
(40,43,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #DCE8BE

#DCE8BE
(220,232,190)
#DFEAC3
(223,234,195)
#E2ECC8
(226,236,200)
#E5EECD
(229,238,205)
#E8F0D2
(232,240,210)
#EBF2D7
(235,242,215)
#EEF4DC
(238,244,220)
#F1F6E1
(241,246,225)
#F4F8E6
(244,248,230)
#F7FAEB
(247,250,235)
#FAFCF0
(250,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE8BE color. Also use rgb(220,232,190) instead hex code.

Text Font Color

.myTextColor { color: #DCE8BE; }

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

This text font color is #DCE8BE.

Background Color

.myBgColor { background-color: #DCE8BE; }

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

This div background color is #DCE8BE.

Border color

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

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

This div border color is #DCE8BE.

Opacity

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

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

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

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

This text has shadow with #DCE8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE8BE.

Preview

Color preview on black background

This text has color #DCE8BE on black background.


Color preview on white background

This text has color #DCE8BE on white background.


Black color preview on #DCE8BE background

This text has black color on #DCE8BE background.


White color preview on #DCE8BE background

This text has white color on #DCE8BE background.


Related colors

Complementary color

Complementary color for #hex is #231741.


I love getcolorcode.com

Triadic colors

1 #BEDCE8 and #E8BEDC with #DCE8BE are triadic colors.

2 #BEE8DC and #E8DCBE with #DCE8BE are triadic colors.