COLOR #BEE5BB

HEX: #BEE5BB
RGB: (190,229,187)

Renk bilgisi

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

RGB renk modeli

#BEE5BB color RGB value is (190,229,187).

  • kırmız ton 190;
  • yeşil ton 229;
  • mavi ton 187.
RGB:
(190,229,187)
(75%,90%,73%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 229 of 255 = 90%
B 187 of 255 = 73%

190
229
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 229 + 187 = 606 (100%)
R 190 of 606 ~ 31.35%
G 229 of 606 ~ 37.79%
B 187 of 606 ~ 30.86%

%31.35
%37.79
%30.86

CMYK RENK MODELİ

#BEE5BB rengi CMYK tonu (17,0,18,10).

  • camgöbeği tonu 17.03%
  • eflatun tonu 0.00%
  • sarı tonu 18.34%
  • ana renk tonu 10.20%
CMYK:
(17,0,18,10)
C17M0Y18K10 
(17%,0%,18%,10%)
(0.17/0.00/0.18/0.10)	

CMYK yüzdeleri

%17.03
%0
%18.34
%10.2

Codes

Color #BEE5BB in popluar color models

BEE5BB
RGB190229187
HSL116°44.68%81.57%
HSB/HSV116°18.34%89.80%
CMYK17.03%0.00%18.34%
10.20%

Color #BEE5BB in popluar number systems.

HEXBEE5BB
Decimal190229187
Binary101111101110010110111011
Octal276345273

Shades and tints

Shades of #BEE5BB

#BEE5BB
(190,229,187)
#ADD1AA
(173,209,170)
#9CBD99
(156,189,153)
#8BA988
(139,169,136)
#7A9577
(122,149,119)
#698166
(105,129,102)
#586D55
(88,109,85)
#475944
(71,89,68)
#364533
(54,69,51)
#253122
(37,49,34)
#141D11
(20,29,17)
#000000
(0,0,0)

Tints of #BEE5BB

#BEE5BB
(190,229,187)
#C3E7C1
(195,231,193)
#C8E9C7
(200,233,199)
#CDEBCD
(205,235,205)
#D2EDD3
(210,237,211)
#D7EFD9
(215,239,217)
#DCF1DF
(220,241,223)
#E1F3E5
(225,243,229)
#E6F5EB
(230,245,235)
#EBF7F1
(235,247,241)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE5BB color. Also use rgb(190,229,187) instead hex code.

Text Font Color

.myTextColor { color: #BEE5BB; }

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

This text font color is #BEE5BB.


Background Color

.myBgColor { background-color: #BEE5BB; }

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

This div background color is #BEE5BB.


Border color

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

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

This div border color is #BEE5BB.


Opacity

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

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

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

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

This text has shadow with #BEE5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE5BB on black background.


Color preview on white background

This text has color #BEE5BB on white background.



Black color preview on #BEE5BB background

This text has black color on #BEE5BB background.


White color preview on #BEE5BB background

This text has white color on #BEE5BB background.