COLOR #BEE5D1

HEX: #BEE5D1
RGB: (190,229,209)

Renk bilgisi

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

RGB renk modeli

#BEE5D1 color RGB value is (190,229,209).

  • kırmız ton 190;
  • yeşil ton 229;
  • mavi ton 209.
RGB:
(190,229,209)
(75%,90%,82%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 229 of 255 = 90%
B 209 of 255 = 82%

190
229
209

R + G + B ~ 82%. #BEE5D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 229 + 209 = 628 (100%)
R 190 of 628 ~ 30.25%
G 229 of 628 ~ 36.46%
B 209 of 628 ~ 33.28%

%30.25
%36.46
%33.28

CMYK RENK MODELİ

#BEE5D1 rengi CMYK tonu (17,0,9,10).

  • camgöbeği tonu 17.03%
  • eflatun tonu 0.00%
  • sarı tonu 8.73%
  • ana renk tonu 10.20%
CMYK:
(17,0,9,10)
C17M0Y9K10 
(17%,0%,9%,10%)
(0.17/0.00/0.09/0.10)	

CMYK yüzdeleri

%17.03
%0
%8.73
%10.2

Codes

Color #BEE5D1 in popluar color models

BEE5D1
RGB190229209
HSL149°42.86%82.16%
HSB/HSV149°17.03%89.80%
CMYK17.03%0.00%8.73%
10.20%

Color #BEE5D1 in popluar number systems.

HEXBEE5D1
Decimal190229209
Binary101111101110010111010001
Octal276345321

Shades and tints

Shades of #BEE5D1

#BEE5D1
(190,229,209)
#ADD1BE
(173,209,190)
#9CBDAB
(156,189,171)
#8BA998
(139,169,152)
#7A9585
(122,149,133)
#698172
(105,129,114)
#586D5F
(88,109,95)
#47594C
(71,89,76)
#364539
(54,69,57)
#253126
(37,49,38)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #BEE5D1

#BEE5D1
(190,229,209)
#C3E7D5
(195,231,213)
#C8E9D9
(200,233,217)
#CDEBDD
(205,235,221)
#D2EDE1
(210,237,225)
#D7EFE5
(215,239,229)
#DCF1E9
(220,241,233)
#E1F3ED
(225,243,237)
#E6F5F1
(230,245,241)
#EBF7F5
(235,247,245)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE5D1 color. Also use rgb(190,229,209) instead hex code.

Text Font Color

.myTextColor { color: #BEE5D1; }

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

This text font color is #BEE5D1.


Background Color

.myBgColor { background-color: #BEE5D1; }

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

This div background color is #BEE5D1.


Border color

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

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

This div border color is #BEE5D1.


Opacity

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

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

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

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

This text has shadow with #BEE5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE5D1 on black background.


Color preview on white background

This text has color #BEE5D1 on white background.



Black color preview on #BEE5D1 background

This text has black color on #BEE5D1 background.


White color preview on #BEE5D1 background

This text has white color on #BEE5D1 background.