COLOR #BBE299

HEX: #BBE299
RGB: (187,226,153)

Renk bilgisi

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

RGB renk modeli

#BBE299 color RGB value is (187,226,153).

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

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 226 of 255 = 89%
B 153 of 255 = 60%

187
226
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 226 + 153 = 566 (100%)
R 187 of 566 ~ 33.04%
G 226 of 566 ~ 39.93%
B 153 of 566 ~ 27.03%

%33.04
%39.93
%27.03

CMYK RENK MODELİ

#BBE299 rengi CMYK tonu (17,0,32,11).

  • camgöbeği tonu 17.26%
  • eflatun tonu 0.00%
  • sarı tonu 32.30%
  • ana renk tonu 11.37%
CMYK:
(17,0,32,11)
C17M0Y32K11 
(17%,0%,32%,11%)
(0.17/0.00/0.32/0.11)	

CMYK yüzdeleri

%17.26
%0
%32.3
%11.37

Codes

Color #BBE299 in popluar color models

BBE299
RGB187226153
HSL92°55.73%74.31%
HSB/HSV92°32.30%88.63%
CMYK17.26%0.00%32.30%
11.37%

Color #BBE299 in popluar number systems.

HEXBBE299
Decimal187226153
Binary101110111110001010011001
Octal273342231

Shades and tints

Shades of #BBE299

#BBE299
(187,226,153)
#AACE8C
(170,206,140)
#99BA7F
(153,186,127)
#88A672
(136,166,114)
#779265
(119,146,101)
#667E58
(102,126,88)
#556A4B
(85,106,75)
#44563E
(68,86,62)
#334231
(51,66,49)
#222E24
(34,46,36)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #BBE299

#BBE299
(187,226,153)
#C1E4A2
(193,228,162)
#C7E6AB
(199,230,171)
#CDE8B4
(205,232,180)
#D3EABD
(211,234,189)
#D9ECC6
(217,236,198)
#DFEECF
(223,238,207)
#E5F0D8
(229,240,216)
#EBF2E1
(235,242,225)
#F1F4EA
(241,244,234)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBE299; }

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

This text font color is #BBE299.


Background Color

.myBgColor { background-color: #BBE299; }

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

This div background color is #BBE299.


Border color

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

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

This div border color is #BBE299.


Opacity

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

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

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

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

This text has shadow with #BBE299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBE299 on black background.


Color preview on white background

This text has color #BBE299 on white background.



Black color preview on #BBE299 background

This text has black color on #BBE299 background.


White color preview on #BBE299 background

This text has white color on #BBE299 background.