COLOR #D3E085

HEX: #D3E085 RGB: (211,224,133)

Color info

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

RGB color model

#D3E085 color RGB value is (211,224,133).

RGB: (211,224,133) (83%, 88%, 52%)

RGB channels and saturation

R 211 of 255 = 83%
G 224 of 255 = 88%
B 133 of 255 = 52%

211
224
133

R + G + B ~ 74%. #D3E085 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 224 + 133 = 568 (100%)
R 211 of 568 ~ 37.15%
G 224 of 568 ~ 39.44%
B 133 of 568 ~ 23.42'%

%37.15
%39.44
%23.42

CMYK color model

#D3E085 color CMYK value is (6,0,41,12).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 12.16%

CMYK: (6,0,41,12)
C6M0Y41K12 (6%, 0%, 41%, 12%)
(0.06 / 0.00 / 0.41 / 0.12)

CMYK percentages

%5.8
%0
%40.63
%12.16

Codes

Color #D3E085 in popluar color models

D3 E0 85
RGB 211 224 133
HSL 69° 59.48% 70.00%
HSB/HSV 69° 40.63% 87.84%
CMYK 5.80% 0.00% 40.63%
12.16%

Color #D3E085 in popluar number systems.

HEX D3 E0 85
Decimal 211 224 133
Binary 11010011 11100000 10000101
Octal 323 340 205

Shades and tints

Shades of #D3E085

#D3E085
(211,224,133)
#C0CC79
(192,204,121)
#ADB86D
(173,184,109)
#9AA461
(154,164,97)
#879055
(135,144,85)
#747C49
(116,124,73)
#61683D
(97,104,61)
#4E5431
(78,84,49)
#3B4025
(59,64,37)
#282C19
(40,44,25)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #D3E085

#D3E085
(211,224,133)
#D7E290
(215,226,144)
#DBE49B
(219,228,155)
#DFE6A6
(223,230,166)
#E3E8B1
(227,232,177)
#E7EABC
(231,234,188)
#EBECC7
(235,236,199)
#EFEED2
(239,238,210)
#F3F0DD
(243,240,221)
#F7F2E8
(247,242,232)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E085 color. Also use rgb(211,224,133) instead hex code.

Text Font Color

.myTextColor { color: #D3E085; }

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

This text font color is #D3E085.

Background Color

.myBgColor { background-color: #D3E085; }

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

This div background color is #D3E085.

Border color

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

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

This div border color is #D3E085.

Opacity

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

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

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

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

This text has shadow with #D3E085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E085.

Preview

Color preview on black background

This text has color #D3E085 on black background.


Color preview on white background

This text has color #D3E085 on white background.


Black color preview on #D3E085 background

This text has black color on #D3E085 background.


White color preview on #D3E085 background

This text has white color on #D3E085 background.


Related colors

Complementary color

Complementary color for #hex is #2C1F7A.


I love getcolorcode.com

Triadic colors

1 #85D3E0 and #E085D3 with #D3E085 are triadic colors.

2 #85E0D3 and #E0D385 with #D3E085 are triadic colors.