COLOR #BEE6CA

HEX: #BEE6CA
RGB: (190,230,202)

Renk bilgisi

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

RGB renk modeli

#BEE6CA color RGB value is (190,230,202).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 230 of 255 = 90%
B 202 of 255 = 79%

190
230
202

R + G + B ~ 81%. #BEE6CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 230 + 202 = 622 (100%)
R 190 of 622 ~ 30.55%
G 230 of 622 ~ 36.98%
B 202 of 622 ~ 32.48%

%30.55
%36.98
%32.48

CMYK RENK MODELİ

#BEE6CA rengi CMYK tonu (17,0,12,10).

  • camgöbeği tonu 17.39%
  • eflatun tonu 0.00%
  • sarı tonu 12.17%
  • ana renk tonu 9.80%
CMYK:
(17,0,12,10)
C17M0Y12K10 
(17%,0%,12%,10%)
(0.17/0.00/0.12/0.10)	

CMYK yüzdeleri

%17.39
%0
%12.17
%9.8

Codes

Color #BEE6CA in popluar color models

BEE6CA
RGB190230202
HSL138°44.44%82.35%
HSB/HSV138°17.39%90.20%
CMYK17.39%0.00%12.17%
9.80%

Color #BEE6CA in popluar number systems.

HEXBEE6CA
Decimal190230202
Binary101111101110011011001010
Octal276346312

Shades and tints

Shades of #BEE6CA

#BEE6CA
(190,230,202)
#ADD2B8
(173,210,184)
#9CBEA6
(156,190,166)
#8BAA94
(139,170,148)
#7A9682
(122,150,130)
#698270
(105,130,112)
#586E5E
(88,110,94)
#475A4C
(71,90,76)
#36463A
(54,70,58)
#253228
(37,50,40)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #BEE6CA

#BEE6CA
(190,230,202)
#C3E8CE
(195,232,206)
#C8EAD2
(200,234,210)
#CDECD6
(205,236,214)
#D2EEDA
(210,238,218)
#D7F0DE
(215,240,222)
#DCF2E2
(220,242,226)
#E1F4E6
(225,244,230)
#E6F6EA
(230,246,234)
#EBF8EE
(235,248,238)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE6CA; }

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

This text font color is #BEE6CA.


Background Color

.myBgColor { background-color: #BEE6CA; }

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

This div background color is #BEE6CA.


Border color

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

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

This div border color is #BEE6CA.


Opacity

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

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

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

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

This text has shadow with #BEE6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE6CA on black background.


Color preview on white background

This text has color #BEE6CA on white background.



Black color preview on #BEE6CA background

This text has black color on #BEE6CA background.


White color preview on #BEE6CA background

This text has white color on #BEE6CA background.