COLOR #DDE186

HEX: #DDE186 RGB: (221,225,134)

Color info

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

RGB color model

#DDE186 color RGB value is (221,225,134).

RGB: (221,225,134) (87%, 88%, 53%)

RGB channels and saturation

R 221 of 255 = 87%
G 225 of 255 = 88%
B 134 of 255 = 53%

221
225
134

R + G + B ~ 76%. #DDE186 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 225 + 134 = 580 (100%)
R 221 of 580 ~ 38.1%
G 225 of 580 ~ 38.79%
B 134 of 580 ~ 23.1'%

%38.1
%38.79
%23.1

CMYK color model

#DDE186 color CMYK value is (2,0,40,12).

  • cyan value is 1.78%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 11.76%

CMYK: (2,0,40,12)
C2M0Y40K12 (2%, 0%, 40%, 12%)
(0.02 / 0.00 / 0.40 / 0.12)

CMYK percentages

%1.78
%0
%40.44
%11.76

Codes

Color #DDE186 in popluar color models

DD E1 86
RGB 221 225 134
HSL 63° 60.26% 70.39%
HSB/HSV 63° 40.44% 88.24%
CMYK 1.78% 0.00% 40.44%
11.76%

Color #DDE186 in popluar number systems.

HEX DD E1 86
Decimal 221 225 134
Binary 11011101 11100001 10000110
Octal 335 341 206

Shades and tints

Shades of #DDE186

#DDE186
(221,225,134)
#C9CD7A
(201,205,122)
#B5B96E
(181,185,110)
#A1A562
(161,165,98)
#8D9156
(141,145,86)
#797D4A
(121,125,74)
#65693E
(101,105,62)
#515532
(81,85,50)
#3D4126
(61,65,38)
#292D1A
(41,45,26)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #DDE186

#DDE186
(221,225,134)
#E0E391
(224,227,145)
#E3E59C
(227,229,156)
#E6E7A7
(230,231,167)
#E9E9B2
(233,233,178)
#ECEBBD
(236,235,189)
#EFEDC8
(239,237,200)
#F2EFD3
(242,239,211)
#F5F1DE
(245,241,222)
#F8F3E9
(248,243,233)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE186 color. Also use rgb(221,225,134) instead hex code.

Text Font Color

.myTextColor { color: #DDE186; }

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

This text font color is #DDE186.

Background Color

.myBgColor { background-color: #DDE186; }

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

This div background color is #DDE186.

Border color

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

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

This div border color is #DDE186.

Opacity

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

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

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

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

This text has shadow with #DDE186 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDE186.

Preview

Color preview on black background

This text has color #DDE186 on black background.


Color preview on white background

This text has color #DDE186 on white background.


Black color preview on #DDE186 background

This text has black color on #DDE186 background.


White color preview on #DDE186 background

This text has white color on #DDE186 background.


Related colors

Complementary color

Complementary color for #hex is #221E79.


I love getcolorcode.com

Triadic colors

1 #86DDE1 and #E186DD with #DDE186 are triadic colors.

2 #86E1DD and #E1DD86 with #DDE186 are triadic colors.