COLOR #BEFDFA

HEX: #BEFDFA
RGB: (190,253,250)

Color info

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

RGB color model

#BEFDFA color RGB value is (190,253,250).

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

RGB channels and saturation

R 190 of 255 = 75%
G 253 of 255 = 99%
B 250 of 255 = 98%

190
253
250

R + G + B ~ 91%. #BEFDFA is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 253 + 250 = 693 (100%)
R 190 of 693 ~ 27.42%
G 253 of 693 ~ 36.51%
B 250 of 693 ~ 36.08%

%27.42
%36.51
%36.08

CMYK color model

#BEFDFA color CMYK value is (25,0,1,1).

  • cyan value is 24.90%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK:
(25,0,1,1)
C25M0Y1K1 
(25%,0%,1%,1%)
(0.25/0.00/0.01/0.01)	

CMYK percentages

%24.9
%0
%1.19
%0.78

Codes

Color #BEFDFA in popluar color models

BEFDFA
RGB190253250
HSL177°94.03%86.86%
HSB/HSV177°24.90%99.22%
CMYK24.90%0.00%1.19%
0.78%

Color #BEFDFA in popluar number systems.

HEXBEFDFA
Decimal190253250
Binary101111101111110111111010
Octal276375372

Shades and tints

Shades of #BEFDFA

#BEFDFA
(190,253,250)
#ADE6E4
(173,230,228)
#9CCFCE
(156,207,206)
#8BB8B8
(139,184,184)
#7AA1A2
(122,161,162)
#698A8C
(105,138,140)
#587376
(88,115,118)
#475C60
(71,92,96)
#36454A
(54,69,74)
#252E34
(37,46,52)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #BEFDFA

#BEFDFA
(190,253,250)
#C3FDFA
(195,253,250)
#C8FDFA
(200,253,250)
#CDFDFA
(205,253,250)
#D2FDFA
(210,253,250)
#D7FDFA
(215,253,250)
#DCFDFA
(220,253,250)
#E1FDFA
(225,253,250)
#E6FDFA
(230,253,250)
#EBFDFA
(235,253,250)
#F0FDFA
(240,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFDFA; }

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

This text font color is #BEFDFA.


Background Color

.myBgColor { background-color: #BEFDFA; }

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

This div background color is #BEFDFA.


Border color

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

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

This div border color is #BEFDFA.


Opacity

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

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

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

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

This text has shadow with #BEFDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFDFA on black background.


Color preview on white background

This text has color #BEFDFA on white background.



Black color preview on #BEFDFA background

This text has black color on #BEFDFA background.


White color preview on #BEFDFA background

This text has white color on #BEFDFA background.