COLOR #7EBEE3

HEX: #7EBEE3
RGB: (126,190,227)

Color info

#7EBEE3 contains mainly green and blue colors. Web safe color of #7EBEE3 is #66CCCC (or #6CC).

RGB color model

#7EBEE3 color RGB value is (126,190,227).

  • red value is 126;
  • green value is 190;
  • blue value is 227.
RGB:
(126,190,227)
(49%,75%,89%)

RGB channels and saturation

R 126 of 255 = 49%
G 190 of 255 = 75%
B 227 of 255 = 89%

126
190
227

R + G + B ~ 71%. #7EBEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 190 + 227 = 543 (100%)
R 126 of 543 ~ 23.2%
G 190 of 543 ~ 34.99%
B 227 of 543 ~ 41.8%

%23.2
%34.99
%41.8

CMYK color model

#7EBEE3 color CMYK value is (44,16,0,11).

  • cyan value is 44.49%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(44,16,0,11)
C44M16Y0K11 
(44%,16%,0%,11%)
(0.44/0.16/0.00/0.11)	

CMYK percentages

%44.49
%16.3
%0
%10.98

Codes

Color #7EBEE3 in popluar color models

7EBEE3
RGB126190227
HSL202°64.33%69.22%
HSB/HSV202°44.49%89.02%
CMYK44.49%16.30%0.00%
10.98%

Color #7EBEE3 in popluar number systems.

HEX7EBEE3
Decimal126190227
Binary11111101011111011100011
Octal176276343

Shades and tints

Shades of #7EBEE3

#7EBEE3
(126,190,227)
#73ADCF
(115,173,207)
#689CBB
(104,156,187)
#5D8BA7
(93,139,167)
#527A93
(82,122,147)
#47697F
(71,105,127)
#3C586B
(60,88,107)
#314757
(49,71,87)
#263643
(38,54,67)
#1B252F
(27,37,47)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #7EBEE3

#7EBEE3
(126,190,227)
#89C3E5
(137,195,229)
#94C8E7
(148,200,231)
#9FCDE9
(159,205,233)
#AAD2EB
(170,210,235)
#B5D7ED
(181,215,237)
#C0DCEF
(192,220,239)
#CBE1F1
(203,225,241)
#D6E6F3
(214,230,243)
#E1EBF5
(225,235,245)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBEE3; }

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

This text font color is #7EBEE3.


Background Color

.myBgColor { background-color: #7EBEE3; }

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

This div background color is #7EBEE3.


Border color

.myBorderColor { border: 1px solid #7EBEE3; }

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

This div border color is #7EBEE3.


Opacity

.myOpacity80 { color: #7EBEE3; opacity: 0.8; }

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

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

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

This text has shadow with #7EBEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBEE3 on black background.


Color preview on white background

This text has color #7EBEE3 on white background.



Black color preview on #7EBEE3 background

This text has black color on #7EBEE3 background.


White color preview on #7EBEE3 background

This text has white color on #7EBEE3 background.