COLOR #BEEBBB

HEX: #BEEBBB
RGB: (190,235,187)

Color info

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

RGB color model

#BEEBBB color RGB value is (190,235,187).

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

RGB channels and saturation

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

190
235
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 235 + 187 = 612 (100%)
R 190 of 612 ~ 31.05%
G 235 of 612 ~ 38.4%
B 187 of 612 ~ 30.56%

%31.05
%38.4
%30.56

CMYK color model

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

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

CMYK percentages

%19.15
%0
%20.43
%7.84

Codes

Color #BEEBBB in popluar color models

BEEBBB
RGB190235187
HSL116°54.55%82.75%
HSB/HSV116°20.43%92.16%
CMYK19.15%0.00%20.43%
7.84%

Color #BEEBBB in popluar number systems.

HEXBEEBBB
Decimal190235187
Binary101111101110101110111011
Octal276353273

Shades and tints

Shades of #BEEBBB

#BEEBBB
(190,235,187)
#ADD6AA
(173,214,170)
#9CC199
(156,193,153)
#8BAC88
(139,172,136)
#7A9777
(122,151,119)
#698266
(105,130,102)
#586D55
(88,109,85)
#475844
(71,88,68)
#364333
(54,67,51)
#252E22
(37,46,34)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #BEEBBB

#BEEBBB
(190,235,187)
#C3ECC1
(195,236,193)
#C8EDC7
(200,237,199)
#CDEECD
(205,238,205)
#D2EFD3
(210,239,211)
#D7F0D9
(215,240,217)
#DCF1DF
(220,241,223)
#E1F2E5
(225,242,229)
#E6F3EB
(230,243,235)
#EBF4F1
(235,244,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBBB; }

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

This text font color is #BEEBBB.


Background Color

.myBgColor { background-color: #BEEBBB; }

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

This div background color is #BEEBBB.


Border color

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

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

This div border color is #BEEBBB.


Opacity

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

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

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

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

This text has shadow with #BEEBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEBBB on black background.


Color preview on white background

This text has color #BEEBBB on white background.



Black color preview on #BEEBBB background

This text has black color on #BEEBBB background.


White color preview on #BEEBBB background

This text has white color on #BEEBBB background.