COLOR #BDE692

HEX: #BDE692
RGB: (189,230,146)

Renk bilgisi

#BDE692 contains mainly red and green colors. #BDE692 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BDE692 color RGB value is (189,230,146).

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

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 230 of 255 = 90%
B 146 of 255 = 57%

189
230
146

R + G + B ~ 74%. #BDE692 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 230 + 146 = 565 (100%)
R 189 of 565 ~ 33.45%
G 230 of 565 ~ 40.71%
B 146 of 565 ~ 25.84%

%33.45
%40.71
%25.84

CMYK RENK MODELİ

#BDE692 rengi CMYK tonu (18,0,37,10).

  • camgöbeği tonu 17.83%
  • eflatun tonu 0.00%
  • sarı tonu 36.52%
  • ana renk tonu 9.80%
CMYK:
(18,0,37,10)
C18M0Y37K10 
(18%,0%,37%,10%)
(0.18/0.00/0.37/0.10)	

CMYK yüzdeleri

%17.83
%0
%36.52
%9.8

Codes

Color #BDE692 in popluar color models

BDE692
RGB189230146
HSL89°62.69%73.73%
HSB/HSV89°36.52%90.20%
CMYK17.83%0.00%36.52%
9.80%

Color #BDE692 in popluar number systems.

HEXBDE692
Decimal189230146
Binary101111011110011010010010
Octal275346222

Shades and tints

Shades of #BDE692

#BDE692
(189,230,146)
#ACD285
(172,210,133)
#9BBE78
(155,190,120)
#8AAA6B
(138,170,107)
#79965E
(121,150,94)
#688251
(104,130,81)
#576E44
(87,110,68)
#465A37
(70,90,55)
#35462A
(53,70,42)
#24321D
(36,50,29)
#131E10
(19,30,16)
#000000
(0,0,0)

Tints of #BDE692

#BDE692
(189,230,146)
#C3E89B
(195,232,155)
#C9EAA4
(201,234,164)
#CFECAD
(207,236,173)
#D5EEB6
(213,238,182)
#DBF0BF
(219,240,191)
#E1F2C8
(225,242,200)
#E7F4D1
(231,244,209)
#EDF6DA
(237,246,218)
#F3F8E3
(243,248,227)
#F9FAEC
(249,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE692; }

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

This text font color is #BDE692.


Background Color

.myBgColor { background-color: #BDE692; }

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

This div background color is #BDE692.


Border color

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

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

This div border color is #BDE692.


Opacity

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

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

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

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

This text has shadow with #BDE692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE692 on black background.


Color preview on white background

This text has color #BDE692 on white background.



Black color preview on #BDE692 background

This text has black color on #BDE692 background.


White color preview on #BDE692 background

This text has white color on #BDE692 background.