COLOR #BEF0D4

HEX: #BEF0D4
RGB: (190,240,212)

Color info

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

RGB color model

#BEF0D4 color RGB value is (190,240,212).

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

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 212 of 255 = 83%

190
240
212

R + G + B ~ 84%. #BEF0D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 240 + 212 = 642 (100%)
R 190 of 642 ~ 29.6%
G 240 of 642 ~ 37.38%
B 212 of 642 ~ 33.02%

%29.6
%37.38
%33.02

CMYK color model

#BEF0D4 color CMYK value is (21,0,12,6).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 5.88%
CMYK:
(21,0,12,6)
C21M0Y12K6 
(21%,0%,12%,6%)
(0.21/0.00/0.12/0.06)	

CMYK percentages

%20.83
%0
%11.67
%5.88

Codes

Color #BEF0D4 in popluar color models

BEF0D4
RGB190240212
HSL146°62.50%84.31%
HSB/HSV146°20.83%94.12%
CMYK20.83%0.00%11.67%
5.88%

Color #BEF0D4 in popluar number systems.

HEXBEF0D4
Decimal190240212
Binary101111101111000011010100
Octal276360324

Shades and tints

Shades of #BEF0D4

#BEF0D4
(190,240,212)
#ADDBC1
(173,219,193)
#9CC6AE
(156,198,174)
#8BB19B
(139,177,155)
#7A9C88
(122,156,136)
#698775
(105,135,117)
#587262
(88,114,98)
#475D4F
(71,93,79)
#36483C
(54,72,60)
#253329
(37,51,41)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #BEF0D4

#BEF0D4
(190,240,212)
#C3F1D7
(195,241,215)
#C8F2DA
(200,242,218)
#CDF3DD
(205,243,221)
#D2F4E0
(210,244,224)
#D7F5E3
(215,245,227)
#DCF6E6
(220,246,230)
#E1F7E9
(225,247,233)
#E6F8EC
(230,248,236)
#EBF9EF
(235,249,239)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF0D4; }

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

This text font color is #BEF0D4.


Background Color

.myBgColor { background-color: #BEF0D4; }

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

This div background color is #BEF0D4.


Border color

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

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

This div border color is #BEF0D4.


Opacity

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

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

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

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

This text has shadow with #BEF0D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF0D4 on black background.


Color preview on white background

This text has color #BEF0D4 on white background.



Black color preview on #BEF0D4 background

This text has black color on #BEF0D4 background.


White color preview on #BEF0D4 background

This text has white color on #BEF0D4 background.