COLOR #BEF4BB

HEX: #BEF4BB
RGB: (190,244,187)

Color info

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

RGB color model

#BEF4BB color RGB value is (190,244,187).

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

RGB channels and saturation

R 190 of 255 = 75%
G 244 of 255 = 96%
B 187 of 255 = 73%

190
244
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 244 + 187 = 621 (100%)
R 190 of 621 ~ 30.6%
G 244 of 621 ~ 39.29%
B 187 of 621 ~ 30.11%

%30.6
%39.29
%30.11

CMYK color model

#BEF4BB color CMYK value is (22,0,23,4).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 4.31%
CMYK: (22,0,23,4) C22M0Y23K4 (22%,0%,23%,4%) (0.22/0.00/0.23/0.04)

CMYK percentages

%22.13
%0
%23.36
%4.31

Codes

Color #BEF4BB in popluar color models

BEF4BB
RGB190244187
HSL117°72.15%84.51%
HSB/HSV117°23.36%95.69%
CMYK22.13%0.00%23.36%
4.31%

Color #BEF4BB in popluar number systems.

HEXBEF4BB
Decimal190244187
Binary101111101111010010111011
Octal276364273

Shades and tints

Shades of #BEF4BB

#BEF4BB
(190,244,187)
#ADDEAA
(173,222,170)
#9CC899
(156,200,153)
#8BB288
(139,178,136)
#7A9C77
(122,156,119)
#698666
(105,134,102)
#587055
(88,112,85)
#475A44
(71,90,68)
#364433
(54,68,51)
#252E22
(37,46,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BEF4BB

#BEF4BB
(190,244,187)
#C3F5C1
(195,245,193)
#C8F6C7
(200,246,199)
#CDF7CD
(205,247,205)
#D2F8D3
(210,248,211)
#D7F9D9
(215,249,217)
#DCFADF
(220,250,223)
#E1FBE5
(225,251,229)
#E6FCEB
(230,252,235)
#EBFDF1
(235,253,241)
#F0FEF7
(240,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF4BB; }

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

This text font color is #BEF4BB.


Background Color

.myBgColor { background-color: #BEF4BB; }

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

This div background color is #BEF4BB.


Border color

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

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

This div border color is #BEF4BB.


Opacity

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

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

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

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

This text has shadow with #BEF4BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEF4BB on black background.


Color preview on white background

This text has color #BEF4BB on white background.



Black color preview on #BEF4BB background

This text has black color on #BEF4BB background.


White color preview on #BEF4BB background

This text has white color on #BEF4BB background.