COLOR #BEEDBE

HEX: #BEEDBE
RGB: (190,237,190)

Renk bilgisi

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

RGB renk modeli

#BEEDBE color RGB value is (190,237,190).

  • kırmız ton 190;
  • yeşil ton 237;
  • mavi ton 190.
RGB:
(190,237,190)
(75%,93%,75%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 237 of 255 = 93%
B 190 of 255 = 75%

190
237
190

R + G + B ~ 81%. #BEEDBE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 237 + 190 = 617 (100%)
R 190 of 617 ~ 30.79%
G 237 of 617 ~ 38.41%
B 190 of 617 ~ 30.79%

%30.79
%38.41
%30.79

CMYK RENK MODELİ

#BEEDBE rengi CMYK tonu (20,0,20,7).

  • camgöbeği tonu 19.83%
  • eflatun tonu 0.00%
  • sarı tonu 19.83%
  • ana renk tonu 7.06%
CMYK:
(20,0,20,7)
C20M0Y20K7 
(20%,0%,20%,7%)
(0.20/0.00/0.20/0.07)	

CMYK yüzdeleri

%19.83
%0
%19.83
%7.06

Codes

Color #BEEDBE in popluar color models

BEEDBE
RGB190237190
HSL120°56.63%83.73%
HSB/HSV120°19.83%92.94%
CMYK19.83%0.00%19.83%
7.06%

Color #BEEDBE in popluar number systems.

HEXBEEDBE
Decimal190237190
Binary101111101110110110111110
Octal276355276

Shades and tints

Shades of #BEEDBE

#BEEDBE
(190,237,190)
#ADD8AD
(173,216,173)
#9CC39C
(156,195,156)
#8BAE8B
(139,174,139)
#7A997A
(122,153,122)
#698469
(105,132,105)
#586F58
(88,111,88)
#475A47
(71,90,71)
#364536
(54,69,54)
#253025
(37,48,37)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #BEEDBE

#BEEDBE
(190,237,190)
#C3EEC3
(195,238,195)
#C8EFC8
(200,239,200)
#CDF0CD
(205,240,205)
#D2F1D2
(210,241,210)
#D7F2D7
(215,242,215)
#DCF3DC
(220,243,220)
#E1F4E1
(225,244,225)
#E6F5E6
(230,245,230)
#EBF6EB
(235,246,235)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEDBE; }

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

This text font color is #BEEDBE.


Background Color

.myBgColor { background-color: #BEEDBE; }

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

This div background color is #BEEDBE.


Border color

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

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

This div border color is #BEEDBE.


Opacity

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

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

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

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

This text has shadow with #BEEDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEDBE on black background.


Color preview on white background

This text has color #BEEDBE on white background.



Black color preview on #BEEDBE background

This text has black color on #BEEDBE background.


White color preview on #BEEDBE background

This text has white color on #BEEDBE background.