COLOR #BEE5F3

HEX: #BEE5F3
RGB: (190,229,243)

Renk bilgisi

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

RGB renk modeli

#BEE5F3 color RGB value is (190,229,243).

  • kırmız ton 190;
  • yeşil ton 229;
  • mavi ton 243.
RGB:
(190,229,243)
(75%,90%,95%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 229 of 255 = 90%
B 243 of 255 = 95%

190
229
243

R + G + B ~ 87%. #BEE5F3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 229 + 243 = 662 (100%)
R 190 of 662 ~ 28.7%
G 229 of 662 ~ 34.59%
B 243 of 662 ~ 36.71%

%28.7
%34.59
%36.71

CMYK RENK MODELİ

#BEE5F3 rengi CMYK tonu (22,6,0,5).

  • camgöbeği tonu 21.81%
  • eflatun tonu 5.76%
  • sarı tonu 0.00%
  • ana renk tonu 4.71%
CMYK:
(22,6,0,5)
C22M6Y0K5 
(22%,6%,0%,5%)
(0.22/0.06/0.00/0.05)	

CMYK yüzdeleri

%21.81
%5.76
%0
%4.71

Codes

Color #BEE5F3 in popluar color models

BEE5F3
RGB190229243
HSL196°68.83%84.90%
HSB/HSV196°21.81%95.29%
CMYK21.81%5.76%0.00%
4.71%

Color #BEE5F3 in popluar number systems.

HEXBEE5F3
Decimal190229243
Binary101111101110010111110011
Octal276345363

Shades and tints

Shades of #BEE5F3

#BEE5F3
(190,229,243)
#ADD1DD
(173,209,221)
#9CBDC7
(156,189,199)
#8BA9B1
(139,169,177)
#7A959B
(122,149,155)
#698185
(105,129,133)
#586D6F
(88,109,111)
#475959
(71,89,89)
#364543
(54,69,67)
#25312D
(37,49,45)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #BEE5F3

#BEE5F3
(190,229,243)
#C3E7F4
(195,231,244)
#C8E9F5
(200,233,245)
#CDEBF6
(205,235,246)
#D2EDF7
(210,237,247)
#D7EFF8
(215,239,248)
#DCF1F9
(220,241,249)
#E1F3FA
(225,243,250)
#E6F5FB
(230,245,251)
#EBF7FC
(235,247,252)
#F0F9FD
(240,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE5F3 color. Also use rgb(190,229,243) instead hex code.

Text Font Color

.myTextColor { color: #BEE5F3; }

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

This text font color is #BEE5F3.


Background Color

.myBgColor { background-color: #BEE5F3; }

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

This div background color is #BEE5F3.


Border color

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

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

This div border color is #BEE5F3.


Opacity

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

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

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

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

This text has shadow with #BEE5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE5F3 on black background.


Color preview on white background

This text has color #BEE5F3 on white background.



Black color preview on #BEE5F3 background

This text has black color on #BEE5F3 background.


White color preview on #BEE5F3 background

This text has white color on #BEE5F3 background.