COLOR #BDE77F

HEX: #BDE77F
RGB: (189,231,127)

Renk bilgisi

#BDE77F contains mainly red and green colors. #BDE77F ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#BDE77F color RGB value is (189,231,127).

  • kırmız ton 189;
  • yeşil ton 231;
  • mavi ton 127.
RGB:
(189,231,127)
(74%,91%,50%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 231 of 255 = 91%
B 127 of 255 = 50%

189
231
127

R + G + B ~ 72%. #BDE77F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 231 + 127 = 547 (100%)
R 189 of 547 ~ 34.55%
G 231 of 547 ~ 42.23%
B 127 of 547 ~ 23.22%

%34.55
%42.23
%23.22

CMYK RENK MODELİ

#BDE77F rengi CMYK tonu (18,0,45,9).

  • camgöbeği tonu 18.18%
  • eflatun tonu 0.00%
  • sarı tonu 45.02%
  • ana renk tonu 9.41%
CMYK:
(18,0,45,9)
C18M0Y45K9 
(18%,0%,45%,9%)
(0.18/0.00/0.45/0.09)	

CMYK yüzdeleri

%18.18
%0
%45.02
%9.41

Codes

Color #BDE77F in popluar color models

BDE77F
RGB189231127
HSL84°68.42%70.20%
HSB/HSV84°45.02%90.59%
CMYK18.18%0.00%45.02%
9.41%

Color #BDE77F in popluar number systems.

HEXBDE77F
Decimal189231127
Binary10111101111001111111111
Octal275347177

Shades and tints

Shades of #BDE77F

#BDE77F
(189,231,127)
#ACD274
(172,210,116)
#9BBD69
(155,189,105)
#8AA85E
(138,168,94)
#799353
(121,147,83)
#687E48
(104,126,72)
#57693D
(87,105,61)
#465432
(70,84,50)
#353F27
(53,63,39)
#242A1C
(36,42,28)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #BDE77F

#BDE77F
(189,231,127)
#C3E98A
(195,233,138)
#C9EB95
(201,235,149)
#CFEDA0
(207,237,160)
#D5EFAB
(213,239,171)
#DBF1B6
(219,241,182)
#E1F3C1
(225,243,193)
#E7F5CC
(231,245,204)
#EDF7D7
(237,247,215)
#F3F9E2
(243,249,226)
#F9FBED
(249,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE77F color. Also use rgb(189,231,127) instead hex code.

Text Font Color

.myTextColor { color: #BDE77F; }

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

This text font color is #BDE77F.


Background Color

.myBgColor { background-color: #BDE77F; }

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

This div background color is #BDE77F.


Border color

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

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

This div border color is #BDE77F.


Opacity

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

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

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

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

This text has shadow with #BDE77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE77F on black background.


Color preview on white background

This text has color #BDE77F on white background.



Black color preview on #BDE77F background

This text has black color on #BDE77F background.


White color preview on #BDE77F background

This text has white color on #BDE77F background.