COLOR #E6F2FF

HEX: #E6F2FF RGB: (230,242,255)

Renk bilgisi

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

RGB renk modeli

#E6F2FF color RGB value is (230,242,255).

RGB: (230,242,255) (90%, 95%, 100%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 242 of 255 = 95%
B 255 of 255 = 100%

230
242
255

R + G + B ~ 95%. #E6F2FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 230 + 242 + 255 = 727 (100%)
R 230 of 727 ~ 31.64%
G 242 of 727 ~ 33.29%
B 255 of 727 ~ 35.08'%

%31.64
%33.29
%35.08

CMYK RENK MODELİ

#E6F2FF rengi CMYK tonu (10,5,0,0).

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

CMYK: (10,5,0,0)
C10M5Y0K0 (10%, 5%, 0%, 0%)
(0.10 / 0.05 / 0.00 / 0.00)

CMYK yüzdeleri

%9.8
%5.1
%0
%0

Codes

Color #E6F2FF in popluar color models

E6 F2 FF
RGB 230 242 255
HSL 211° 100.00% 95.10%
HSB/HSV 211° 9.80% 100.00%
CMYK 9.80% 5.10% 0.00%
0.00%

Color #E6F2FF in popluar number systems.

HEX E6 F2 FF
Decimal 230 242 255
Binary 11100110 11110010 11111111
Octal 346 362 377

Shades and tints

Shades of #E6F2FF

#E6F2FF
(230,242,255)
#D2DCE8
(210,220,232)
#BEC6D1
(190,198,209)
#AAB0BA
(170,176,186)
#969AA3
(150,154,163)
#82848C
(130,132,140)
#6E6E75
(110,110,117)
#5A585E
(90,88,94)
#464247
(70,66,71)
#322C30
(50,44,48)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #E6F2FF

#E6F2FF
(230,242,255)
#E8F3FF
(232,243,255)
#EAF4FF
(234,244,255)
#ECF5FF
(236,245,255)
#EEF6FF
(238,246,255)
#F0F7FF
(240,247,255)
#F2F8FF
(242,248,255)
#F4F9FF
(244,249,255)
#F6FAFF
(246,250,255)
#F8FBFF
(248,251,255)
#FAFCFF
(250,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F2FF; }

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

This text font color is #E6F2FF.

Background Color

.myBgColor { background-color: #E6F2FF; }

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

This div background color is #E6F2FF.

Border color

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

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

This div border color is #E6F2FF.

Opacity

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

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

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

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

This text has shadow with #E6F2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F2FF.

Preview

Color preview on black background

This text has color #E6F2FF on black background.


Color preview on white background

This text has color #E6F2FF on white background.


Black color preview on #E6F2FF background

This text has black color on #E6F2FF background.


White color preview on #E6F2FF background

This text has white color on #E6F2FF background.


Related colors

Complementary color

Complementary color for #hex is #190D00.


I love getcolorcode.com

Triadic colors

1 #FFE6F2 and #F2FFE6 with #E6F2FF are triadic colors.

2 #FFF2E6 and #F2E6FF with #E6F2FF are triadic colors.