COLOR #DCE095

HEX: #DCE095 RGB: (220,224,149)

Color info

#DCE095 contains mainly red and green colors. Web safe color of #DCE095 is #CCCC99 (or #CC9).

RGB color model

#DCE095 color RGB value is (220,224,149).

RGB: (220,224,149) (86%, 88%, 58%)

RGB channels and saturation

R 220 of 255 = 86%
G 224 of 255 = 88%
B 149 of 255 = 58%

220
224
149

R + G + B ~ 77%. #DCE095 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 224 + 149 = 593 (100%)
R 220 of 593 ~ 37.1%
G 224 of 593 ~ 37.77%
B 149 of 593 ~ 25.13'%

%37.1
%37.77
%25.13

CMYK color model

#DCE095 color CMYK value is (2,0,33,12).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 12.16%

CMYK: (2,0,33,12)
C2M0Y33K12 (2%, 0%, 33%, 12%)
(0.02 / 0.00 / 0.33 / 0.12)

CMYK percentages

%1.79
%0
%33.48
%12.16

Codes

Color #DCE095 in popluar color models

DC E0 95
RGB 220 224 149
HSL 63° 54.74% 73.14%
HSB/HSV 63° 33.48% 87.84%
CMYK 1.79% 0.00% 33.48%
12.16%

Color #DCE095 in popluar number systems.

HEX DC E0 95
Decimal 220 224 149
Binary 11011100 11100000 10010101
Octal 334 340 225

Shades and tints

Shades of #DCE095

#DCE095
(220,224,149)
#C8CC88
(200,204,136)
#B4B87B
(180,184,123)
#A0A46E
(160,164,110)
#8C9061
(140,144,97)
#787C54
(120,124,84)
#646847
(100,104,71)
#50543A
(80,84,58)
#3C402D
(60,64,45)
#282C20
(40,44,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #DCE095

#DCE095
(220,224,149)
#DFE29E
(223,226,158)
#E2E4A7
(226,228,167)
#E5E6B0
(229,230,176)
#E8E8B9
(232,232,185)
#EBEAC2
(235,234,194)
#EEECCB
(238,236,203)
#F1EED4
(241,238,212)
#F4F0DD
(244,240,221)
#F7F2E6
(247,242,230)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE095 color. Also use rgb(220,224,149) instead hex code.

Text Font Color

.myTextColor { color: #DCE095; }

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

This text font color is #DCE095.

Background Color

.myBgColor { background-color: #DCE095; }

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

This div background color is #DCE095.

Border color

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

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

This div border color is #DCE095.

Opacity

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

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

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

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

This text has shadow with #DCE095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE095.

Preview

Color preview on black background

This text has color #DCE095 on black background.


Color preview on white background

This text has color #DCE095 on white background.


Black color preview on #DCE095 background

This text has black color on #DCE095 background.


White color preview on #DCE095 background

This text has white color on #DCE095 background.


Related colors

Complementary color

Complementary color for #hex is #231F6A.


I love getcolorcode.com

Triadic colors

1 #95DCE0 and #E095DC with #DCE095 are triadic colors.

2 #95E0DC and #E0DC95 with #DCE095 are triadic colors.