COLOR #BEE9F2

HEX: #BEE9F2
RGB: (190,233,242)

Renk bilgisi

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

RGB renk modeli

#BEE9F2 color RGB value is (190,233,242).

  • kırmız ton 190;
  • yeşil ton 233;
  • mavi ton 242.
RGB:
(190,233,242)
(75%,91%,95%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 233 of 255 = 91%
B 242 of 255 = 95%

190
233
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 233 + 242 = 665 (100%)
R 190 of 665 ~ 28.57%
G 233 of 665 ~ 35.04%
B 242 of 665 ~ 36.39%

%28.57
%35.04
%36.39

CMYK RENK MODELİ

#BEE9F2 rengi CMYK tonu (21,4,0,5).

  • camgöbeği tonu 21.49%
  • eflatun tonu 3.72%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(21,4,0,5)
C21M4Y0K5 
(21%,4%,0%,5%)
(0.21/0.04/0.00/0.05)	

CMYK yüzdeleri

%21.49
%3.72
%0
%5.1

Codes

Color #BEE9F2 in popluar color models

BEE9F2
RGB190233242
HSL190°66.67%84.71%
HSB/HSV190°21.49%94.90%
CMYK21.49%3.72%0.00%
5.10%

Color #BEE9F2 in popluar number systems.

HEXBEE9F2
Decimal190233242
Binary101111101110100111110010
Octal276351362

Shades and tints

Shades of #BEE9F2

#BEE9F2
(190,233,242)
#ADD4DC
(173,212,220)
#9CBFC6
(156,191,198)
#8BAAB0
(139,170,176)
#7A959A
(122,149,154)
#698084
(105,128,132)
#586B6E
(88,107,110)
#475658
(71,86,88)
#364142
(54,65,66)
#252C2C
(37,44,44)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #BEE9F2

#BEE9F2
(190,233,242)
#C3EBF3
(195,235,243)
#C8EDF4
(200,237,244)
#CDEFF5
(205,239,245)
#D2F1F6
(210,241,246)
#D7F3F7
(215,243,247)
#DCF5F8
(220,245,248)
#E1F7F9
(225,247,249)
#E6F9FA
(230,249,250)
#EBFBFB
(235,251,251)
#F0FDFC
(240,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE9F2 color. Also use rgb(190,233,242) instead hex code.

Text Font Color

.myTextColor { color: #BEE9F2; }

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

This text font color is #BEE9F2.


Background Color

.myBgColor { background-color: #BEE9F2; }

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

This div background color is #BEE9F2.


Border color

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

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

This div border color is #BEE9F2.


Opacity

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

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

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

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

This text has shadow with #BEE9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE9F2 on black background.


Color preview on white background

This text has color #BEE9F2 on white background.



Black color preview on #BEE9F2 background

This text has black color on #BEE9F2 background.


White color preview on #BEE9F2 background

This text has white color on #BEE9F2 background.