COLOR #D7ED2B

HEX: #D7ED2B RGB: (215,237,43)

Color info

#D7ED2B contains mainly red and green colors. Web safe color of #D7ED2B is #CCFF33 (or #CF3).

RGB color model

#D7ED2B color RGB value is (215,237,43).

RGB: (215,237,43) (84%, 93%, 17%)

RGB channels and saturation

R 215 of 255 = 84%
G 237 of 255 = 93%
B 43 of 255 = 17%

215
237
43

R + G + B ~ 65%. #D7ED2B is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 237 + 43 = 495 (100%)
R 215 of 495 ~ 43.43%
G 237 of 495 ~ 47.88%
B 43 of 495 ~ 8.69'%

%43.43
%47.88

CMYK color model

#D7ED2B color CMYK value is (9,0,82,7).

  • cyan value is 9.28%
  • magenta value is 0.00%
  • yellow value is 81.86%
  • key color value is 7.06%

CMYK: (9,0,82,7)
C9M0Y82K7 (9%, 0%, 82%, 7%)
(0.09 / 0.00 / 0.82 / 0.07)

CMYK percentages

%9.28
%0
%81.86
%7.06

Codes

Color #D7ED2B in popluar color models

D7 ED 2B
RGB 215 237 43
HSL 67° 84.35% 54.90%
HSB/HSV 67° 81.86% 92.94%
CMYK 9.28% 0.00% 81.86%
7.06%

Color #D7ED2B in popluar number systems.

HEX D7 ED 2B
Decimal 215 237 43
Binary 11010111 11101101 101011
Octal 327 355 53

Shades and tints

Shades of #D7ED2B

#D7ED2B
(215,237,43)
#C4D828
(196,216,40)
#B1C325
(177,195,37)
#9EAE22
(158,174,34)
#8B991F
(139,153,31)
#78841C
(120,132,28)
#656F19
(101,111,25)
#525A16
(82,90,22)
#3F4513
(63,69,19)
#2C3010
(44,48,16)
#191B0D
(25,27,13)
#000000
(0,0,0)

Tints of #D7ED2B

#D7ED2B
(215,237,43)
#DAEE3E
(218,238,62)
#DDEF51
(221,239,81)
#E0F064
(224,240,100)
#E3F177
(227,241,119)
#E6F28A
(230,242,138)
#E9F39D
(233,243,157)
#ECF4B0
(236,244,176)
#EFF5C3
(239,245,195)
#F2F6D6
(242,246,214)
#F5F7E9
(245,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7ED2B color. Also use rgb(215,237,43) instead hex code.

Text Font Color

.myTextColor { color: #D7ED2B; }

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

This text font color is #D7ED2B.

Background Color

.myBgColor { background-color: #D7ED2B; }

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

This div background color is #D7ED2B.

Border color

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

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

This div border color is #D7ED2B.

Opacity

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

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

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

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

This text has shadow with #D7ED2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ED2B.

Preview

Color preview on black background

This text has color #D7ED2B on black background.


Color preview on white background

This text has color #D7ED2B on white background.


Black color preview on #D7ED2B background

This text has black color on #D7ED2B background.


White color preview on #D7ED2B background

This text has white color on #D7ED2B background.


Related colors

Complementary color

Complementary color for #hex is #2812D4.


I love getcolorcode.com

Triadic colors

1 #2BD7ED and #ED2BD7 with #D7ED2B are triadic colors.

2 #2BEDD7 and #EDD72B with #D7ED2B are triadic colors.