COLOR #DCE5BE

HEX: #DCE5BE
RGB: (220,229,190)

Color info

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

RGB color model

#DCE5BE color RGB value is (220,229,190).

  • red value is 220;
  • green value is 229;
  • blue value is 190.
RGB:
(220,229,190)
(86%,90%,75%)

RGB channels and saturation

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

220
229
190

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

Portions of RGB colors in percentages

R + G + B =
220 + 229 + 190 = 639 (100%)
R 220 of 639 ~ 34.43%
G 229 of 639 ~ 35.84%
B 190 of 639 ~ 29.73%

%34.43
%35.84
%29.73

CMYK color model

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

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 10.20%
CMYK:
(4,0,17,10)
C4M0Y17K10 
(4%,0%,17%,10%)
(0.04/0.00/0.17/0.10)	

CMYK percentages

%3.93
%0
%17.03
%10.2

Codes

Color #DCE5BE in popluar color models

DCE5BE
RGB220229190
HSL74°42.86%82.16%
HSB/HSV74°17.03%89.80%
CMYK3.93%0.00%17.03%
10.20%

Color #DCE5BE in popluar number systems.

HEXDCE5BE
Decimal220229190
Binary110111001110010110111110
Octal334345276

Shades and tints

Shades of #DCE5BE

#DCE5BE
(220,229,190)
#C8D1AD
(200,209,173)
#B4BD9C
(180,189,156)
#A0A98B
(160,169,139)
#8C957A
(140,149,122)
#788169
(120,129,105)
#646D58
(100,109,88)
#505947
(80,89,71)
#3C4536
(60,69,54)
#283125
(40,49,37)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #DCE5BE

#DCE5BE
(220,229,190)
#DFE7C3
(223,231,195)
#E2E9C8
(226,233,200)
#E5EBCD
(229,235,205)
#E8EDD2
(232,237,210)
#EBEFD7
(235,239,215)
#EEF1DC
(238,241,220)
#F1F3E1
(241,243,225)
#F4F5E6
(244,245,230)
#F7F7EB
(247,247,235)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE5BE; }

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

This text font color is #DCE5BE.


Background Color

.myBgColor { background-color: #DCE5BE; }

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

This div background color is #DCE5BE.


Border color

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

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

This div border color is #DCE5BE.


Opacity

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

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

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

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

This text has shadow with #DCE5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE5BE on black background.


Color preview on white background

This text has color #DCE5BE on white background.



Black color preview on #DCE5BE background

This text has black color on #DCE5BE background.


White color preview on #DCE5BE background

This text has white color on #DCE5BE background.