COLOR #BEEFF3

HEX: #BEEFF3 RGB: (190,239,243)

Color info

#BEEFF3 contains red, green and blue colors in about the same proportion. Web safe color of #BEEFF3 is #CCFFFF (or #CFF).

RGB color model

#BEEFF3 color RGB value is (190,239,243).

RGB: (190,239,243) (75%, 94%, 95%)

RGB channels and saturation

R 190 of 255 = 75%
G 239 of 255 = 94%
B 243 of 255 = 95%

190
239
243

R + G + B ~ 88%. #BEEFF3 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 239 + 243 = 672 (100%)
R 190 of 672 ~ 28.27%
G 239 of 672 ~ 35.57%
B 243 of 672 ~ 36.16'%

%28.27
%35.57
%36.16

CMYK color model

#BEEFF3 color CMYK value is (22,2,0,5).

  • cyan value is 21.81%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (22,2,0,5)
C22M2Y0K5 (22%, 2%, 0%, 5%)
(0.22 / 0.02 / 0.00 / 0.05)

CMYK percentages

%21.81
%1.65
%0
%4.71

Codes

Color #BEEFF3 in popluar color models

BE EF F3
RGB 190 239 243
HSL 185° 68.83% 84.90%
HSB/HSV 185° 21.81% 95.29%
CMYK 21.81% 1.65% 0.00%
4.71%

Color #BEEFF3 in popluar number systems.

HEX BE EF F3
Decimal 190 239 243
Binary 10111110 11101111 11110011
Octal 276 357 363

Shades and tints

Shades of #BEEFF3

#BEEFF3
(190,239,243)
#ADDADD
(173,218,221)
#9CC5C7
(156,197,199)
#8BB0B1
(139,176,177)
#7A9B9B
(122,155,155)
#698685
(105,134,133)
#58716F
(88,113,111)
#475C59
(71,92,89)
#364743
(54,71,67)
#25322D
(37,50,45)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #BEEFF3

#BEEFF3
(190,239,243)
#C3F0F4
(195,240,244)
#C8F1F5
(200,241,245)
#CDF2F6
(205,242,246)
#D2F3F7
(210,243,247)
#D7F4F8
(215,244,248)
#DCF5F9
(220,245,249)
#E1F6FA
(225,246,250)
#E6F7FB
(230,247,251)
#EBF8FC
(235,248,252)
#F0F9FD
(240,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEFF3 color. Also use rgb(190,239,243) instead hex code.

Text Font Color

.myTextColor { color: #BEEFF3; }

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

This text font color is #BEEFF3.

Background Color

.myBgColor { background-color: #BEEFF3; }

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

This div background color is #BEEFF3.

Border color

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

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

This div border color is #BEEFF3.

Opacity

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

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

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

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

This text has shadow with #BEEFF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEFF3.

Preview

Color preview on black background

This text has color #BEEFF3 on black background.


Color preview on white background

This text has color #BEEFF3 on white background.


Black color preview on #BEEFF3 background

This text has black color on #BEEFF3 background.


White color preview on #BEEFF3 background

This text has white color on #BEEFF3 background.


Related colors

Complementary color

Complementary color for #hex is #41100C.


I love getcolorcode.com

Triadic colors

1 #F3BEEF and #EFF3BE with #BEEFF3 are triadic colors.

2 #F3EFBE and #EFBEF3 with #BEEFF3 are triadic colors.