COLOR #D7E301

HEX: #D7E301
RGB: (215,227,1)

Renk bilgisi

#D7E301 contains mainly red and green colors. #D7E301 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#D7E301 color RGB value is (215,227,1).

  • kırmız ton 215;
  • yeşil ton 227;
  • mavi ton 1.
RGB:
(215,227,1)
(84%,89%,0%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 227 of 255 = 89%
B 1 of 255 = 0%

215
227
1

R + G + B ~ 58%. #D7E301 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 227 + 1 = 443 (100%)
R 215 of 443 ~ 48.53%
G 227 of 443 ~ 51.24%
B 1 of 443 ~ 0.23%

%48.53
%51.24

CMYK RENK MODELİ

#D7E301 rengi CMYK tonu (5,0,100,11).

  • camgöbeği tonu 5.29%
  • eflatun tonu 0.00%
  • sarı tonu 99.56%
  • ana renk tonu 10.98%
CMYK:
(5,0,100,11)
C5M0Y100K11 
(5%,0%,100%,11%)
(0.05/0.00/1.00/0.11)	

CMYK yüzdeleri

%5.29
%0
%99.56
%10.98

Codes

Color #D7E301 in popluar color models

D7E301
RGB2152271
HSL63°99.12%44.71%
HSB/HSV63°99.56%89.02%
CMYK5.29%0.00%99.56%
10.98%

Color #D7E301 in popluar number systems.

HEXD7E301
Decimal2152271
Binary11010111111000111
Octal3273431

Shades and tints

Shades of #D7E301

#D7E301
(215,227,1)
#C4CF01
(196,207,1)
#B1BB01
(177,187,1)
#9EA701
(158,167,1)
#8B9301
(139,147,1)
#787F01
(120,127,1)
#656B01
(101,107,1)
#525701
(82,87,1)
#3F4301
(63,67,1)
#2C2F01
(44,47,1)
#191B01
(25,27,1)
#000000
(0,0,0)

Tints of #D7E301

#D7E301
(215,227,1)
#DAE518
(218,229,24)
#DDE72F
(221,231,47)
#E0E946
(224,233,70)
#E3EB5D
(227,235,93)
#E6ED74
(230,237,116)
#E9EF8B
(233,239,139)
#ECF1A2
(236,241,162)
#EFF3B9
(239,243,185)
#F2F5D0
(242,245,208)
#F5F7E7
(245,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E301 color. Also use rgb(215,227,1) instead hex code.

Text Font Color

.myTextColor { color: #D7E301; }

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

This text font color is #D7E301.


Background Color

.myBgColor { background-color: #D7E301; }

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

This div background color is #D7E301.


Border color

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

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

This div border color is #D7E301.


Opacity

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

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

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

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

This text has shadow with #D7E301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E301 on black background.


Color preview on white background

This text has color #D7E301 on white background.



Black color preview on #D7E301 background

This text has black color on #D7E301 background.


White color preview on #D7E301 background

This text has white color on #D7E301 background.