COLOR #BEE8D6

HEX: #BEE8D6
RGB: (190,232,214)

Renk bilgisi

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

RGB renk modeli

#BEE8D6 color RGB value is (190,232,214).

  • kırmız ton 190;
  • yeşil ton 232;
  • mavi ton 214.
RGB:
(190,232,214)
(75%,91%,84%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 232 of 255 = 91%
B 214 of 255 = 84%

190
232
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 232 + 214 = 636 (100%)
R 190 of 636 ~ 29.87%
G 232 of 636 ~ 36.48%
B 214 of 636 ~ 33.65%

%29.87
%36.48
%33.65

CMYK RENK MODELİ

#BEE8D6 rengi CMYK tonu (18,0,8,9).

  • camgöbeği tonu 18.10%
  • eflatun tonu 0.00%
  • sarı tonu 7.76%
  • ana renk tonu 9.02%
CMYK:
(18,0,8,9)
C18M0Y8K9 
(18%,0%,8%,9%)
(0.18/0.00/0.08/0.09)	

CMYK yüzdeleri

%18.1
%0
%7.76
%9.02

Codes

Color #BEE8D6 in popluar color models

BEE8D6
RGB190232214
HSL154°47.73%82.75%
HSB/HSV154°18.10%90.98%
CMYK18.10%0.00%7.76%
9.02%

Color #BEE8D6 in popluar number systems.

HEXBEE8D6
Decimal190232214
Binary101111101110100011010110
Octal276350326

Shades and tints

Shades of #BEE8D6

#BEE8D6
(190,232,214)
#ADD3C3
(173,211,195)
#9CBEB0
(156,190,176)
#8BA99D
(139,169,157)
#7A948A
(122,148,138)
#697F77
(105,127,119)
#586A64
(88,106,100)
#475551
(71,85,81)
#36403E
(54,64,62)
#252B2B
(37,43,43)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BEE8D6

#BEE8D6
(190,232,214)
#C3EAD9
(195,234,217)
#C8ECDC
(200,236,220)
#CDEEDF
(205,238,223)
#D2F0E2
(210,240,226)
#D7F2E5
(215,242,229)
#DCF4E8
(220,244,232)
#E1F6EB
(225,246,235)
#E6F8EE
(230,248,238)
#EBFAF1
(235,250,241)
#F0FCF4
(240,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE8D6 color. Also use rgb(190,232,214) instead hex code.

Text Font Color

.myTextColor { color: #BEE8D6; }

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

This text font color is #BEE8D6.


Background Color

.myBgColor { background-color: #BEE8D6; }

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

This div background color is #BEE8D6.


Border color

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

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

This div border color is #BEE8D6.


Opacity

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

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

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

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

This text has shadow with #BEE8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE8D6 on black background.


Color preview on white background

This text has color #BEE8D6 on white background.



Black color preview on #BEE8D6 background

This text has black color on #BEE8D6 background.


White color preview on #BEE8D6 background

This text has white color on #BEE8D6 background.