COLOR #BEF9D6

HEX: #BEF9D6
RGB: (190,249,214)

Color info

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

RGB color model

#BEF9D6 color RGB value is (190,249,214).

  • red value is 190;
  • green value is 249;
  • blue value is 214.
RGB:
(190,249,214)
(75%,98%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 249 of 255 = 98%
B 214 of 255 = 84%

190
249
214

R + G + B ~ 86%. #BEF9D6 is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 249 + 214 = 653 (100%)
R 190 of 653 ~ 29.1%
G 249 of 653 ~ 38.13%
B 214 of 653 ~ 32.77%

%29.1
%38.13
%32.77

CMYK color model

#BEF9D6 color CMYK value is (24,0,14,2).

  • cyan value is 23.69%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 2.35%
CMYK:
(24,0,14,2)
C24M0Y14K2 
(24%,0%,14%,2%)
(0.24/0.00/0.14/0.02)	

CMYK percentages

%23.69
%0
%14.06
%2.35

Codes

Color #BEF9D6 in popluar color models

BEF9D6
RGB190249214
HSL144°83.10%86.08%
HSB/HSV144°23.69%97.65%
CMYK23.69%0.00%14.06%
2.35%

Color #BEF9D6 in popluar number systems.

HEXBEF9D6
Decimal190249214
Binary101111101111100111010110
Octal276371326

Shades and tints

Shades of #BEF9D6

#BEF9D6
(190,249,214)
#ADE3C3
(173,227,195)
#9CCDB0
(156,205,176)
#8BB79D
(139,183,157)
#7AA18A
(122,161,138)
#698B77
(105,139,119)
#587564
(88,117,100)
#475F51
(71,95,81)
#36493E
(54,73,62)
#25332B
(37,51,43)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #BEF9D6

#BEF9D6
(190,249,214)
#C3F9D9
(195,249,217)
#C8F9DC
(200,249,220)
#CDF9DF
(205,249,223)
#D2F9E2
(210,249,226)
#D7F9E5
(215,249,229)
#DCF9E8
(220,249,232)
#E1F9EB
(225,249,235)
#E6F9EE
(230,249,238)
#EBF9F1
(235,249,241)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF9D6; }

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

This text font color is #BEF9D6.


Background Color

.myBgColor { background-color: #BEF9D6; }

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

This div background color is #BEF9D6.


Border color

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

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

This div border color is #BEF9D6.


Opacity

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

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

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

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

This text has shadow with #BEF9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF9D6 on black background.


Color preview on white background

This text has color #BEF9D6 on white background.



Black color preview on #BEF9D6 background

This text has black color on #BEF9D6 background.


White color preview on #BEF9D6 background

This text has white color on #BEF9D6 background.