COLOR #BEE5AC

HEX: #BEE5AC
RGB: (190,229,172)

Renk bilgisi

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

RGB renk modeli

#BEE5AC color RGB value is (190,229,172).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 229 of 255 = 90%
B 172 of 255 = 67%

190
229
172

R + G + B ~ 77%. #BEE5AC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 229 + 172 = 591 (100%)
R 190 of 591 ~ 32.15%
G 229 of 591 ~ 38.75%
B 172 of 591 ~ 29.1%

%32.15
%38.75
%29.1

CMYK RENK MODELİ

#BEE5AC rengi CMYK tonu (17,0,25,10).

  • camgöbeği tonu 17.03%
  • eflatun tonu 0.00%
  • sarı tonu 24.89%
  • ana renk tonu 10.20%
CMYK:
(17,0,25,10)
C17M0Y25K10 
(17%,0%,25%,10%)
(0.17/0.00/0.25/0.10)	

CMYK yüzdeleri

%17.03
%0
%24.89
%10.2

Codes

Color #BEE5AC in popluar color models

BEE5AC
RGB190229172
HSL101°52.29%78.63%
HSB/HSV101°24.89%89.80%
CMYK17.03%0.00%24.89%
10.20%

Color #BEE5AC in popluar number systems.

HEXBEE5AC
Decimal190229172
Binary101111101110010110101100
Octal276345254

Shades and tints

Shades of #BEE5AC

#BEE5AC
(190,229,172)
#ADD19D
(173,209,157)
#9CBD8E
(156,189,142)
#8BA97F
(139,169,127)
#7A9570
(122,149,112)
#698161
(105,129,97)
#586D52
(88,109,82)
#475943
(71,89,67)
#364534
(54,69,52)
#253125
(37,49,37)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #BEE5AC

#BEE5AC
(190,229,172)
#C3E7B3
(195,231,179)
#C8E9BA
(200,233,186)
#CDEBC1
(205,235,193)
#D2EDC8
(210,237,200)
#D7EFCF
(215,239,207)
#DCF1D6
(220,241,214)
#E1F3DD
(225,243,221)
#E6F5E4
(230,245,228)
#EBF7EB
(235,247,235)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE5AC; }

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

This text font color is #BEE5AC.


Background Color

.myBgColor { background-color: #BEE5AC; }

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

This div background color is #BEE5AC.


Border color

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

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

This div border color is #BEE5AC.


Opacity

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

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

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

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

This text has shadow with #BEE5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE5AC on black background.


Color preview on white background

This text has color #BEE5AC on white background.



Black color preview on #BEE5AC background

This text has black color on #BEE5AC background.


White color preview on #BEE5AC background

This text has white color on #BEE5AC background.