COLOR #BBE999

HEX: #BBE999
RGB: (187,233,153)

Renk bilgisi

#BBE999 contains mainly red and green colors. #BBE999 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#BBE999 color RGB value is (187,233,153).

  • kırmız ton 187;
  • yeşil ton 233;
  • mavi ton 153.
RGB:
(187,233,153)
(73%,91%,60%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 233 of 255 = 91%
B 153 of 255 = 60%

187
233
153

R + G + B ~ 75%. #BBE999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 233 + 153 = 573 (100%)
R 187 of 573 ~ 32.64%
G 233 of 573 ~ 40.66%
B 153 of 573 ~ 26.7%

%32.64
%40.66
%26.7

CMYK RENK MODELİ

#BBE999 rengi CMYK tonu (20,0,34,9).

  • camgöbeği tonu 19.74%
  • eflatun tonu 0.00%
  • sarı tonu 34.33%
  • ana renk tonu 8.63%
CMYK:
(20,0,34,9)
C20M0Y34K9 
(20%,0%,34%,9%)
(0.20/0.00/0.34/0.09)	

CMYK yüzdeleri

%19.74
%0
%34.33
%8.63

Codes

Color #BBE999 in popluar color models

BBE999
RGB187233153
HSL95°64.52%75.69%
HSB/HSV95°34.33%91.37%
CMYK19.74%0.00%34.33%
8.63%

Color #BBE999 in popluar number systems.

HEXBBE999
Decimal187233153
Binary101110111110100110011001
Octal273351231

Shades and tints

Shades of #BBE999

#BBE999
(187,233,153)
#AAD48C
(170,212,140)
#99BF7F
(153,191,127)
#88AA72
(136,170,114)
#779565
(119,149,101)
#668058
(102,128,88)
#556B4B
(85,107,75)
#44563E
(68,86,62)
#334131
(51,65,49)
#222C24
(34,44,36)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #BBE999

#BBE999
(187,233,153)
#C1EBA2
(193,235,162)
#C7EDAB
(199,237,171)
#CDEFB4
(205,239,180)
#D3F1BD
(211,241,189)
#D9F3C6
(217,243,198)
#DFF5CF
(223,245,207)
#E5F7D8
(229,247,216)
#EBF9E1
(235,249,225)
#F1FBEA
(241,251,234)
#F7FDF3
(247,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBE999 color. Also use rgb(187,233,153) instead hex code.

Text Font Color

.myTextColor { color: #BBE999; }

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

This text font color is #BBE999.


Background Color

.myBgColor { background-color: #BBE999; }

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

This div background color is #BBE999.


Border color

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

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

This div border color is #BBE999.


Opacity

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

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

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

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

This text has shadow with #BBE999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE999 on black background.


Color preview on white background

This text has color #BBE999 on white background.



Black color preview on #BBE999 background

This text has black color on #BBE999 background.


White color preview on #BBE999 background

This text has white color on #BBE999 background.