COLOR #D4E18B

HEX: #D4E18B RGB: (212,225,139)

Color info

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

RGB color model

#D4E18B color RGB value is (212,225,139).

RGB: (212,225,139) (83%, 88%, 55%)

RGB channels and saturation

R 212 of 255 = 83%
G 225 of 255 = 88%
B 139 of 255 = 55%

212
225
139

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

Portions of RGB colors in percentages

R + G + B = 212 + 225 + 139 = 576 (100%)
R 212 of 576 ~ 36.81%
G 225 of 576 ~ 39.06%
B 139 of 576 ~ 24.13'%

%36.81
%39.06
%24.13

CMYK color model

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

  • cyan value is 5.78%
  • magenta value is 0.00%
  • yellow value is 38.22%
  • 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

%5.78
%0
%38.22
%11.76

Codes

Color #D4E18B in popluar color models

D4 E1 8B
RGB 212 225 139
HSL 69° 58.90% 71.37%
HSB/HSV 69° 38.22% 88.24%
CMYK 5.78% 0.00% 38.22%
11.76%

Color #D4E18B in popluar number systems.

HEX D4 E1 8B
Decimal 212 225 139
Binary 11010100 11100001 10001011
Octal 324 341 213

Shades and tints

Shades of #D4E18B

#D4E18B
(212,225,139)
#C1CD7F
(193,205,127)
#AEB973
(174,185,115)
#9BA567
(155,165,103)
#88915B
(136,145,91)
#757D4F
(117,125,79)
#626943
(98,105,67)
#4F5537
(79,85,55)
#3C412B
(60,65,43)
#292D1F
(41,45,31)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #D4E18B

#D4E18B
(212,225,139)
#D7E395
(215,227,149)
#DAE59F
(218,229,159)
#DDE7A9
(221,231,169)
#E0E9B3
(224,233,179)
#E3EBBD
(227,235,189)
#E6EDC7
(230,237,199)
#E9EFD1
(233,239,209)
#ECF1DB
(236,241,219)
#EFF3E5
(239,243,229)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E18B color. Also use rgb(212,225,139) instead hex code.

Text Font Color

.myTextColor { color: #D4E18B; }

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

This text font color is #D4E18B.

Background Color

.myBgColor { background-color: #D4E18B; }

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

This div background color is #D4E18B.

Border color

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

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

This div border color is #D4E18B.

Opacity

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

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

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

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

This text has shadow with #D4E18B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E18B.

Preview

Color preview on black background

This text has color #D4E18B on black background.


Color preview on white background

This text has color #D4E18B on white background.


Black color preview on #D4E18B background

This text has black color on #D4E18B background.


White color preview on #D4E18B background

This text has white color on #D4E18B background.


Related colors

Complementary color

Complementary color for #hex is #2B1E74.


I love getcolorcode.com

Triadic colors

1 #8BD4E1 and #E18BD4 with #D4E18B are triadic colors.

2 #8BE1D4 and #E1D48B with #D4E18B are triadic colors.