COLOR #BEE2B9

HEX: #BEE2B9
RGB: (190,226,185)

Renk bilgisi

#BEE2B9 contains red, green and blue colors in about the same proportion. #BEE2B9 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#BEE2B9 color RGB value is (190,226,185).

  • kırmız ton 190;
  • yeşil ton 226;
  • mavi ton 185.
RGB:
(190,226,185)
(75%,89%,73%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 226 of 255 = 89%
B 185 of 255 = 73%

190
226
185

R + G + B ~ 79%. #BEE2B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 226 + 185 = 601 (100%)
R 190 of 601 ~ 31.61%
G 226 of 601 ~ 37.6%
B 185 of 601 ~ 30.78%

%31.61
%37.6
%30.78

CMYK RENK MODELİ

#BEE2B9 rengi CMYK tonu (16,0,18,11).

  • camgöbeği tonu 15.93%
  • eflatun tonu 0.00%
  • sarı tonu 18.14%
  • ana renk tonu 11.37%
CMYK:
(16,0,18,11)
C16M0Y18K11 
(16%,0%,18%,11%)
(0.16/0.00/0.18/0.11)	

CMYK yüzdeleri

%15.93
%0
%18.14
%11.37

Codes

Color #BEE2B9 in popluar color models

BEE2B9
RGB190226185
HSL113°41.41%80.59%
HSB/HSV113°18.14%88.63%
CMYK15.93%0.00%18.14%
11.37%

Color #BEE2B9 in popluar number systems.

HEXBEE2B9
Decimal190226185
Binary101111101110001010111001
Octal276342271

Shades and tints

Shades of #BEE2B9

#BEE2B9
(190,226,185)
#ADCEA9
(173,206,169)
#9CBA99
(156,186,153)
#8BA689
(139,166,137)
#7A9279
(122,146,121)
#697E69
(105,126,105)
#586A59
(88,106,89)
#475649
(71,86,73)
#364239
(54,66,57)
#252E29
(37,46,41)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #BEE2B9

#BEE2B9
(190,226,185)
#C3E4BF
(195,228,191)
#C8E6C5
(200,230,197)
#CDE8CB
(205,232,203)
#D2EAD1
(210,234,209)
#D7ECD7
(215,236,215)
#DCEEDD
(220,238,221)
#E1F0E3
(225,240,227)
#E6F2E9
(230,242,233)
#EBF4EF
(235,244,239)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE2B9 color. Also use rgb(190,226,185) instead hex code.

Text Font Color

.myTextColor { color: #BEE2B9; }

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

This text font color is #BEE2B9.


Background Color

.myBgColor { background-color: #BEE2B9; }

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

This div background color is #BEE2B9.


Border color

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

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

This div border color is #BEE2B9.


Opacity

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

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

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

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

This text has shadow with #BEE2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE2B9 on black background.


Color preview on white background

This text has color #BEE2B9 on white background.



Black color preview on #BEE2B9 background

This text has black color on #BEE2B9 background.


White color preview on #BEE2B9 background

This text has white color on #BEE2B9 background.