COLOR #BEE6F3

HEX: #BEE6F3
RGB: (190,230,243)

Renk bilgisi

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

RGB renk modeli

#BEE6F3 color RGB value is (190,230,243).

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

RGB bağlantıları ve doygunluk

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

190
230
243

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 230 + 243 = 663 (100%)
R 190 of 663 ~ 28.66%
G 230 of 663 ~ 34.69%
B 243 of 663 ~ 36.65%

%28.66
%34.69
%36.65

CMYK RENK MODELİ

#BEE6F3 rengi CMYK tonu (22,5,0,5).

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

CMYK yüzdeleri

%21.81
%5.35
%0
%4.71

Codes

Color #BEE6F3 in popluar color models

BEE6F3
RGB190230243
HSL195°68.83%84.90%
HSB/HSV195°21.81%95.29%
CMYK21.81%5.35%0.00%
4.71%

Color #BEE6F3 in popluar number systems.

HEXBEE6F3
Decimal190230243
Binary101111101110011011110011
Octal276346363

Shades and tints

Shades of #BEE6F3

#BEE6F3
(190,230,243)
#ADD2DD
(173,210,221)
#9CBEC7
(156,190,199)
#8BAAB1
(139,170,177)
#7A969B
(122,150,155)
#698285
(105,130,133)
#586E6F
(88,110,111)
#475A59
(71,90,89)
#364643
(54,70,67)
#25322D
(37,50,45)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #BEE6F3

#BEE6F3
(190,230,243)
#C3E8F4
(195,232,244)
#C8EAF5
(200,234,245)
#CDECF6
(205,236,246)
#D2EEF7
(210,238,247)
#D7F0F8
(215,240,248)
#DCF2F9
(220,242,249)
#E1F4FA
(225,244,250)
#E6F6FB
(230,246,251)
#EBF8FC
(235,248,252)
#F0FAFD
(240,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE6F3; }

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

This text font color is #BEE6F3.


Background Color

.myBgColor { background-color: #BEE6F3; }

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

This div background color is #BEE6F3.


Border color

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

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

This div border color is #BEE6F3.


Opacity

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

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

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

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

This text has shadow with #BEE6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE6F3 on black background.


Color preview on white background

This text has color #BEE6F3 on white background.



Black color preview on #BEE6F3 background

This text has black color on #BEE6F3 background.


White color preview on #BEE6F3 background

This text has white color on #BEE6F3 background.