COLOR #BEF9D4

HEX: #BEF9D4
RGB: (190,249,212)

Color info

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

RGB color model

#BEF9D4 color RGB value is (190,249,212).

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

RGB channels and saturation

R 190 of 255 = 75%
G 249 of 255 = 98%
B 212 of 255 = 83%

190
249
212

R + G + B ~ 85%. #BEF9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 249 + 212 = 651 (100%)
R 190 of 651 ~ 29.19%
G 249 of 651 ~ 38.25%
B 212 of 651 ~ 32.57%

%29.19
%38.25
%32.57

CMYK color model

#BEF9D4 color CMYK value is (24,0,15,2).

  • cyan value is 23.69%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 2.35%
CMYK:
(24,0,15,2)
C24M0Y15K2 
(24%,0%,15%,2%)
(0.24/0.00/0.15/0.02)	

CMYK percentages

%23.69
%0
%14.86
%2.35

Codes

Color #BEF9D4 in popluar color models

BEF9D4
RGB190249212
HSL142°83.10%86.08%
HSB/HSV142°23.69%97.65%
CMYK23.69%0.00%14.86%
2.35%

Color #BEF9D4 in popluar number systems.

HEXBEF9D4
Decimal190249212
Binary101111101111100111010100
Octal276371324

Shades and tints

Shades of #BEF9D4

#BEF9D4
(190,249,212)
#ADE3C1
(173,227,193)
#9CCDAE
(156,205,174)
#8BB79B
(139,183,155)
#7AA188
(122,161,136)
#698B75
(105,139,117)
#587562
(88,117,98)
#475F4F
(71,95,79)
#36493C
(54,73,60)
#253329
(37,51,41)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #BEF9D4

#BEF9D4
(190,249,212)
#C3F9D7
(195,249,215)
#C8F9DA
(200,249,218)
#CDF9DD
(205,249,221)
#D2F9E0
(210,249,224)
#D7F9E3
(215,249,227)
#DCF9E6
(220,249,230)
#E1F9E9
(225,249,233)
#E6F9EC
(230,249,236)
#EBF9EF
(235,249,239)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF9D4; }

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

This text font color is #BEF9D4.


Background Color

.myBgColor { background-color: #BEF9D4; }

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

This div background color is #BEF9D4.


Border color

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

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

This div border color is #BEF9D4.


Opacity

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

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

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

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

This text has shadow with #BEF9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF9D4 on black background.


Color preview on white background

This text has color #BEF9D4 on white background.



Black color preview on #BEF9D4 background

This text has black color on #BEF9D4 background.


White color preview on #BEF9D4 background

This text has white color on #BEF9D4 background.