COLOR #D1EB69

HEX: #D1EB69
RGB: (209,235,105)

Color info

#D1EB69 contains mainly red and green colors. Web safe color of #D1EB69 is #CCFF66 (or #CF6).

RGB color model

#D1EB69 color RGB value is (209,235,105).

  • red value is 209;
  • green value is 235;
  • blue value is 105.
RGB:
(209,235,105)
(82%,92%,41%)

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 105 of 255 = 41%

209
235
105

R + G + B ~ 72%. #D1EB69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 235 + 105 = 549 (100%)
R 209 of 549 ~ 38.07%
G 235 of 549 ~ 42.81%
B 105 of 549 ~ 19.13%

%38.07
%42.81
%19.13

CMYK color model

#D1EB69 color CMYK value is (11,0,55,8).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 55.32%
  • key color value is 7.84%
CMYK:
(11,0,55,8)
C11M0Y55K8 
(11%,0%,55%,8%)
(0.11/0.00/0.55/0.08)	

CMYK percentages

%11.06
%0
%55.32
%7.84

Codes

Color #D1EB69 in popluar color models

D1EB69
RGB209235105
HSL72°76.47%66.67%
HSB/HSV72°55.32%92.16%
CMYK11.06%0.00%55.32%
7.84%

Color #D1EB69 in popluar number systems.

HEXD1EB69
Decimal209235105
Binary11010001111010111101001
Octal321353151

Shades and tints

Shades of #D1EB69

#D1EB69
(209,235,105)
#BED660
(190,214,96)
#ABC157
(171,193,87)
#98AC4E
(152,172,78)
#859745
(133,151,69)
#72823C
(114,130,60)
#5F6D33
(95,109,51)
#4C582A
(76,88,42)
#394321
(57,67,33)
#262E18
(38,46,24)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #D1EB69

#D1EB69
(209,235,105)
#D5EC76
(213,236,118)
#D9ED83
(217,237,131)
#DDEE90
(221,238,144)
#E1EF9D
(225,239,157)
#E5F0AA
(229,240,170)
#E9F1B7
(233,241,183)
#EDF2C4
(237,242,196)
#F1F3D1
(241,243,209)
#F5F4DE
(245,244,222)
#F9F5EB
(249,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EB69 color. Also use rgb(209,235,105) instead hex code.

Text Font Color

.myTextColor { color: #D1EB69; }

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

This text font color is #D1EB69.


Background Color

.myBgColor { background-color: #D1EB69; }

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

This div background color is #D1EB69.


Border color

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

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

This div border color is #D1EB69.


Opacity

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

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

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

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

This text has shadow with #D1EB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EB69 on black background.


Color preview on white background

This text has color #D1EB69 on white background.



Black color preview on #D1EB69 background

This text has black color on #D1EB69 background.


White color preview on #D1EB69 background

This text has white color on #D1EB69 background.