COLOR #DCE3B2

HEX: #DCE3B2
RGB: (220,227,178)

Color info

#DCE3B2 contains red, green and blue colors in about the same proportion. Web safe color of #DCE3B2 is #CCCC99 (or #CC9).

RGB color model

#DCE3B2 color RGB value is (220,227,178).

  • red value is 220;
  • green value is 227;
  • blue value is 178.
RGB:
(220,227,178)
(86%,89%,70%)

RGB channels and saturation

R 220 of 255 = 86%
G 227 of 255 = 89%
B 178 of 255 = 70%

220
227
178

R + G + B ~ 82%. #DCE3B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 227 + 178 = 625 (100%)
R 220 of 625 ~ 35.2%
G 227 of 625 ~ 36.32%
B 178 of 625 ~ 28.48%

%35.2
%36.32
%28.48

CMYK color model

#DCE3B2 color CMYK value is (3,0,22,11).

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 10.98%
CMYK:
(3,0,22,11)
C3M0Y22K11 
(3%,0%,22%,11%)
(0.03/0.00/0.22/0.11)	

CMYK percentages

%3.08
%0
%21.59
%10.98

Codes

Color #DCE3B2 in popluar color models

DCE3B2
RGB220227178
HSL69°46.67%79.41%
HSB/HSV69°21.59%89.02%
CMYK3.08%0.00%21.59%
10.98%

Color #DCE3B2 in popluar number systems.

HEXDCE3B2
Decimal220227178
Binary110111001110001110110010
Octal334343262

Shades and tints

Shades of #DCE3B2

#DCE3B2
(220,227,178)
#C8CFA2
(200,207,162)
#B4BB92
(180,187,146)
#A0A782
(160,167,130)
#8C9372
(140,147,114)
#787F62
(120,127,98)
#646B52
(100,107,82)
#505742
(80,87,66)
#3C4332
(60,67,50)
#282F22
(40,47,34)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #DCE3B2

#DCE3B2
(220,227,178)
#DFE5B9
(223,229,185)
#E2E7C0
(226,231,192)
#E5E9C7
(229,233,199)
#E8EBCE
(232,235,206)
#EBEDD5
(235,237,213)
#EEEFDC
(238,239,220)
#F1F1E3
(241,241,227)
#F4F3EA
(244,243,234)
#F7F5F1
(247,245,241)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE3B2 color. Also use rgb(220,227,178) instead hex code.

Text Font Color

.myTextColor { color: #DCE3B2; }

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

This text font color is #DCE3B2.


Background Color

.myBgColor { background-color: #DCE3B2; }

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

This div background color is #DCE3B2.


Border color

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

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

This div border color is #DCE3B2.


Opacity

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

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

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

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

This text has shadow with #DCE3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE3B2 on black background.


Color preview on white background

This text has color #DCE3B2 on white background.



Black color preview on #DCE3B2 background

This text has black color on #DCE3B2 background.


White color preview on #DCE3B2 background

This text has white color on #DCE3B2 background.