COLOR #BEE7BD

HEX: #BEE7BD
RGB: (190,231,189)

Renk bilgisi

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

RGB renk modeli

#BEE7BD color RGB value is (190,231,189).

  • kırmız ton 190;
  • yeşil ton 231;
  • mavi ton 189.
RGB:
(190,231,189)
(75%,91%,74%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 231 of 255 = 91%
B 189 of 255 = 74%

190
231
189

R + G + B ~ 80%. #BEE7BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 231 + 189 = 610 (100%)
R 190 of 610 ~ 31.15%
G 231 of 610 ~ 37.87%
B 189 of 610 ~ 30.98%

%31.15
%37.87
%30.98

CMYK RENK MODELİ

#BEE7BD rengi CMYK tonu (18,0,18,9).

  • camgöbeği tonu 17.75%
  • eflatun tonu 0.00%
  • sarı tonu 18.18%
  • ana renk tonu 9.41%
CMYK:
(18,0,18,9)
C18M0Y18K9 
(18%,0%,18%,9%)
(0.18/0.00/0.18/0.09)	

CMYK yüzdeleri

%17.75
%0
%18.18
%9.41

Codes

Color #BEE7BD in popluar color models

BEE7BD
RGB190231189
HSL119°46.67%82.35%
HSB/HSV119°18.18%90.59%
CMYK17.75%0.00%18.18%
9.41%

Color #BEE7BD in popluar number systems.

HEXBEE7BD
Decimal190231189
Binary101111101110011110111101
Octal276347275

Shades and tints

Shades of #BEE7BD

#BEE7BD
(190,231,189)
#ADD2AC
(173,210,172)
#9CBD9B
(156,189,155)
#8BA88A
(139,168,138)
#7A9379
(122,147,121)
#697E68
(105,126,104)
#586957
(88,105,87)
#475446
(71,84,70)
#363F35
(54,63,53)
#252A24
(37,42,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #BEE7BD

#BEE7BD
(190,231,189)
#C3E9C3
(195,233,195)
#C8EBC9
(200,235,201)
#CDEDCF
(205,237,207)
#D2EFD5
(210,239,213)
#D7F1DB
(215,241,219)
#DCF3E1
(220,243,225)
#E1F5E7
(225,245,231)
#E6F7ED
(230,247,237)
#EBF9F3
(235,249,243)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE7BD; }

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

This text font color is #BEE7BD.


Background Color

.myBgColor { background-color: #BEE7BD; }

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

This div background color is #BEE7BD.


Border color

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

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

This div border color is #BEE7BD.


Opacity

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

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

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

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

This text has shadow with #BEE7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE7BD on black background.


Color preview on white background

This text has color #BEE7BD on white background.



Black color preview on #BEE7BD background

This text has black color on #BEE7BD background.


White color preview on #BEE7BD background

This text has white color on #BEE7BD background.