COLOR #7DB263

HEX: #7DB263
RGB: (125,178,99)

Renk bilgisi

#7DB263 contains mainly red and green colors. #7DB263 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#7DB263 color RGB value is (125,178,99).

  • kırmız ton 125;
  • yeşil ton 178;
  • mavi ton 99.
RGB:
(125,178,99)
(49%,70%,39%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 178 of 255 = 70%
B 99 of 255 = 39%

125
178
99

R + G + B ~ 53%. #7DB263 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 178 + 99 = 402 (100%)
R 125 of 402 ~ 31.09%
G 178 of 402 ~ 44.28%
B 99 of 402 ~ 24.63%

%31.09
%44.28
%24.63

CMYK RENK MODELİ

#7DB263 rengi CMYK tonu (30,0,44,30).

  • camgöbeği tonu 29.78%
  • eflatun tonu 0.00%
  • sarı tonu 44.38%
  • ana renk tonu 30.20%
CMYK:
(30,0,44,30)
C30M0Y44K30 
(30%,0%,44%,30%)
(0.30/0.00/0.44/0.30)	

CMYK yüzdeleri

%29.78
%0
%44.38
%30.2

Codes

Color #7DB263 in popluar color models

7DB263
RGB12517899
HSL100°33.91%54.31%
HSB/HSV100°44.38%69.80%
CMYK29.78%0.00%44.38%
30.20%

Color #7DB263 in popluar number systems.

HEX7DB263
Decimal12517899
Binary1111101101100101100011
Octal175262143

Shades and tints

Shades of #7DB263

#7DB263
(125,178,99)
#72A25A
(114,162,90)
#679251
(103,146,81)
#5C8248
(92,130,72)
#51723F
(81,114,63)
#466236
(70,98,54)
#3B522D
(59,82,45)
#304224
(48,66,36)
#25321B
(37,50,27)
#1A2212
(26,34,18)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #7DB263

#7DB263
(125,178,99)
#88B971
(136,185,113)
#93C07F
(147,192,127)
#9EC78D
(158,199,141)
#A9CE9B
(169,206,155)
#B4D5A9
(180,213,169)
#BFDCB7
(191,220,183)
#CAE3C5
(202,227,197)
#D5EAD3
(213,234,211)
#E0F1E1
(224,241,225)
#EBF8EF
(235,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB263 color. Also use rgb(125,178,99) instead hex code.

Text Font Color

.myTextColor { color: #7DB263; }

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

This text font color is #7DB263.


Background Color

.myBgColor { background-color: #7DB263; }

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

This div background color is #7DB263.


Border color

.myBorderColor { border: 1px solid #7DB263; }

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

This div border color is #7DB263.


Opacity

.myOpacity80 { color: #7DB263; opacity: 0.8; }

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

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

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

This text has shadow with #7DB263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB263 on black background.


Color preview on white background

This text has color #7DB263 on white background.



Black color preview on #7DB263 background

This text has black color on #7DB263 background.


White color preview on #7DB263 background

This text has white color on #7DB263 background.