COLOR #BEF1F9

HEX: #BEF1F9
RGB: (190,241,249)

Renk bilgisi

#BEF1F9 contains red, green and blue colors in about the same proportion. #BEF1F9 ‘ nin web güvenlik rengi #CCFFFF (ya da #CFF) dir.

RGB renk modeli

#BEF1F9 color RGB value is (190,241,249).

  • kırmız ton 190;
  • yeşil ton 241;
  • mavi ton 249.
RGB:
(190,241,249)
(75%,95%,98%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 241 of 255 = 95%
B 249 of 255 = 98%

190
241
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 241 + 249 = 680 (100%)
R 190 of 680 ~ 27.94%
G 241 of 680 ~ 35.44%
B 249 of 680 ~ 36.62%

%27.94
%35.44
%36.62

CMYK RENK MODELİ

#BEF1F9 rengi CMYK tonu (24,3,0,2).

  • camgöbeği tonu 23.69%
  • eflatun tonu 3.21%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(24,3,0,2)
C24M3Y0K2 
(24%,3%,0%,2%)
(0.24/0.03/0.00/0.02)	

CMYK yüzdeleri

%23.69
%3.21
%0
%2.35

Codes

Color #BEF1F9 in popluar color models

BEF1F9
RGB190241249
HSL188°83.10%86.08%
HSB/HSV188°23.69%97.65%
CMYK23.69%3.21%0.00%
2.35%

Color #BEF1F9 in popluar number systems.

HEXBEF1F9
Decimal190241249
Binary101111101111000111111001
Octal276361371

Shades and tints

Shades of #BEF1F9

#BEF1F9
(190,241,249)
#ADDCE3
(173,220,227)
#9CC7CD
(156,199,205)
#8BB2B7
(139,178,183)
#7A9DA1
(122,157,161)
#69888B
(105,136,139)
#587375
(88,115,117)
#475E5F
(71,94,95)
#364949
(54,73,73)
#253433
(37,52,51)
#141F1D
(20,31,29)
#000000
(0,0,0)

Tints of #BEF1F9

#BEF1F9
(190,241,249)
#C3F2F9
(195,242,249)
#C8F3F9
(200,243,249)
#CDF4F9
(205,244,249)
#D2F5F9
(210,245,249)
#D7F6F9
(215,246,249)
#DCF7F9
(220,247,249)
#E1F8F9
(225,248,249)
#E6F9F9
(230,249,249)
#EBFAF9
(235,250,249)
#F0FBF9
(240,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF1F9; }

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

This text font color is #BEF1F9.


Background Color

.myBgColor { background-color: #BEF1F9; }

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

This div background color is #BEF1F9.


Border color

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

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

This div border color is #BEF1F9.


Opacity

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

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

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

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

This text has shadow with #BEF1F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF1F9 on black background.


Color preview on white background

This text has color #BEF1F9 on white background.



Black color preview on #BEF1F9 background

This text has black color on #BEF1F9 background.


White color preview on #BEF1F9 background

This text has white color on #BEF1F9 background.