COLOR #BEEAF0

HEX: #BEEAF0
RGB: (190,234,240)

Renk bilgisi

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

RGB renk modeli

#BEEAF0 color RGB value is (190,234,240).

  • kırmız ton 190;
  • yeşil ton 234;
  • mavi ton 240.
RGB:
(190,234,240)
(75%,92%,94%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 234 of 255 = 92%
B 240 of 255 = 94%

190
234
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 234 + 240 = 664 (100%)
R 190 of 664 ~ 28.61%
G 234 of 664 ~ 35.24%
B 240 of 664 ~ 36.14%

%28.61
%35.24
%36.14

CMYK RENK MODELİ

#BEEAF0 rengi CMYK tonu (21,3,0,6).

  • camgöbeği tonu 20.83%
  • eflatun tonu 2.50%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(21,3,0,6)
C21M3Y0K6 
(21%,3%,0%,6%)
(0.21/0.03/0.00/0.06)	

CMYK yüzdeleri

%20.83
%2.5
%0
%5.88

Codes

Color #BEEAF0 in popluar color models

BEEAF0
RGB190234240
HSL187°62.50%84.31%
HSB/HSV187°20.83%94.12%
CMYK20.83%2.50%0.00%
5.88%

Color #BEEAF0 in popluar number systems.

HEXBEEAF0
Decimal190234240
Binary101111101110101011110000
Octal276352360

Shades and tints

Shades of #BEEAF0

#BEEAF0
(190,234,240)
#ADD5DB
(173,213,219)
#9CC0C6
(156,192,198)
#8BABB1
(139,171,177)
#7A969C
(122,150,156)
#698187
(105,129,135)
#586C72
(88,108,114)
#47575D
(71,87,93)
#364248
(54,66,72)
#252D33
(37,45,51)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #BEEAF0

#BEEAF0
(190,234,240)
#C3EBF1
(195,235,241)
#C8ECF2
(200,236,242)
#CDEDF3
(205,237,243)
#D2EEF4
(210,238,244)
#D7EFF5
(215,239,245)
#DCF0F6
(220,240,246)
#E1F1F7
(225,241,247)
#E6F2F8
(230,242,248)
#EBF3F9
(235,243,249)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEAF0 color. Also use rgb(190,234,240) instead hex code.

Text Font Color

.myTextColor { color: #BEEAF0; }

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

This text font color is #BEEAF0.


Background Color

.myBgColor { background-color: #BEEAF0; }

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

This div background color is #BEEAF0.


Border color

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

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

This div border color is #BEEAF0.


Opacity

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

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

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

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

This text has shadow with #BEEAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEAF0 on black background.


Color preview on white background

This text has color #BEEAF0 on white background.



Black color preview on #BEEAF0 background

This text has black color on #BEEAF0 background.


White color preview on #BEEAF0 background

This text has white color on #BEEAF0 background.