Hex #7ea9b6 Color

#7ea9b6
equivalent to

RGB

(126, 169, 182)

Details of #7ea9b6

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
126
31.2356
0.54
0.31
66.6640
36.1890
194°
60.1573
169
36.1890
0.28
0.07
-11.2669
0.2669
31°
-12.5917
182
49.5948
0.60
0.00   0.29
-11.3581
0.3093
71°
-6.7527

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1111110
176
126
7E
Green
10101001
251
169
A9
Blue
10110110
266
182
B6

RGB in % of #7ea9b6

%26.42
%35.43
%38.16

CMYK in % of #7ea9b6

%31
%7
%0
%29

Triads of color #7ea9b6

#7ea9b6 #a9b67e #b67eb6

Similar Colors to #7ea9b6

#7ea9b6 #7eb6a7 #7e8db6

Preview Color #7ea9b6 on black ground

#7ea9b6 is very interesting for text.

Preview Color #7ea9b6 on white ground

#7ea9b6 is very interesting for text.

CSS Codes #7ea9b6 color

.mybgcolor {background-color:#7ea9b6; }
.myforecolor {color:#7ea9b6; }
.mybordercolor {border:3px solid #7ea9b6; }

Text Font Color #7ea9b6

<p style="color:#7ea9b6">Text here</p>

This sample text font color is #7ea9b6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #7ea9b6

<div style="background-color:#7ea9b6">
Div content here</div>

This div background color is #7ea9b6


Border Color #7ea9b6

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

The color of this border is #7ea9b6


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #7ea9b6; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #7ea9b6;
-webkit-box-shadow: 1px 1px 3px 2px #7ea9b6;
box-shadow:         1px 1px 3px 2px #7ea9b6; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #7ea9b6">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #7ea9b6;
  -webkit-box-shadow: 1px 1px 3px 2px #7ea9b6;
  box-shadow:         1px 1px 3px 2px #7ea9b6;">
Div content here</div>

The shadow of div box using color #7ea9b6