COLOR #BEE6D9

HEX: #BEE6D9
RGB: (190,230,217)

Renk bilgisi

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

RGB renk modeli

#BEE6D9 color RGB value is (190,230,217).

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

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 230 of 255 = 90%
B 217 of 255 = 85%

190
230
217

R + G + B ~ 83%. #BEE6D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 230 + 217 = 637 (100%)
R 190 of 637 ~ 29.83%
G 230 of 637 ~ 36.11%
B 217 of 637 ~ 34.07%

%29.83
%36.11
%34.07

CMYK RENK MODELİ

#BEE6D9 rengi CMYK tonu (17,0,6,10).

  • camgöbeği tonu 17.39%
  • eflatun tonu 0.00%
  • sarı tonu 5.65%
  • ana renk tonu 9.80%
CMYK:
(17,0,6,10)
C17M0Y6K10 
(17%,0%,6%,10%)
(0.17/0.00/0.06/0.10)	

CMYK yüzdeleri

%17.39
%0
%5.65
%9.8

Codes

Color #BEE6D9 in popluar color models

BEE6D9
RGB190230217
HSL161°44.44%82.35%
HSB/HSV161°17.39%90.20%
CMYK17.39%0.00%5.65%
9.80%

Color #BEE6D9 in popluar number systems.

HEXBEE6D9
Decimal190230217
Binary101111101110011011011001
Octal276346331

Shades and tints

Shades of #BEE6D9

#BEE6D9
(190,230,217)
#ADD2C6
(173,210,198)
#9CBEB3
(156,190,179)
#8BAAA0
(139,170,160)
#7A968D
(122,150,141)
#69827A
(105,130,122)
#586E67
(88,110,103)
#475A54
(71,90,84)
#364641
(54,70,65)
#25322E
(37,50,46)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #BEE6D9

#BEE6D9
(190,230,217)
#C3E8DC
(195,232,220)
#C8EADF
(200,234,223)
#CDECE2
(205,236,226)
#D2EEE5
(210,238,229)
#D7F0E8
(215,240,232)
#DCF2EB
(220,242,235)
#E1F4EE
(225,244,238)
#E6F6F1
(230,246,241)
#EBF8F4
(235,248,244)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE6D9; }

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

This text font color is #BEE6D9.


Background Color

.myBgColor { background-color: #BEE6D9; }

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

This div background color is #BEE6D9.


Border color

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

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

This div border color is #BEE6D9.


Opacity

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

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

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

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

This text has shadow with #BEE6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE6D9 on black background.


Color preview on white background

This text has color #BEE6D9 on white background.



Black color preview on #BEE6D9 background

This text has black color on #BEE6D9 background.


White color preview on #BEE6D9 background

This text has white color on #BEE6D9 background.