COLOR #7AAEBE

HEX: #7AAEBE
RGB: (122,174,190)

Color info

#7AAEBE contains mainly green and blue colors. Web safe color of #7AAEBE is #6699CC (or #69C).

RGB color model

#7AAEBE color RGB value is (122,174,190).

  • red value is 122;
  • green value is 174;
  • blue value is 190.
RGB:
(122,174,190)
(48%,68%,75%)

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 190 of 255 = 75%

122
174
190

R + G + B ~ 64%. #7AAEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 174 + 190 = 486 (100%)
R 122 of 486 ~ 25.1%
G 174 of 486 ~ 35.8%
B 190 of 486 ~ 39.09%

%25.1
%35.8
%39.09

CMYK color model

#7AAEBE color CMYK value is (36,8,0,25).

  • cyan value is 35.79%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(36,8,0,25)
C36M8Y0K25 
(36%,8%,0%,25%)
(0.36/0.08/0.00/0.25)	

CMYK percentages

%35.79
%8.42
%0
%25.49

Codes

Color #7AAEBE in popluar color models

7AAEBE
RGB122174190
HSL194°34.34%61.18%
HSB/HSV194°35.79%74.51%
CMYK35.79%8.42%0.00%
25.49%

Color #7AAEBE in popluar number systems.

HEX7AAEBE
Decimal122174190
Binary11110101010111010111110
Octal172256276

Shades and tints

Shades of #7AAEBE

#7AAEBE
(122,174,190)
#6F9FAD
(111,159,173)
#64909C
(100,144,156)
#59818B
(89,129,139)
#4E727A
(78,114,122)
#436369
(67,99,105)
#385458
(56,84,88)
#2D4547
(45,69,71)
#223636
(34,54,54)
#172725
(23,39,37)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #7AAEBE

#7AAEBE
(122,174,190)
#86B5C3
(134,181,195)
#92BCC8
(146,188,200)
#9EC3CD
(158,195,205)
#AACAD2
(170,202,210)
#B6D1D7
(182,209,215)
#C2D8DC
(194,216,220)
#CEDFE1
(206,223,225)
#DAE6E6
(218,230,230)
#E6EDEB
(230,237,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAEBE color. Also use rgb(122,174,190) instead hex code.

Text Font Color

.myTextColor { color: #7AAEBE; }

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

This text font color is #7AAEBE.


Background Color

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

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

This div background color is #7AAEBE.


Border color

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

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

This div border color is #7AAEBE.


Opacity

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

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

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

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

This text has shadow with #7AAEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAEBE on black background.


Color preview on white background

This text has color #7AAEBE on white background.



Black color preview on #7AAEBE background

This text has black color on #7AAEBE background.


White color preview on #7AAEBE background

This text has white color on #7AAEBE background.