COLOR #D2E267

HEX: #D2E267
RGB: (210,226,103)

Color info

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

RGB color model

#D2E267 color RGB value is (210,226,103).

  • red value is 210;
  • green value is 226;
  • blue value is 103.
RGB:
(210,226,103)
(82%,89%,40%)

RGB channels and saturation

R 210 of 255 = 82%
G 226 of 255 = 89%
B 103 of 255 = 40%

210
226
103

R + G + B ~ 70%. #D2E267 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 226 + 103 = 539 (100%)
R 210 of 539 ~ 38.96%
G 226 of 539 ~ 41.93%
B 103 of 539 ~ 19.11%

%38.96
%41.93
%19.11

CMYK color model

#D2E267 color CMYK value is (7,0,54,11).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 54.42%
  • key color value is 11.37%
CMYK:
(7,0,54,11)
C7M0Y54K11 
(7%,0%,54%,11%)
(0.07/0.00/0.54/0.11)	

CMYK percentages

%7.08
%0
%54.42
%11.37

Codes

Color #D2E267 in popluar color models

D2E267
RGB210226103
HSL68°67.96%64.51%
HSB/HSV68°54.42%88.63%
CMYK7.08%0.00%54.42%
11.37%

Color #D2E267 in popluar number systems.

HEXD2E267
Decimal210226103
Binary11010010111000101100111
Octal322342147

Shades and tints

Shades of #D2E267

#D2E267
(210,226,103)
#BFCE5E
(191,206,94)
#ACBA55
(172,186,85)
#99A64C
(153,166,76)
#869243
(134,146,67)
#737E3A
(115,126,58)
#606A31
(96,106,49)
#4D5628
(77,86,40)
#3A421F
(58,66,31)
#272E16
(39,46,22)
#141A0D
(20,26,13)
#000000
(0,0,0)

Tints of #D2E267

#D2E267
(210,226,103)
#D6E474
(214,228,116)
#DAE681
(218,230,129)
#DEE88E
(222,232,142)
#E2EA9B
(226,234,155)
#E6ECA8
(230,236,168)
#EAEEB5
(234,238,181)
#EEF0C2
(238,240,194)
#F2F2CF
(242,242,207)
#F6F4DC
(246,244,220)
#FAF6E9
(250,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E267 color. Also use rgb(210,226,103) instead hex code.

Text Font Color

.myTextColor { color: #D2E267; }

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

This text font color is #D2E267.


Background Color

.myBgColor { background-color: #D2E267; }

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

This div background color is #D2E267.


Border color

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

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

This div border color is #D2E267.


Opacity

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

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

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

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

This text has shadow with #D2E267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E267 on black background.


Color preview on white background

This text has color #D2E267 on white background.



Black color preview on #D2E267 background

This text has black color on #D2E267 background.


White color preview on #D2E267 background

This text has white color on #D2E267 background.