COLOR #D3EB61

HEX: #D3EB61
RGB: (211,235,97)

Color info

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

RGB color model

#D3EB61 color RGB value is (211,235,97).

  • red value is 211;
  • green value is 235;
  • blue value is 97.
RGB:
(211,235,97)
(83%,92%,38%)

RGB channels and saturation

R 211 of 255 = 83%
G 235 of 255 = 92%
B 97 of 255 = 38%

211
235
97

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

Portions of RGB colors in percentages

R + G + B =
211 + 235 + 97 = 543 (100%)
R 211 of 543 ~ 38.86%
G 235 of 543 ~ 43.28%
B 97 of 543 ~ 17.86%

%38.86
%43.28
%17.86

CMYK color model

#D3EB61 color CMYK value is (10,0,59,8).

  • cyan value is 10.21%
  • magenta value is 0.00%
  • yellow value is 58.72%
  • key color value is 7.84%
CMYK:
(10,0,59,8)
C10M0Y59K8 
(10%,0%,59%,8%)
(0.10/0.00/0.59/0.08)	

CMYK percentages

%10.21
%0
%58.72
%7.84

Codes

Color #D3EB61 in popluar color models

D3EB61
RGB21123597
HSL70°77.53%65.10%
HSB/HSV70°58.72%92.16%
CMYK10.21%0.00%58.72%
7.84%

Color #D3EB61 in popluar number systems.

HEXD3EB61
Decimal21123597
Binary11010011111010111100001
Octal323353141

Shades and tints

Shades of #D3EB61

#D3EB61
(211,235,97)
#C0D659
(192,214,89)
#ADC151
(173,193,81)
#9AAC49
(154,172,73)
#879741
(135,151,65)
#748239
(116,130,57)
#616D31
(97,109,49)
#4E5829
(78,88,41)
#3B4321
(59,67,33)
#282E19
(40,46,25)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #D3EB61

#D3EB61
(211,235,97)
#D7EC6F
(215,236,111)
#DBED7D
(219,237,125)
#DFEE8B
(223,238,139)
#E3EF99
(227,239,153)
#E7F0A7
(231,240,167)
#EBF1B5
(235,241,181)
#EFF2C3
(239,242,195)
#F3F3D1
(243,243,209)
#F7F4DF
(247,244,223)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EB61 color. Also use rgb(211,235,97) instead hex code.

Text Font Color

.myTextColor { color: #D3EB61; }

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

This text font color is #D3EB61.


Background Color

.myBgColor { background-color: #D3EB61; }

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

This div background color is #D3EB61.


Border color

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

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

This div border color is #D3EB61.


Opacity

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

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

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

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

This text has shadow with #D3EB61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EB61 on black background.


Color preview on white background

This text has color #D3EB61 on white background.



Black color preview on #D3EB61 background

This text has black color on #D3EB61 background.


White color preview on #D3EB61 background

This text has white color on #D3EB61 background.