COLOR #BEEBBC

HEX: #BEEBBC
RGB: (190,235,188)

Color info

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

RGB color model

#BEEBBC color RGB value is (190,235,188).

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

RGB channels and saturation

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

190
235
188

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

Portions of RGB colors in percentages

R + G + B =
190 + 235 + 188 = 613 (100%)
R 190 of 613 ~ 31%
G 235 of 613 ~ 38.34%
B 188 of 613 ~ 30.67%

%31
%38.34
%30.67

CMYK color model

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

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • 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
%7.84

Codes

Color #BEEBBC in popluar color models

BEEBBC
RGB190235188
HSL117°54.02%82.94%
HSB/HSV117°20.00%92.16%
CMYK19.15%0.00%20.00%
7.84%

Color #BEEBBC in popluar number systems.

HEXBEEBBC
Decimal190235188
Binary101111101110101110111100
Octal276353274

Shades and tints

Shades of #BEEBBC

#BEEBBC
(190,235,188)
#ADD6AB
(173,214,171)
#9CC19A
(156,193,154)
#8BAC89
(139,172,137)
#7A9778
(122,151,120)
#698267
(105,130,103)
#586D56
(88,109,86)
#475845
(71,88,69)
#364334
(54,67,52)
#252E23
(37,46,35)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #BEEBBC

#BEEBBC
(190,235,188)
#C3ECC2
(195,236,194)
#C8EDC8
(200,237,200)
#CDEECE
(205,238,206)
#D2EFD4
(210,239,212)
#D7F0DA
(215,240,218)
#DCF1E0
(220,241,224)
#E1F2E6
(225,242,230)
#E6F3EC
(230,243,236)
#EBF4F2
(235,244,242)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBBC; }

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

This text font color is #BEEBBC.


Background Color

.myBgColor { background-color: #BEEBBC; }

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

This div background color is #BEEBBC.


Border color

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

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

This div border color is #BEEBBC.


Opacity

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

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

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

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

This text has shadow with #BEEBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEBBC on black background.


Color preview on white background

This text has color #BEEBBC on white background.



Black color preview on #BEEBBC background

This text has black color on #BEEBBC background.


White color preview on #BEEBBC background

This text has white color on #BEEBBC background.