COLOR #7AAFCB

HEX: #7AAFCB
RGB: (122,175,203)

Color info

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

RGB color model

#7AAFCB color RGB value is (122,175,203).

  • red value is 122;
  • green value is 175;
  • blue value is 203.
RGB:
(122,175,203)
(48%,69%,80%)

RGB channels and saturation

R 122 of 255 = 48%
G 175 of 255 = 69%
B 203 of 255 = 80%

122
175
203

R + G + B ~ 66%. #7AAFCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 175 + 203 = 500 (100%)
R 122 of 500 ~ 24.4%
G 175 of 500 ~ 35%
B 203 of 500 ~ 40.6%

%24.4
%35
%40.6

CMYK color model

#7AAFCB color CMYK value is (40,14,0,20).

  • cyan value is 39.90%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(40,14,0,20)
C40M14Y0K20 
(40%,14%,0%,20%)
(0.40/0.14/0.00/0.20)	

CMYK percentages

%39.9
%13.79
%0
%20.39

Codes

Color #7AAFCB in popluar color models

7AAFCB
RGB122175203
HSL201°43.78%63.73%
HSB/HSV201°39.90%79.61%
CMYK39.90%13.79%0.00%
20.39%

Color #7AAFCB in popluar number systems.

HEX7AAFCB
Decimal122175203
Binary11110101010111111001011
Octal172257313

Shades and tints

Shades of #7AAFCB

#7AAFCB
(122,175,203)
#6FA0B9
(111,160,185)
#6491A7
(100,145,167)
#598295
(89,130,149)
#4E7383
(78,115,131)
#436471
(67,100,113)
#38555F
(56,85,95)
#2D464D
(45,70,77)
#22373B
(34,55,59)
#172829
(23,40,41)
#0C1917
(12,25,23)
#000000
(0,0,0)

Tints of #7AAFCB

#7AAFCB
(122,175,203)
#86B6CF
(134,182,207)
#92BDD3
(146,189,211)
#9EC4D7
(158,196,215)
#AACBDB
(170,203,219)
#B6D2DF
(182,210,223)
#C2D9E3
(194,217,227)
#CEE0E7
(206,224,231)
#DAE7EB
(218,231,235)
#E6EEEF
(230,238,239)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAFCB color. Also use rgb(122,175,203) instead hex code.

Text Font Color

.myTextColor { color: #7AAFCB; }

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

This text font color is #7AAFCB.


Background Color

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

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

This div background color is #7AAFCB.


Border color

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

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

This div border color is #7AAFCB.


Opacity

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

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

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

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

This text has shadow with #7AAFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAFCB on black background.


Color preview on white background

This text has color #7AAFCB on white background.



Black color preview on #7AAFCB background

This text has black color on #7AAFCB background.


White color preview on #7AAFCB background

This text has white color on #7AAFCB background.