COLOR #BBD679

HEX: #BBD679
RGB: (187,214,121)

Renk bilgisi

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

RGB renk modeli

#BBD679 color RGB value is (187,214,121).

  • kırmız ton 187;
  • yeşil ton 214;
  • mavi ton 121.
RGB:
(187,214,121)
(73%,84%,47%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 214 of 255 = 84%
B 121 of 255 = 47%

187
214
121

R + G + B ~ 68%. #BBD679 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 214 + 121 = 522 (100%)
R 187 of 522 ~ 35.82%
G 214 of 522 ~ 41%
B 121 of 522 ~ 23.18%

%35.82
%41
%23.18

CMYK RENK MODELİ

#BBD679 rengi CMYK tonu (13,0,43,16).

  • camgöbeği tonu 12.62%
  • eflatun tonu 0.00%
  • sarı tonu 43.46%
  • ana renk tonu 16.08%
CMYK:
(13,0,43,16)
C13M0Y43K16 
(13%,0%,43%,16%)
(0.13/0.00/0.43/0.16)	

CMYK yüzdeleri

%12.62
%0
%43.46
%16.08

Codes

Color #BBD679 in popluar color models

BBD679
RGB187214121
HSL77°53.14%65.69%
HSB/HSV77°43.46%83.92%
CMYK12.62%0.00%43.46%
16.08%

Color #BBD679 in popluar number systems.

HEXBBD679
Decimal187214121
Binary10111011110101101111001
Octal273326171

Shades and tints

Shades of #BBD679

#BBD679
(187,214,121)
#AAC36E
(170,195,110)
#99B063
(153,176,99)
#889D58
(136,157,88)
#778A4D
(119,138,77)
#667742
(102,119,66)
#556437
(85,100,55)
#44512C
(68,81,44)
#333E21
(51,62,33)
#222B16
(34,43,22)
#11180B
(17,24,11)
#000000
(0,0,0)

Tints of #BBD679

#BBD679
(187,214,121)
#C1D985
(193,217,133)
#C7DC91
(199,220,145)
#CDDF9D
(205,223,157)
#D3E2A9
(211,226,169)
#D9E5B5
(217,229,181)
#DFE8C1
(223,232,193)
#E5EBCD
(229,235,205)
#EBEED9
(235,238,217)
#F1F1E5
(241,241,229)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD679 color. Also use rgb(187,214,121) instead hex code.

Text Font Color

.myTextColor { color: #BBD679; }

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

This text font color is #BBD679.


Background Color

.myBgColor { background-color: #BBD679; }

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

This div background color is #BBD679.


Border color

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

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

This div border color is #BBD679.


Opacity

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

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

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

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

This text has shadow with #BBD679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD679 on black background.


Color preview on white background

This text has color #BBD679 on white background.



Black color preview on #BBD679 background

This text has black color on #BBD679 background.


White color preview on #BBD679 background

This text has white color on #BBD679 background.