COLOR #BEE0EF

HEX: #BEE0EF
RGB: (190,224,239)

Renk bilgisi

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

RGB renk modeli

#BEE0EF color RGB value is (190,224,239).

  • kırmız ton 190;
  • yeşil ton 224;
  • mavi ton 239.
RGB:
(190,224,239)
(75%,88%,94%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 224 of 255 = 88%
B 239 of 255 = 94%

190
224
239

R + G + B ~ 86%. #BEE0EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 224 + 239 = 653 (100%)
R 190 of 653 ~ 29.1%
G 224 of 653 ~ 34.3%
B 239 of 653 ~ 36.6%

%29.1
%34.3
%36.6

CMYK RENK MODELİ

#BEE0EF rengi CMYK tonu (21,6,0,6).

  • camgöbeği tonu 20.50%
  • eflatun tonu 6.28%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(21,6,0,6)
C21M6Y0K6 
(21%,6%,0%,6%)
(0.21/0.06/0.00/0.06)	

CMYK yüzdeleri

%20.5
%6.28
%0
%6.27

Codes

Color #BEE0EF in popluar color models

BEE0EF
RGB190224239
HSL198°60.49%84.12%
HSB/HSV198°20.50%93.73%
CMYK20.50%6.28%0.00%
6.27%

Color #BEE0EF in popluar number systems.

HEXBEE0EF
Decimal190224239
Binary101111101110000011101111
Octal276340357

Shades and tints

Shades of #BEE0EF

#BEE0EF
(190,224,239)
#ADCCDA
(173,204,218)
#9CB8C5
(156,184,197)
#8BA4B0
(139,164,176)
#7A909B
(122,144,155)
#697C86
(105,124,134)
#586871
(88,104,113)
#47545C
(71,84,92)
#364047
(54,64,71)
#252C32
(37,44,50)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #BEE0EF

#BEE0EF
(190,224,239)
#C3E2F0
(195,226,240)
#C8E4F1
(200,228,241)
#CDE6F2
(205,230,242)
#D2E8F3
(210,232,243)
#D7EAF4
(215,234,244)
#DCECF5
(220,236,245)
#E1EEF6
(225,238,246)
#E6F0F7
(230,240,247)
#EBF2F8
(235,242,248)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE0EF color. Also use rgb(190,224,239) instead hex code.

Text Font Color

.myTextColor { color: #BEE0EF; }

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

This text font color is #BEE0EF.


Background Color

.myBgColor { background-color: #BEE0EF; }

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

This div background color is #BEE0EF.


Border color

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

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

This div border color is #BEE0EF.


Opacity

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

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

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

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

This text has shadow with #BEE0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE0EF on black background.


Color preview on white background

This text has color #BEE0EF on white background.



Black color preview on #BEE0EF background

This text has black color on #BEE0EF background.


White color preview on #BEE0EF background

This text has white color on #BEE0EF background.