COLOR #BEE3E6

HEX: #BEE3E6 RGB: (190,227,230)

Renk bilgisi

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

RGB renk modeli

#BEE3E6 color RGB value is (190,227,230).

RGB: (190,227,230) (75%, 89%, 90%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 227 of 255 = 89%
B 230 of 255 = 90%

190
227
230

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

Yüzdelerle RGB renk parçaları

R + G + B = 190 + 227 + 230 = 647 (100%)
R 190 of 647 ~ 29.37%
G 227 of 647 ~ 35.09%
B 230 of 647 ~ 35.55'%

%29.37
%35.09
%35.55

CMYK RENK MODELİ

#BEE3E6 rengi CMYK tonu (17,1,0,10).

  • camgöbeği tonu 17.39%
  • eflatun tonu 1.30%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%

CMYK: (17,1,0,10)
C17M1Y0K10 (17%, 1%, 0%, 10%)
(0.17 / 0.01 / 0.00 / 0.10)

CMYK yüzdeleri

%17.39
%1.3
%0
%9.8

Codes

Color #BEE3E6 in popluar color models

BE E3 E6
RGB 190 227 230
HSL 185° 44.44% 82.35%
HSB/HSV 185° 17.39% 90.20%
CMYK 17.39% 1.30% 0.00%
9.80%

Color #BEE3E6 in popluar number systems.

HEX BE E3 E6
Decimal 190 227 230
Binary 10111110 11100011 11100110
Octal 276 343 346

Shades and tints

Shades of #BEE3E6

#BEE3E6
(190,227,230)
#ADCFD2
(173,207,210)
#9CBBBE
(156,187,190)
#8BA7AA
(139,167,170)
#7A9396
(122,147,150)
#697F82
(105,127,130)
#586B6E
(88,107,110)
#47575A
(71,87,90)
#364346
(54,67,70)
#252F32
(37,47,50)
#141B1E
(20,27,30)
#000000
(0,0,0)

Tints of #BEE3E6

#BEE3E6
(190,227,230)
#C3E5E8
(195,229,232)
#C8E7EA
(200,231,234)
#CDE9EC
(205,233,236)
#D2EBEE
(210,235,238)
#D7EDF0
(215,237,240)
#DCEFF2
(220,239,242)
#E1F1F4
(225,241,244)
#E6F3F6
(230,243,246)
#EBF5F8
(235,245,248)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE3E6; }

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

This text font color is #BEE3E6.

Background Color

.myBgColor { background-color: #BEE3E6; }

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

This div background color is #BEE3E6.

Border color

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

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

This div border color is #BEE3E6.

Opacity

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

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

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

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

This text has shadow with #BEE3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE3E6.

Preview

Color preview on black background

This text has color #BEE3E6 on black background.


Color preview on white background

This text has color #BEE3E6 on white background.


Black color preview on #BEE3E6 background

This text has black color on #BEE3E6 background.


White color preview on #BEE3E6 background

This text has white color on #BEE3E6 background.


Related colors

Complementary color

Complementary color for #hex is #411C19.


I love getcolorcode.com

Triadic colors

1 #E6BEE3 and #E3E6BE with #BEE3E6 are triadic colors.

2 #E6E3BE and #E3BEE6 with #BEE3E6 are triadic colors.