COLOR #D9E262

HEX: #D9E262
RGB: (217,226,98)

Color info

#D9E262 contains mainly red and green colors. Web safe color of #D9E262 is #CCCC66 (or #CC6).

RGB color model

#D9E262 color RGB value is (217,226,98).

  • red value is 217;
  • green value is 226;
  • blue value is 98.
RGB:
(217,226,98)
(85%,89%,38%)

RGB channels and saturation

R 217 of 255 = 85%
G 226 of 255 = 89%
B 98 of 255 = 38%

217
226
98

R + G + B ~ 71%. #D9E262 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 226 + 98 = 541 (100%)
R 217 of 541 ~ 40.11%
G 226 of 541 ~ 41.77%
B 98 of 541 ~ 18.11%

%40.11
%41.77
%18.11

CMYK color model

#D9E262 color CMYK value is (4,0,57,11).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 56.64%
  • key color value is 11.37%
CMYK:
(4,0,57,11)
C4M0Y57K11 
(4%,0%,57%,11%)
(0.04/0.00/0.57/0.11)	

CMYK percentages

%3.98
%0
%56.64
%11.37

Codes

Color #D9E262 in popluar color models

D9E262
RGB21722698
HSL64°68.82%63.53%
HSB/HSV64°56.64%88.63%
CMYK3.98%0.00%56.64%
11.37%

Color #D9E262 in popluar number systems.

HEXD9E262
Decimal21722698
Binary11011001111000101100010
Octal331342142

Shades and tints

Shades of #D9E262

#D9E262
(217,226,98)
#C6CE5A
(198,206,90)
#B3BA52
(179,186,82)
#A0A64A
(160,166,74)
#8D9242
(141,146,66)
#7A7E3A
(122,126,58)
#676A32
(103,106,50)
#54562A
(84,86,42)
#414222
(65,66,34)
#2E2E1A
(46,46,26)
#1B1A12
(27,26,18)
#000000
(0,0,0)

Tints of #D9E262

#D9E262
(217,226,98)
#DCE470
(220,228,112)
#DFE67E
(223,230,126)
#E2E88C
(226,232,140)
#E5EA9A
(229,234,154)
#E8ECA8
(232,236,168)
#EBEEB6
(235,238,182)
#EEF0C4
(238,240,196)
#F1F2D2
(241,242,210)
#F4F4E0
(244,244,224)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E262 color. Also use rgb(217,226,98) instead hex code.

Text Font Color

.myTextColor { color: #D9E262; }

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

This text font color is #D9E262.


Background Color

.myBgColor { background-color: #D9E262; }

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

This div background color is #D9E262.


Border color

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

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

This div border color is #D9E262.


Opacity

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

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

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

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

This text has shadow with #D9E262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E262 on black background.


Color preview on white background

This text has color #D9E262 on white background.



Black color preview on #D9E262 background

This text has black color on #D9E262 background.


White color preview on #D9E262 background

This text has white color on #D9E262 background.