COLOR #BEEBF6

HEX: #BEEBF6
RGB: (190,235,246)

Renk bilgisi

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

RGB renk modeli

#BEEBF6 color RGB value is (190,235,246).

  • kırmız ton 190;
  • yeşil ton 235;
  • mavi ton 246.
RGB:
(190,235,246)
(75%,92%,96%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 235 of 255 = 92%
B 246 of 255 = 96%

190
235
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 235 + 246 = 671 (100%)
R 190 of 671 ~ 28.32%
G 235 of 671 ~ 35.02%
B 246 of 671 ~ 36.66%

%28.32
%35.02
%36.66

CMYK RENK MODELİ

#BEEBF6 rengi CMYK tonu (23,4,0,4).

  • camgöbeği tonu 22.76%
  • eflatun tonu 4.47%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(23,4,0,4)
C23M4Y0K4 
(23%,4%,0%,4%)
(0.23/0.04/0.00/0.04)	

CMYK yüzdeleri

%22.76
%4.47
%0
%3.53

Codes

Color #BEEBF6 in popluar color models

BEEBF6
RGB190235246
HSL192°75.68%85.49%
HSB/HSV192°22.76%96.47%
CMYK22.76%4.47%0.00%
3.53%

Color #BEEBF6 in popluar number systems.

HEXBEEBF6
Decimal190235246
Binary101111101110101111110110
Octal276353366

Shades and tints

Shades of #BEEBF6

#BEEBF6
(190,235,246)
#ADD6E0
(173,214,224)
#9CC1CA
(156,193,202)
#8BACB4
(139,172,180)
#7A979E
(122,151,158)
#698288
(105,130,136)
#586D72
(88,109,114)
#47585C
(71,88,92)
#364346
(54,67,70)
#252E30
(37,46,48)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BEEBF6

#BEEBF6
(190,235,246)
#C3ECF6
(195,236,246)
#C8EDF6
(200,237,246)
#CDEEF6
(205,238,246)
#D2EFF6
(210,239,246)
#D7F0F6
(215,240,246)
#DCF1F6
(220,241,246)
#E1F2F6
(225,242,246)
#E6F3F6
(230,243,246)
#EBF4F6
(235,244,246)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEBF6 color. Also use rgb(190,235,246) instead hex code.

Text Font Color

.myTextColor { color: #BEEBF6; }

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

This text font color is #BEEBF6.


Background Color

.myBgColor { background-color: #BEEBF6; }

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

This div background color is #BEEBF6.


Border color

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

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

This div border color is #BEEBF6.


Opacity

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

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

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

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

This text has shadow with #BEEBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEBF6 on black background.


Color preview on white background

This text has color #BEEBF6 on white background.



Black color preview on #BEEBF6 background

This text has black color on #BEEBF6 background.


White color preview on #BEEBF6 background

This text has white color on #BEEBF6 background.