COLOR #E6F7FF

HEX: #E6F7FF RGB: (230,247,255)

Renk bilgisi

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

RGB renk modeli

#E6F7FF color RGB value is (230,247,255).

RGB: (230,247,255) (90%, 97%, 100%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 247 of 255 = 97%
B 255 of 255 = 100%

230
247
255

R + G + B ~ 96%. #E6F7FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 230 + 247 + 255 = 732 (100%)
R 230 of 732 ~ 31.42%
G 247 of 732 ~ 33.74%
B 255 of 732 ~ 34.84'%

%31.42
%33.74
%34.84

CMYK RENK MODELİ

#E6F7FF rengi CMYK tonu (10,3,0,0).

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

CMYK: (10,3,0,0)
C10M3Y0K0 (10%, 3%, 0%, 0%)
(0.10 / 0.03 / 0.00 / 0.00)

CMYK yüzdeleri

%9.8
%3.14
%0
%0

Codes

Color #E6F7FF in popluar color models

E6 F7 FF
RGB 230 247 255
HSL 199° 100.00% 95.10%
HSB/HSV 199° 9.80% 100.00%
CMYK 9.80% 3.14% 0.00%
0.00%

Color #E6F7FF in popluar number systems.

HEX E6 F7 FF
Decimal 230 247 255
Binary 11100110 11110111 11111111
Octal 346 367 377

Shades and tints

Shades of #E6F7FF

#E6F7FF
(230,247,255)
#D2E1E8
(210,225,232)
#BECBD1
(190,203,209)
#AAB5BA
(170,181,186)
#969FA3
(150,159,163)
#82898C
(130,137,140)
#6E7375
(110,115,117)
#5A5D5E
(90,93,94)
#464747
(70,71,71)
#323130
(50,49,48)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6F7FF

#E6F7FF
(230,247,255)
#E8F7FF
(232,247,255)
#EAF7FF
(234,247,255)
#ECF7FF
(236,247,255)
#EEF7FF
(238,247,255)
#F0F7FF
(240,247,255)
#F2F7FF
(242,247,255)
#F4F7FF
(244,247,255)
#F6F7FF
(246,247,255)
#F8F7FF
(248,247,255)
#FAF7FF
(250,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F7FF color. Also use rgb(230,247,255) instead hex code.

Text Font Color

.myTextColor { color: #E6F7FF; }

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

This text font color is #E6F7FF.

Background Color

.myBgColor { background-color: #E6F7FF; }

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

This div background color is #E6F7FF.

Border color

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

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

This div border color is #E6F7FF.

Opacity

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

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

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

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

This text has shadow with #E6F7FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F7FF.

Preview

Color preview on black background

This text has color #E6F7FF on black background.


Color preview on white background

This text has color #E6F7FF on white background.


Black color preview on #E6F7FF background

This text has black color on #E6F7FF background.


White color preview on #E6F7FF background

This text has white color on #E6F7FF background.


Related colors

Complementary color

Complementary color for #hex is #190800.


I love getcolorcode.com

Triadic colors

1 #FFE6F7 and #F7FFE6 with #E6F7FF are triadic colors.

2 #FFF7E6 and #F7E6FF with #E6F7FF are triadic colors.