COLOR #BEF4ED

HEX: #BEF4ED
RGB: (190,244,237)

Color info

#BEF4ED contains red, green and blue colors in about the same proportion. Web safe color of #BEF4ED is #CCFFFF (or #CFF).

RGB color model

#BEF4ED color RGB value is (190,244,237).

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

RGB channels and saturation

R 190 of 255 = 75%
G 244 of 255 = 96%
B 237 of 255 = 93%

190
244
237

R + G + B ~ 88%. #BEF4ED is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 244 + 237 = 671 (100%)
R 190 of 671 ~ 28.32%
G 244 of 671 ~ 36.36%
B 237 of 671 ~ 35.32%

%28.32
%36.36
%35.32

CMYK color model

#BEF4ED color CMYK value is (22,0,3,4).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 4.31%
CMYK:
(22,0,3,4)
C22M0Y3K4 
(22%,0%,3%,4%)
(0.22/0.00/0.03/0.04)	

CMYK percentages

%22.13
%0
%2.87
%4.31

Codes

Color #BEF4ED in popluar color models

BEF4ED
RGB190244237
HSL172°71.05%85.10%
HSB/HSV172°22.13%95.69%
CMYK22.13%0.00%2.87%
4.31%

Color #BEF4ED in popluar number systems.

HEXBEF4ED
Decimal190244237
Binary101111101111010011101101
Octal276364355

Shades and tints

Shades of #BEF4ED

#BEF4ED
(190,244,237)
#ADDED8
(173,222,216)
#9CC8C3
(156,200,195)
#8BB2AE
(139,178,174)
#7A9C99
(122,156,153)
#698684
(105,134,132)
#58706F
(88,112,111)
#475A5A
(71,90,90)
#364445
(54,68,69)
#252E30
(37,46,48)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #BEF4ED

#BEF4ED
(190,244,237)
#C3F5EE
(195,245,238)
#C8F6EF
(200,246,239)
#CDF7F0
(205,247,240)
#D2F8F1
(210,248,241)
#D7F9F2
(215,249,242)
#DCFAF3
(220,250,243)
#E1FBF4
(225,251,244)
#E6FCF5
(230,252,245)
#EBFDF6
(235,253,246)
#F0FEF7
(240,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF4ED; }

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

This text font color is #BEF4ED.


Background Color

.myBgColor { background-color: #BEF4ED; }

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

This div background color is #BEF4ED.


Border color

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

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

This div border color is #BEF4ED.


Opacity

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

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

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

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

This text has shadow with #BEF4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF4ED on black background.


Color preview on white background

This text has color #BEF4ED on white background.



Black color preview on #BEF4ED background

This text has black color on #BEF4ED background.


White color preview on #BEF4ED background

This text has white color on #BEF4ED background.