COLOR #BEE9E0

HEX: #BEE9E0
RGB: (190,233,224)

Renk bilgisi

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

RGB renk modeli

#BEE9E0 color RGB value is (190,233,224).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 233 of 255 = 91%
B 224 of 255 = 88%

190
233
224

R + G + B ~ 85%. #BEE9E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 233 + 224 = 647 (100%)
R 190 of 647 ~ 29.37%
G 233 of 647 ~ 36.01%
B 224 of 647 ~ 34.62%

%29.37
%36.01
%34.62

CMYK RENK MODELİ

#BEE9E0 rengi CMYK tonu (18,0,4,9).

  • camgöbeği tonu 18.45%
  • eflatun tonu 0.00%
  • sarı tonu 3.86%
  • ana renk tonu 8.63%
CMYK:
(18,0,4,9)
C18M0Y4K9 
(18%,0%,4%,9%)
(0.18/0.00/0.04/0.09)	

CMYK yüzdeleri

%18.45
%0
%3.86
%8.63

Codes

Color #BEE9E0 in popluar color models

BEE9E0
RGB190233224
HSL167°49.43%82.94%
HSB/HSV167°18.45%91.37%
CMYK18.45%0.00%3.86%
8.63%

Color #BEE9E0 in popluar number systems.

HEXBEE9E0
Decimal190233224
Binary101111101110100111100000
Octal276351340

Shades and tints

Shades of #BEE9E0

#BEE9E0
(190,233,224)
#ADD4CC
(173,212,204)
#9CBFB8
(156,191,184)
#8BAAA4
(139,170,164)
#7A9590
(122,149,144)
#69807C
(105,128,124)
#586B68
(88,107,104)
#475654
(71,86,84)
#364140
(54,65,64)
#252C2C
(37,44,44)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEE9E0

#BEE9E0
(190,233,224)
#C3EBE2
(195,235,226)
#C8EDE4
(200,237,228)
#CDEFE6
(205,239,230)
#D2F1E8
(210,241,232)
#D7F3EA
(215,243,234)
#DCF5EC
(220,245,236)
#E1F7EE
(225,247,238)
#E6F9F0
(230,249,240)
#EBFBF2
(235,251,242)
#F0FDF4
(240,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE9E0; }

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

This text font color is #BEE9E0.


Background Color

.myBgColor { background-color: #BEE9E0; }

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

This div background color is #BEE9E0.


Border color

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

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

This div border color is #BEE9E0.


Opacity

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

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

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

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

This text has shadow with #BEE9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE9E0 on black background.


Color preview on white background

This text has color #BEE9E0 on white background.



Black color preview on #BEE9E0 background

This text has black color on #BEE9E0 background.


White color preview on #BEE9E0 background

This text has white color on #BEE9E0 background.