COLOR #E6FBEE

HEX: #E6FBEE
RGB: (230,251,238)

Renk bilgisi

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

RGB renk modeli

#E6FBEE color RGB value is (230,251,238).

  • kırmız ton 230;
  • yeşil ton 251;
  • mavi ton 238.
RGB:
(230,251,238)
(90%,98%,93%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 251 of 255 = 98%
B 238 of 255 = 93%

230
251
238

R + G + B ~ 94%. #E6FBEE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 251 + 238 = 719 (100%)
R 230 of 719 ~ 31.99%
G 251 of 719 ~ 34.91%
B 238 of 719 ~ 33.1%

%31.99
%34.91
%33.1

CMYK RENK MODELİ

#E6FBEE rengi CMYK tonu (8,0,5,2).

  • camgöbeği tonu 8.37%
  • eflatun tonu 0.00%
  • sarı tonu 5.18%
  • ana renk tonu 1.57%
CMYK:
(8,0,5,2)
C8M0Y5K2 
(8%,0%,5%,2%)
(0.08/0.00/0.05/0.02)	

CMYK yüzdeleri

%8.37
%0
%5.18
%1.57

Codes

Color #E6FBEE in popluar color models

E6FBEE
RGB230251238
HSL143°72.41%94.31%
HSB/HSV143°8.37%98.43%
CMYK8.37%0.00%5.18%
1.57%

Color #E6FBEE in popluar number systems.

HEXE6FBEE
Decimal230251238
Binary111001101111101111101110
Octal346373356

Shades and tints

Shades of #E6FBEE

#E6FBEE
(230,251,238)
#D2E5D9
(210,229,217)
#BECFC4
(190,207,196)
#AAB9AF
(170,185,175)
#96A39A
(150,163,154)
#828D85
(130,141,133)
#6E7770
(110,119,112)
#5A615B
(90,97,91)
#464B46
(70,75,70)
#323531
(50,53,49)
#1E1F1C
(30,31,28)
#000000
(0,0,0)

Tints of #E6FBEE

#E6FBEE
(230,251,238)
#E8FBEF
(232,251,239)
#EAFBF0
(234,251,240)
#ECFBF1
(236,251,241)
#EEFBF2
(238,251,242)
#F0FBF3
(240,251,243)
#F2FBF4
(242,251,244)
#F4FBF5
(244,251,245)
#F6FBF6
(246,251,246)
#F8FBF7
(248,251,247)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FBEE color. Also use rgb(230,251,238) instead hex code.

Text Font Color

.myTextColor { color: #E6FBEE; }

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

This text font color is #E6FBEE.


Background Color

.myBgColor { background-color: #E6FBEE; }

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

This div background color is #E6FBEE.


Border color

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

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

This div border color is #E6FBEE.


Opacity

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

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

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

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

This text has shadow with #E6FBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FBEE on black background.


Color preview on white background

This text has color #E6FBEE on white background.



Black color preview on #E6FBEE background

This text has black color on #E6FBEE background.


White color preview on #E6FBEE background

This text has white color on #E6FBEE background.