COLOR #BEE6ED

HEX: #BEE6ED
RGB: (190,230,237)

Renk bilgisi

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

RGB renk modeli

#BEE6ED color RGB value is (190,230,237).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 230 of 255 = 90%
B 237 of 255 = 93%

190
230
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 230 + 237 = 657 (100%)
R 190 of 657 ~ 28.92%
G 230 of 657 ~ 35.01%
B 237 of 657 ~ 36.07%

%28.92
%35.01
%36.07

CMYK RENK MODELİ

#BEE6ED rengi CMYK tonu (20,3,0,7).

  • camgöbeği tonu 19.83%
  • eflatun tonu 2.95%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(20,3,0,7)
C20M3Y0K7 
(20%,3%,0%,7%)
(0.20/0.03/0.00/0.07)	

CMYK yüzdeleri

%19.83
%2.95
%0
%7.06

Codes

Color #BEE6ED in popluar color models

BEE6ED
RGB190230237
HSL189°56.63%83.73%
HSB/HSV189°19.83%92.94%
CMYK19.83%2.95%0.00%
7.06%

Color #BEE6ED in popluar number systems.

HEXBEE6ED
Decimal190230237
Binary101111101110011011101101
Octal276346355

Shades and tints

Shades of #BEE6ED

#BEE6ED
(190,230,237)
#ADD2D8
(173,210,216)
#9CBEC3
(156,190,195)
#8BAAAE
(139,170,174)
#7A9699
(122,150,153)
#698284
(105,130,132)
#586E6F
(88,110,111)
#475A5A
(71,90,90)
#364645
(54,70,69)
#253230
(37,50,48)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #BEE6ED

#BEE6ED
(190,230,237)
#C3E8EE
(195,232,238)
#C8EAEF
(200,234,239)
#CDECF0
(205,236,240)
#D2EEF1
(210,238,241)
#D7F0F2
(215,240,242)
#DCF2F3
(220,242,243)
#E1F4F4
(225,244,244)
#E6F6F5
(230,246,245)
#EBF8F6
(235,248,246)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE6ED; }

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

This text font color is #BEE6ED.


Background Color

.myBgColor { background-color: #BEE6ED; }

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

This div background color is #BEE6ED.


Border color

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

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

This div border color is #BEE6ED.


Opacity

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

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

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

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

This text has shadow with #BEE6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE6ED on black background.


Color preview on white background

This text has color #BEE6ED on white background.



Black color preview on #BEE6ED background

This text has black color on #BEE6ED background.


White color preview on #BEE6ED background

This text has white color on #BEE6ED background.