COLOR #BEE18D

HEX: #BEE18D
RGB: (190,225,141)

Renk bilgisi

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

RGB renk modeli

#BEE18D color RGB value is (190,225,141).

  • kırmız ton 190;
  • yeşil ton 225;
  • mavi ton 141.
RGB:
(190,225,141)
(75%,88%,55%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 225 of 255 = 88%
B 141 of 255 = 55%

190
225
141

R + G + B ~ 73%. #BEE18D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 225 + 141 = 556 (100%)
R 190 of 556 ~ 34.17%
G 225 of 556 ~ 40.47%
B 141 of 556 ~ 25.36%

%34.17
%40.47
%25.36

CMYK RENK MODELİ

#BEE18D rengi CMYK tonu (16,0,37,12).

  • camgöbeği tonu 15.56%
  • eflatun tonu 0.00%
  • sarı tonu 37.33%
  • ana renk tonu 11.76%
CMYK:
(16,0,37,12)
C16M0Y37K12 
(16%,0%,37%,12%)
(0.16/0.00/0.37/0.12)	

CMYK yüzdeleri

%15.56
%0
%37.33
%11.76

Codes

Color #BEE18D in popluar color models

BEE18D
RGB190225141
HSL85°58.33%71.76%
HSB/HSV85°37.33%88.24%
CMYK15.56%0.00%37.33%
11.76%

Color #BEE18D in popluar number systems.

HEXBEE18D
Decimal190225141
Binary101111101110000110001101
Octal276341215

Shades and tints

Shades of #BEE18D

#BEE18D
(190,225,141)
#ADCD81
(173,205,129)
#9CB975
(156,185,117)
#8BA569
(139,165,105)
#7A915D
(122,145,93)
#697D51
(105,125,81)
#586945
(88,105,69)
#475539
(71,85,57)
#36412D
(54,65,45)
#252D21
(37,45,33)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEE18D

#BEE18D
(190,225,141)
#C3E397
(195,227,151)
#C8E5A1
(200,229,161)
#CDE7AB
(205,231,171)
#D2E9B5
(210,233,181)
#D7EBBF
(215,235,191)
#DCEDC9
(220,237,201)
#E1EFD3
(225,239,211)
#E6F1DD
(230,241,221)
#EBF3E7
(235,243,231)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE18D color. Also use rgb(190,225,141) instead hex code.

Text Font Color

.myTextColor { color: #BEE18D; }

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

This text font color is #BEE18D.


Background Color

.myBgColor { background-color: #BEE18D; }

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

This div background color is #BEE18D.


Border color

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

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

This div border color is #BEE18D.


Opacity

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

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

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

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

This text has shadow with #BEE18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE18D on black background.


Color preview on white background

This text has color #BEE18D on white background.



Black color preview on #BEE18D background

This text has black color on #BEE18D background.


White color preview on #BEE18D background

This text has white color on #BEE18D background.