COLOR #BEE9EA

HEX: #BEE9EA
RGB: (190,233,234)

Renk bilgisi

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

RGB renk modeli

#BEE9EA color RGB value is (190,233,234).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 233 of 255 = 91%
B 234 of 255 = 92%

190
233
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 233 + 234 = 657 (100%)
R 190 of 657 ~ 28.92%
G 233 of 657 ~ 35.46%
B 234 of 657 ~ 35.62%

%28.92
%35.46
%35.62

CMYK RENK MODELİ

#BEE9EA rengi CMYK tonu (19,0,0,8).

  • camgöbeği tonu 18.80%
  • eflatun tonu 0.43%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(19,0,0,8)
C19M0Y0K8 
(19%,0%,0%,8%)
(0.19/0.00/0.00/0.08)	

CMYK yüzdeleri

%18.8
%0.43
%0
%8.24

Codes

Color #BEE9EA in popluar color models

BEE9EA
RGB190233234
HSL181°51.16%83.14%
HSB/HSV181°18.80%91.76%
CMYK18.80%0.43%0.00%
8.24%

Color #BEE9EA in popluar number systems.

HEXBEE9EA
Decimal190233234
Binary101111101110100111101010
Octal276351352

Shades and tints

Shades of #BEE9EA

#BEE9EA
(190,233,234)
#ADD4D5
(173,212,213)
#9CBFC0
(156,191,192)
#8BAAAB
(139,170,171)
#7A9596
(122,149,150)
#698081
(105,128,129)
#586B6C
(88,107,108)
#475657
(71,86,87)
#364142
(54,65,66)
#252C2D
(37,44,45)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEE9EA

#BEE9EA
(190,233,234)
#C3EBEB
(195,235,235)
#C8EDEC
(200,237,236)
#CDEFED
(205,239,237)
#D2F1EE
(210,241,238)
#D7F3EF
(215,243,239)
#DCF5F0
(220,245,240)
#E1F7F1
(225,247,241)
#E6F9F2
(230,249,242)
#EBFBF3
(235,251,243)
#F0FDF4
(240,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE9EA; }

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

This text font color is #BEE9EA.


Background Color

.myBgColor { background-color: #BEE9EA; }

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

This div background color is #BEE9EA.


Border color

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

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

This div border color is #BEE9EA.


Opacity

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

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

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

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

This text has shadow with #BEE9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE9EA on black background.


Color preview on white background

This text has color #BEE9EA on white background.



Black color preview on #BEE9EA background

This text has black color on #BEE9EA background.


White color preview on #BEE9EA background

This text has white color on #BEE9EA background.