COLOR #BEFAED

HEX: #BEFAED
RGB: (190,250,237)

Color info

#BEFAED contains mainly green and blue colors. Web safe color of #BEFAED is #CCFFFF (or #CFF).

RGB color model

#BEFAED color RGB value is (190,250,237).

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

RGB channels and saturation

R 190 of 255 = 75%
G 250 of 255 = 98%
B 237 of 255 = 93%

190
250
237

R + G + B ~ 89%. #BEFAED is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 237 = 677 (100%)
R 190 of 677 ~ 28.06%
G 250 of 677 ~ 36.93%
B 237 of 677 ~ 35.01%

%28.06
%36.93
%35.01

CMYK color model

#BEFAED color CMYK value is (24,0,5,2).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 5.20%
  • key color value is 1.96%
CMYK:
(24,0,5,2)
C24M0Y5K2 
(24%,0%,5%,2%)
(0.24/0.00/0.05/0.02)	

CMYK percentages

%24
%0
%5.2
%1.96

Codes

Color #BEFAED in popluar color models

BEFAED
RGB190250237
HSL167°85.71%86.27%
HSB/HSV167°24.00%98.04%
CMYK24.00%0.00%5.20%
1.96%

Color #BEFAED in popluar number systems.

HEXBEFAED
Decimal190250237
Binary101111101111101011101101
Octal276372355

Shades and tints

Shades of #BEFAED

#BEFAED
(190,250,237)
#ADE4D8
(173,228,216)
#9CCEC3
(156,206,195)
#8BB8AE
(139,184,174)
#7AA299
(122,162,153)
#698C84
(105,140,132)
#58766F
(88,118,111)
#47605A
(71,96,90)
#364A45
(54,74,69)
#253430
(37,52,48)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #BEFAED

#BEFAED
(190,250,237)
#C3FAEE
(195,250,238)
#C8FAEF
(200,250,239)
#CDFAF0
(205,250,240)
#D2FAF1
(210,250,241)
#D7FAF2
(215,250,242)
#DCFAF3
(220,250,243)
#E1FAF4
(225,250,244)
#E6FAF5
(230,250,245)
#EBFAF6
(235,250,246)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFAED; }

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

This text font color is #BEFAED.


Background Color

.myBgColor { background-color: #BEFAED; }

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

This div background color is #BEFAED.


Border color

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

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

This div border color is #BEFAED.


Opacity

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

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

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

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

This text has shadow with #BEFAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFAED on black background.


Color preview on white background

This text has color #BEFAED on white background.



Black color preview on #BEFAED background

This text has black color on #BEFAED background.


White color preview on #BEFAED background

This text has white color on #BEFAED background.