COLOR #DCE2BD

HEX: #DCE2BD
RGB: (220,226,189)

Color info

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

RGB color model

#DCE2BD color RGB value is (220,226,189).

  • red value is 220;
  • green value is 226;
  • blue value is 189.
RGB:
(220,226,189)
(86%,89%,74%)

RGB channels and saturation

R 220 of 255 = 86%
G 226 of 255 = 89%
B 189 of 255 = 74%

220
226
189

R + G + B ~ 83%. #DCE2BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 226 + 189 = 635 (100%)
R 220 of 635 ~ 34.65%
G 226 of 635 ~ 35.59%
B 189 of 635 ~ 29.76%

%34.65
%35.59
%29.76

CMYK color model

#DCE2BD color CMYK value is (3,0,16,11).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 11.37%
CMYK:
(3,0,16,11)
C3M0Y16K11 
(3%,0%,16%,11%)
(0.03/0.00/0.16/0.11)	

CMYK percentages

%2.65
%0
%16.37
%11.37

Codes

Color #DCE2BD in popluar color models

DCE2BD
RGB220226189
HSL70°38.95%81.37%
HSB/HSV70°16.37%88.63%
CMYK2.65%0.00%16.37%
11.37%

Color #DCE2BD in popluar number systems.

HEXDCE2BD
Decimal220226189
Binary110111001110001010111101
Octal334342275

Shades and tints

Shades of #DCE2BD

#DCE2BD
(220,226,189)
#C8CEAC
(200,206,172)
#B4BA9B
(180,186,155)
#A0A68A
(160,166,138)
#8C9279
(140,146,121)
#787E68
(120,126,104)
#646A57
(100,106,87)
#505646
(80,86,70)
#3C4235
(60,66,53)
#282E24
(40,46,36)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #DCE2BD

#DCE2BD
(220,226,189)
#DFE4C3
(223,228,195)
#E2E6C9
(226,230,201)
#E5E8CF
(229,232,207)
#E8EAD5
(232,234,213)
#EBECDB
(235,236,219)
#EEEEE1
(238,238,225)
#F1F0E7
(241,240,231)
#F4F2ED
(244,242,237)
#F7F4F3
(247,244,243)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE2BD color. Also use rgb(220,226,189) instead hex code.

Text Font Color

.myTextColor { color: #DCE2BD; }

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

This text font color is #DCE2BD.


Background Color

.myBgColor { background-color: #DCE2BD; }

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

This div background color is #DCE2BD.


Border color

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

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

This div border color is #DCE2BD.


Opacity

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

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

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

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

This text has shadow with #DCE2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE2BD on black background.


Color preview on white background

This text has color #DCE2BD on white background.



Black color preview on #DCE2BD background

This text has black color on #DCE2BD background.


White color preview on #DCE2BD background

This text has white color on #DCE2BD background.