COLOR #D3E18C

HEX: #D3E18C RGB: (211,225,140)

Color info

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

RGB color model

#D3E18C color RGB value is (211,225,140).

RGB: (211,225,140) (83%, 88%, 55%)

RGB channels and saturation

R 211 of 255 = 83%
G 225 of 255 = 88%
B 140 of 255 = 55%

211
225
140

R + G + B ~ 75%. #D3E18C is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 225 + 140 = 576 (100%)
R 211 of 576 ~ 36.63%
G 225 of 576 ~ 39.06%
B 140 of 576 ~ 24.31'%

%36.63
%39.06
%24.31

CMYK color model

#D3E18C color CMYK value is (6,0,38,12).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 11.76%

CMYK: (6,0,38,12)
C6M0Y38K12 (6%, 0%, 38%, 12%)
(0.06 / 0.00 / 0.38 / 0.12)

CMYK percentages

%6.22
%0
%37.78
%11.76

Codes

Color #D3E18C in popluar color models

D3 E1 8C
RGB 211 225 140
HSL 70° 58.62% 71.57%
HSB/HSV 70° 37.78% 88.24%
CMYK 6.22% 0.00% 37.78%
11.76%

Color #D3E18C in popluar number systems.

HEX D3 E1 8C
Decimal 211 225 140
Binary 11010011 11100001 10001100
Octal 323 341 214

Shades and tints

Shades of #D3E18C

#D3E18C
(211,225,140)
#C0CD80
(192,205,128)
#ADB974
(173,185,116)
#9AA568
(154,165,104)
#87915C
(135,145,92)
#747D50
(116,125,80)
#616944
(97,105,68)
#4E5538
(78,85,56)
#3B412C
(59,65,44)
#282D20
(40,45,32)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #D3E18C

#D3E18C
(211,225,140)
#D7E396
(215,227,150)
#DBE5A0
(219,229,160)
#DFE7AA
(223,231,170)
#E3E9B4
(227,233,180)
#E7EBBE
(231,235,190)
#EBEDC8
(235,237,200)
#EFEFD2
(239,239,210)
#F3F1DC
(243,241,220)
#F7F3E6
(247,243,230)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E18C color. Also use rgb(211,225,140) instead hex code.

Text Font Color

.myTextColor { color: #D3E18C; }

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

This text font color is #D3E18C.

Background Color

.myBgColor { background-color: #D3E18C; }

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

This div background color is #D3E18C.

Border color

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

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

This div border color is #D3E18C.

Opacity

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

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

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

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

This text has shadow with #D3E18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E18C.

Preview

Color preview on black background

This text has color #D3E18C on black background.


Color preview on white background

This text has color #D3E18C on white background.


Black color preview on #D3E18C background

This text has black color on #D3E18C background.


White color preview on #D3E18C background

This text has white color on #D3E18C background.


Related colors

Complementary color

Complementary color for #hex is #2C1E73.


I love getcolorcode.com

Triadic colors

1 #8CD3E1 and #E18CD3 with #D3E18C are triadic colors.

2 #8CE1D3 and #E1D38C with #D3E18C are triadic colors.