COLOR #BDD796

HEX: #BDD796
RGB: (189,215,150)

Renk bilgisi

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

RGB renk modeli

#BDD796 color RGB value is (189,215,150).

  • kırmız ton 189;
  • yeşil ton 215;
  • mavi ton 150.
RGB:
(189,215,150)
(74%,84%,59%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 215 of 255 = 84%
B 150 of 255 = 59%

189
215
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 215 + 150 = 554 (100%)
R 189 of 554 ~ 34.12%
G 215 of 554 ~ 38.81%
B 150 of 554 ~ 27.08%

%34.12
%38.81
%27.08

CMYK RENK MODELİ

#BDD796 rengi CMYK tonu (12,0,30,16).

  • camgöbeği tonu 12.09%
  • eflatun tonu 0.00%
  • sarı tonu 30.23%
  • ana renk tonu 15.69%
CMYK:
(12,0,30,16)
C12M0Y30K16 
(12%,0%,30%,16%)
(0.12/0.00/0.30/0.16)	

CMYK yüzdeleri

%12.09
%0
%30.23
%15.69

Codes

Color #BDD796 in popluar color models

BDD796
RGB189215150
HSL84°44.83%71.57%
HSB/HSV84°30.23%84.31%
CMYK12.09%0.00%30.23%
15.69%

Color #BDD796 in popluar number systems.

HEXBDD796
Decimal189215150
Binary101111011101011110010110
Octal275327226

Shades and tints

Shades of #BDD796

#BDD796
(189,215,150)
#ACC489
(172,196,137)
#9BB17C
(155,177,124)
#8A9E6F
(138,158,111)
#798B62
(121,139,98)
#687855
(104,120,85)
#576548
(87,101,72)
#46523B
(70,82,59)
#353F2E
(53,63,46)
#242C21
(36,44,33)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #BDD796

#BDD796
(189,215,150)
#C3DA9F
(195,218,159)
#C9DDA8
(201,221,168)
#CFE0B1
(207,224,177)
#D5E3BA
(213,227,186)
#DBE6C3
(219,230,195)
#E1E9CC
(225,233,204)
#E7ECD5
(231,236,213)
#EDEFDE
(237,239,222)
#F3F2E7
(243,242,231)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD796 color. Also use rgb(189,215,150) instead hex code.

Text Font Color

.myTextColor { color: #BDD796; }

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

This text font color is #BDD796.


Background Color

.myBgColor { background-color: #BDD796; }

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

This div background color is #BDD796.


Border color

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

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

This div border color is #BDD796.


Opacity

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

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

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

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

This text has shadow with #BDD796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD796 on black background.


Color preview on white background

This text has color #BDD796 on white background.



Black color preview on #BDD796 background

This text has black color on #BDD796 background.


White color preview on #BDD796 background

This text has white color on #BDD796 background.