COLOR #BEE4ED

HEX: #BEE4ED
RGB: (190,228,237)

Renk bilgisi

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

RGB renk modeli

#BEE4ED color RGB value is (190,228,237).

  • kırmız ton 190;
  • yeşil ton 228;
  • mavi ton 237.
RGB:
(190,228,237)
(75%,89%,93%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 228 of 255 = 89%
B 237 of 255 = 93%

190
228
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 228 + 237 = 655 (100%)
R 190 of 655 ~ 29.01%
G 228 of 655 ~ 34.81%
B 237 of 655 ~ 36.18%

%29.01
%34.81
%36.18

CMYK RENK MODELİ

#BEE4ED rengi CMYK tonu (20,4,0,7).

  • camgöbeği tonu 19.83%
  • eflatun tonu 3.80%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(20,4,0,7)
C20M4Y0K7 
(20%,4%,0%,7%)
(0.20/0.04/0.00/0.07)	

CMYK yüzdeleri

%19.83
%3.8
%0
%7.06

Codes

Color #BEE4ED in popluar color models

BEE4ED
RGB190228237
HSL191°56.63%83.73%
HSB/HSV191°19.83%92.94%
CMYK19.83%3.80%0.00%
7.06%

Color #BEE4ED in popluar number systems.

HEXBEE4ED
Decimal190228237
Binary101111101110010011101101
Octal276344355

Shades and tints

Shades of #BEE4ED

#BEE4ED
(190,228,237)
#ADD0D8
(173,208,216)
#9CBCC3
(156,188,195)
#8BA8AE
(139,168,174)
#7A9499
(122,148,153)
#698084
(105,128,132)
#586C6F
(88,108,111)
#47585A
(71,88,90)
#364445
(54,68,69)
#253030
(37,48,48)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #BEE4ED

#BEE4ED
(190,228,237)
#C3E6EE
(195,230,238)
#C8E8EF
(200,232,239)
#CDEAF0
(205,234,240)
#D2ECF1
(210,236,241)
#D7EEF2
(215,238,242)
#DCF0F3
(220,240,243)
#E1F2F4
(225,242,244)
#E6F4F5
(230,244,245)
#EBF6F6
(235,246,246)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE4ED color. Also use rgb(190,228,237) instead hex code.

Text Font Color

.myTextColor { color: #BEE4ED; }

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

This text font color is #BEE4ED.


Background Color

.myBgColor { background-color: #BEE4ED; }

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

This div background color is #BEE4ED.


Border color

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

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

This div border color is #BEE4ED.


Opacity

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

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

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

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

This text has shadow with #BEE4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE4ED on black background.


Color preview on white background

This text has color #BEE4ED on white background.



Black color preview on #BEE4ED background

This text has black color on #BEE4ED background.


White color preview on #BEE4ED background

This text has white color on #BEE4ED background.