COLOR #DCEBC4

HEX: #DCEBC4 RGB: (220,235,196)

Color info

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

RGB color model

#DCEBC4 color RGB value is (220,235,196).

RGB: (220,235,196) (86%, 92%, 77%)

RGB channels and saturation

R 220 of 255 = 86%
G 235 of 255 = 92%
B 196 of 255 = 77%

220
235
196

R + G + B ~ 85%. #DCEBC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 235 + 196 = 651 (100%)
R 220 of 651 ~ 33.79%
G 235 of 651 ~ 36.1%
B 196 of 651 ~ 30.11'%

%33.79
%36.1
%30.11

CMYK color model

#DCEBC4 color CMYK value is (6,0,17,8).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 7.84%
CMYK: (6,0,17,8) C6M0Y17K8 (6%,0%,17%,8%) (0.06/0.00/0.17/0.08) 

CMYK percentages

%6.38
%0
%16.6
%7.84

Codes

Color #DCEBC4 in popluar color models

DC EB C4
RGB 220 235 196
HSL 83° 49.37% 84.51%
HSB/HSV 83° 16.60% 92.16%
CMYK 6.38% 0.00% 16.60%
7.84%

Color #DCEBC4 in popluar number systems.

HEX DC EB C4
Decimal 220 235 196
Binary 11011100 11101011 11000100
Octal 334 353 304

Shades and tints

Shades of #DCEBC4

#DCEBC4
(220,235,196)
#C8D6B3
(200,214,179)
#B4C1A2
(180,193,162)
#A0AC91
(160,172,145)
#8C9780
(140,151,128)
#78826F
(120,130,111)
#646D5E
(100,109,94)
#50584D
(80,88,77)
#3C433C
(60,67,60)
#282E2B
(40,46,43)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #DCEBC4

#DCEBC4
(220,235,196)
#DFECC9
(223,236,201)
#E2EDCE
(226,237,206)
#E5EED3
(229,238,211)
#E8EFD8
(232,239,216)
#EBF0DD
(235,240,221)
#EEF1E2
(238,241,226)
#F1F2E7
(241,242,231)
#F4F3EC
(244,243,236)
#F7F4F1
(247,244,241)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEBC4 color. Also use rgb(220,235,196) instead hex code.

Text Font Color

.myTextColor { color: #DCEBC4; }

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

This text font color is #DCEBC4.

Background Color

.myBgColor { background-color: #DCEBC4; }

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

This div background color is #DCEBC4.

Border color

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

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

This div border color is #DCEBC4.

Opacity

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

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

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

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

This text has shadow with #DCEBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEBC4.

Preview

Color preview on black background

This text has color #DCEBC4 on black background.


Color preview on white background

This text has color #DCEBC4 on white background.


Black color preview on #DCEBC4 background

This text has black color on #DCEBC4 background.


White color preview on #DCEBC4 background

This text has white color on #DCEBC4 background.


Related colors

Complementary color

Complementary color for #hex is #23143B.


I love getcolorcode.com

Triadic colors

1 #C4DCEB and #EBC4DC with #DCEBC4 are triadic colors.

2 #C4EBDC and #EBDCC4 with #DCEBC4 are triadic colors.