COLOR #BEE8EE

HEX: #BEE8EE
RGB: (190,232,238)

Renk bilgisi

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

RGB renk modeli

#BEE8EE color RGB value is (190,232,238).

  • kırmız ton 190;
  • yeşil ton 232;
  • mavi ton 238.
RGB:
(190,232,238)
(75%,91%,93%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 232 of 255 = 91%
B 238 of 255 = 93%

190
232
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 232 + 238 = 660 (100%)
R 190 of 660 ~ 28.79%
G 232 of 660 ~ 35.15%
B 238 of 660 ~ 36.06%

%28.79
%35.15
%36.06

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%20.17
%2.52
%0
%6.67

Codes

Color #BEE8EE in popluar color models

BEE8EE
RGB190232238
HSL188°58.54%83.92%
HSB/HSV188°20.17%93.33%
CMYK20.17%2.52%0.00%
6.67%

Color #BEE8EE in popluar number systems.

HEXBEE8EE
Decimal190232238
Binary101111101110100011101110
Octal276350356

Shades and tints

Shades of #BEE8EE

#BEE8EE
(190,232,238)
#ADD3D9
(173,211,217)
#9CBEC4
(156,190,196)
#8BA9AF
(139,169,175)
#7A949A
(122,148,154)
#697F85
(105,127,133)
#586A70
(88,106,112)
#47555B
(71,85,91)
#364046
(54,64,70)
#252B31
(37,43,49)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #BEE8EE

#BEE8EE
(190,232,238)
#C3EAEF
(195,234,239)
#C8ECF0
(200,236,240)
#CDEEF1
(205,238,241)
#D2F0F2
(210,240,242)
#D7F2F3
(215,242,243)
#DCF4F4
(220,244,244)
#E1F6F5
(225,246,245)
#E6F8F6
(230,248,246)
#EBFAF7
(235,250,247)
#F0FCF8
(240,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE8EE color. Also use rgb(190,232,238) instead hex code.

Text Font Color

.myTextColor { color: #BEE8EE; }

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

This text font color is #BEE8EE.


Background Color

.myBgColor { background-color: #BEE8EE; }

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

This div background color is #BEE8EE.


Border color

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

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

This div border color is #BEE8EE.


Opacity

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

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

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

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

This text has shadow with #BEE8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE8EE on black background.


Color preview on white background

This text has color #BEE8EE on white background.



Black color preview on #BEE8EE background

This text has black color on #BEE8EE background.


White color preview on #BEE8EE background

This text has white color on #BEE8EE background.