COLOR #BEE07E

HEX: #BEE07E
RGB: (190,224,126)

Renk bilgisi

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

RGB renk modeli

#BEE07E color RGB value is (190,224,126).

  • kırmız ton 190;
  • yeşil ton 224;
  • mavi ton 126.
RGB:
(190,224,126)
(75%,88%,49%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 224 of 255 = 88%
B 126 of 255 = 49%

190
224
126

R + G + B ~ 71%. #BEE07E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 224 + 126 = 540 (100%)
R 190 of 540 ~ 35.19%
G 224 of 540 ~ 41.48%
B 126 of 540 ~ 23.33%

%35.19
%41.48
%23.33

CMYK RENK MODELİ

#BEE07E rengi CMYK tonu (15,0,44,12).

  • camgöbeği tonu 15.18%
  • eflatun tonu 0.00%
  • sarı tonu 43.75%
  • ana renk tonu 12.16%
CMYK:
(15,0,44,12)
C15M0Y44K12 
(15%,0%,44%,12%)
(0.15/0.00/0.44/0.12)	

CMYK yüzdeleri

%15.18
%0
%43.75
%12.16

Codes

Color #BEE07E in popluar color models

BEE07E
RGB190224126
HSL81°61.25%68.63%
HSB/HSV81°43.75%87.84%
CMYK15.18%0.00%43.75%
12.16%

Color #BEE07E in popluar number systems.

HEXBEE07E
Decimal190224126
Binary10111110111000001111110
Octal276340176

Shades and tints

Shades of #BEE07E

#BEE07E
(190,224,126)
#ADCC73
(173,204,115)
#9CB868
(156,184,104)
#8BA45D
(139,164,93)
#7A9052
(122,144,82)
#697C47
(105,124,71)
#58683C
(88,104,60)
#475431
(71,84,49)
#364026
(54,64,38)
#252C1B
(37,44,27)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #BEE07E

#BEE07E
(190,224,126)
#C3E289
(195,226,137)
#C8E494
(200,228,148)
#CDE69F
(205,230,159)
#D2E8AA
(210,232,170)
#D7EAB5
(215,234,181)
#DCECC0
(220,236,192)
#E1EECB
(225,238,203)
#E6F0D6
(230,240,214)
#EBF2E1
(235,242,225)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE07E color. Also use rgb(190,224,126) instead hex code.

Text Font Color

.myTextColor { color: #BEE07E; }

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

This text font color is #BEE07E.


Background Color

.myBgColor { background-color: #BEE07E; }

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

This div background color is #BEE07E.


Border color

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

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

This div border color is #BEE07E.


Opacity

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

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

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

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

This text has shadow with #BEE07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE07E on black background.


Color preview on white background

This text has color #BEE07E on white background.



Black color preview on #BEE07E background

This text has black color on #BEE07E background.


White color preview on #BEE07E background

This text has white color on #BEE07E background.