COLOR #BDDE63

HEX: #BDDE63
RGB: (189,222,99)

Renk bilgisi

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

RGB renk modeli

#BDDE63 color RGB value is (189,222,99).

  • kırmız ton 189;
  • yeşil ton 222;
  • mavi ton 99.
RGB:
(189,222,99)
(74%,87%,39%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 222 of 255 = 87%
B 99 of 255 = 39%

189
222
99

R + G + B ~ 67%. #BDDE63 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 222 + 99 = 510 (100%)
R 189 of 510 ~ 37.06%
G 222 of 510 ~ 43.53%
B 99 of 510 ~ 19.41%

%37.06
%43.53
%19.41

CMYK RENK MODELİ

#BDDE63 rengi CMYK tonu (15,0,55,13).

  • camgöbeği tonu 14.86%
  • eflatun tonu 0.00%
  • sarı tonu 55.41%
  • ana renk tonu 12.94%
CMYK:
(15,0,55,13)
C15M0Y55K13 
(15%,0%,55%,13%)
(0.15/0.00/0.55/0.13)	

CMYK yüzdeleri

%14.86
%0
%55.41
%12.94

Codes

Color #BDDE63 in popluar color models

BDDE63
RGB18922299
HSL76°65.08%62.94%
HSB/HSV76°55.41%87.06%
CMYK14.86%0.00%55.41%
12.94%

Color #BDDE63 in popluar number systems.

HEXBDDE63
Decimal18922299
Binary10111101110111101100011
Octal275336143

Shades and tints

Shades of #BDDE63

#BDDE63
(189,222,99)
#ACCA5A
(172,202,90)
#9BB651
(155,182,81)
#8AA248
(138,162,72)
#798E3F
(121,142,63)
#687A36
(104,122,54)
#57662D
(87,102,45)
#465224
(70,82,36)
#353E1B
(53,62,27)
#242A12
(36,42,18)
#131609
(19,22,9)
#000000
(0,0,0)

Tints of #BDDE63

#BDDE63
(189,222,99)
#C3E171
(195,225,113)
#C9E47F
(201,228,127)
#CFE78D
(207,231,141)
#D5EA9B
(213,234,155)
#DBEDA9
(219,237,169)
#E1F0B7
(225,240,183)
#E7F3C5
(231,243,197)
#EDF6D3
(237,246,211)
#F3F9E1
(243,249,225)
#F9FCEF
(249,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDE63 color. Also use rgb(189,222,99) instead hex code.

Text Font Color

.myTextColor { color: #BDDE63; }

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

This text font color is #BDDE63.


Background Color

.myBgColor { background-color: #BDDE63; }

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

This div background color is #BDDE63.


Border color

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

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

This div border color is #BDDE63.


Opacity

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

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

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

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

This text has shadow with #BDDE63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDE63 on black background.


Color preview on white background

This text has color #BDDE63 on white background.



Black color preview on #BDDE63 background

This text has black color on #BDDE63 background.


White color preview on #BDDE63 background

This text has white color on #BDDE63 background.