COLOR #DCE6BE

HEX: #DCE6BE RGB: (220,230,190)

Color info

#DCE6BE contains red, green and blue colors in about the same proportion. Web safe color of #DCE6BE is #CCCCCC (or #CCC).

RGB color model

#DCE6BE color RGB value is (220,230,190).

RGB: (220,230,190) (86%, 90%, 75%)

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 190 of 255 = 75%

220
230
190

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

Portions of RGB colors in percentages

R + G + B = 220 + 230 + 190 = 640 (100%)
R 220 of 640 ~ 34.38%
G 230 of 640 ~ 35.94%
B 190 of 640 ~ 29.69'%

%34.38
%35.94
%29.69

CMYK color model

#DCE6BE color CMYK value is (4,0,17,10).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 9.80%

CMYK: (4,0,17,10)
C4M0Y17K10 (4%, 0%, 17%, 10%)
(0.04 / 0.00 / 0.17 / 0.10)

CMYK percentages

%4.35
%0
%17.39
%9.8

Codes

Color #DCE6BE in popluar color models

DC E6 BE
RGB 220 230 190
HSL 75° 44.44% 82.35%
HSB/HSV 75° 17.39% 90.20%
CMYK 4.35% 0.00% 17.39%
9.80%

Color #DCE6BE in popluar number systems.

HEX DC E6 BE
Decimal 220 230 190
Binary 11011100 11100110 10111110
Octal 334 346 276

Shades and tints

Shades of #DCE6BE

#DCE6BE
(220,230,190)
#C8D2AD
(200,210,173)
#B4BE9C
(180,190,156)
#A0AA8B
(160,170,139)
#8C967A
(140,150,122)
#788269
(120,130,105)
#646E58
(100,110,88)
#505A47
(80,90,71)
#3C4636
(60,70,54)
#283225
(40,50,37)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #DCE6BE

#DCE6BE
(220,230,190)
#DFE8C3
(223,232,195)
#E2EAC8
(226,234,200)
#E5ECCD
(229,236,205)
#E8EED2
(232,238,210)
#EBF0D7
(235,240,215)
#EEF2DC
(238,242,220)
#F1F4E1
(241,244,225)
#F4F6E6
(244,246,230)
#F7F8EB
(247,248,235)
#FAFAF0
(250,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6BE; }

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

This text font color is #DCE6BE.

Background Color

.myBgColor { background-color: #DCE6BE; }

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

This div background color is #DCE6BE.

Border color

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

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

This div border color is #DCE6BE.

Opacity

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

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

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

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

This text has shadow with #DCE6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE6BE.

Preview

Color preview on black background

This text has color #DCE6BE on black background.


Color preview on white background

This text has color #DCE6BE on white background.


Black color preview on #DCE6BE background

This text has black color on #DCE6BE background.


White color preview on #DCE6BE background

This text has white color on #DCE6BE background.


Related colors

Complementary color

Complementary color for #hex is #231941.


I love getcolorcode.com

Triadic colors

1 #BEDCE6 and #E6BEDC with #DCE6BE are triadic colors.

2 #BEE6DC and #E6DCBE with #DCE6BE are triadic colors.