COLOR #BEEBBE

HEX: #BEEBBE
RGB: (190,235,190)

Color info

#BEEBBE contains red, green and blue colors in about the same proportion. Web safe color of #BEEBBE is #CCFFCC (or #CFC).

RGB color model

#BEEBBE color RGB value is (190,235,190).

  • red value is 190;
  • green value is 235;
  • blue value is 190.
RGB:
(190,235,190)
(75%,92%,75%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 190 of 255 = 75%

190
235
190

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

Portions of RGB colors in percentages

R + G + B =
190 + 235 + 190 = 615 (100%)
R 190 of 615 ~ 30.89%
G 235 of 615 ~ 38.21%
B 190 of 615 ~ 30.89%

%30.89
%38.21
%30.89

CMYK color model

#BEEBBE color CMYK value is (19,0,19,8).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(19,0,19,8)
C19M0Y19K8 
(19%,0%,19%,8%)
(0.19/0.00/0.19/0.08)	

CMYK percentages

%19.15
%0
%19.15
%7.84

Codes

Color #BEEBBE in popluar color models

BEEBBE
RGB190235190
HSL120°52.94%83.33%
HSB/HSV120°19.15%92.16%
CMYK19.15%0.00%19.15%
7.84%

Color #BEEBBE in popluar number systems.

HEXBEEBBE
Decimal190235190
Binary101111101110101110111110
Octal276353276

Shades and tints

Shades of #BEEBBE

#BEEBBE
(190,235,190)
#ADD6AD
(173,214,173)
#9CC19C
(156,193,156)
#8BAC8B
(139,172,139)
#7A977A
(122,151,122)
#698269
(105,130,105)
#586D58
(88,109,88)
#475847
(71,88,71)
#364336
(54,67,54)
#252E25
(37,46,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BEEBBE

#BEEBBE
(190,235,190)
#C3ECC3
(195,236,195)
#C8EDC8
(200,237,200)
#CDEECD
(205,238,205)
#D2EFD2
(210,239,210)
#D7F0D7
(215,240,215)
#DCF1DC
(220,241,220)
#E1F2E1
(225,242,225)
#E6F3E6
(230,243,230)
#EBF4EB
(235,244,235)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBBE; }

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

This text font color is #BEEBBE.


Background Color

.myBgColor { background-color: #BEEBBE; }

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

This div background color is #BEEBBE.


Border color

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

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

This div border color is #BEEBBE.


Opacity

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

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

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

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

This text has shadow with #BEEBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEBBE on black background.


Color preview on white background

This text has color #BEEBBE on white background.



Black color preview on #BEEBBE background

This text has black color on #BEEBBE background.


White color preview on #BEEBBE background

This text has white color on #BEEBBE background.