COLOR #BDE679

HEX: #BDE679
RGB: (189,230,121)

Renk bilgisi

#BDE679 contains mainly red and green colors. #BDE679 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#BDE679 color RGB value is (189,230,121).

  • kırmız ton 189;
  • yeşil ton 230;
  • mavi ton 121.
RGB:
(189,230,121)
(74%,90%,47%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 230 of 255 = 90%
B 121 of 255 = 47%

189
230
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 230 + 121 = 540 (100%)
R 189 of 540 ~ 35%
G 230 of 540 ~ 42.59%
B 121 of 540 ~ 22.41%

%35
%42.59
%22.41

CMYK RENK MODELİ

#BDE679 rengi CMYK tonu (18,0,47,10).

  • camgöbeği tonu 17.83%
  • eflatun tonu 0.00%
  • sarı tonu 47.39%
  • ana renk tonu 9.80%
CMYK:
(18,0,47,10)
C18M0Y47K10 
(18%,0%,47%,10%)
(0.18/0.00/0.47/0.10)	

CMYK yüzdeleri

%17.83
%0
%47.39
%9.8

Codes

Color #BDE679 in popluar color models

BDE679
RGB189230121
HSL83°68.55%68.82%
HSB/HSV83°47.39%90.20%
CMYK17.83%0.00%47.39%
9.80%

Color #BDE679 in popluar number systems.

HEXBDE679
Decimal189230121
Binary10111101111001101111001
Octal275346171

Shades and tints

Shades of #BDE679

#BDE679
(189,230,121)
#ACD26E
(172,210,110)
#9BBE63
(155,190,99)
#8AAA58
(138,170,88)
#79964D
(121,150,77)
#688242
(104,130,66)
#576E37
(87,110,55)
#465A2C
(70,90,44)
#354621
(53,70,33)
#243216
(36,50,22)
#131E0B
(19,30,11)
#000000
(0,0,0)

Tints of #BDE679

#BDE679
(189,230,121)
#C3E885
(195,232,133)
#C9EA91
(201,234,145)
#CFEC9D
(207,236,157)
#D5EEA9
(213,238,169)
#DBF0B5
(219,240,181)
#E1F2C1
(225,242,193)
#E7F4CD
(231,244,205)
#EDF6D9
(237,246,217)
#F3F8E5
(243,248,229)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE679 color. Also use rgb(189,230,121) instead hex code.

Text Font Color

.myTextColor { color: #BDE679; }

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

This text font color is #BDE679.


Background Color

.myBgColor { background-color: #BDE679; }

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

This div background color is #BDE679.


Border color

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

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

This div border color is #BDE679.


Opacity

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

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

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

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

This text has shadow with #BDE679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE679 on black background.


Color preview on white background

This text has color #BDE679 on white background.



Black color preview on #BDE679 background

This text has black color on #BDE679 background.


White color preview on #BDE679 background

This text has white color on #BDE679 background.