COLOR #7AAFCC

HEX: #7AAFCC
RGB: (122,175,204)

Color info

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

RGB color model

#7AAFCC color RGB value is (122,175,204).

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

RGB channels and saturation

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

122
175
204

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

Portions of RGB colors in percentages

R + G + B =
122 + 175 + 204 = 501 (100%)
R 122 of 501 ~ 24.35%
G 175 of 501 ~ 34.93%
B 204 of 501 ~ 40.72%

%24.35
%34.93
%40.72

CMYK color model

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

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

CMYK percentages

%40.2
%14.22
%0
%20

Codes

Color #7AAFCC in popluar color models

7AAFCC
RGB122175204
HSL201°44.57%63.92%
HSB/HSV201°40.20%80.00%
CMYK40.20%14.22%0.00%
20.00%

Color #7AAFCC in popluar number systems.

HEX7AAFCC
Decimal122175204
Binary11110101010111111001100
Octal172257314

Shades and tints

Shades of #7AAFCC

#7AAFCC
(122,175,204)
#6FA0BA
(111,160,186)
#6491A8
(100,145,168)
#598296
(89,130,150)
#4E7384
(78,115,132)
#436472
(67,100,114)
#385560
(56,85,96)
#2D464E
(45,70,78)
#22373C
(34,55,60)
#17282A
(23,40,42)
#0C1918
(12,25,24)
#000000
(0,0,0)

Tints of #7AAFCC

#7AAFCC
(122,175,204)
#86B6D0
(134,182,208)
#92BDD4
(146,189,212)
#9EC4D8
(158,196,216)
#AACBDC
(170,203,220)
#B6D2E0
(182,210,224)
#C2D9E4
(194,217,228)
#CEE0E8
(206,224,232)
#DAE7EC
(218,231,236)
#E6EEF0
(230,238,240)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAFCC; }

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

This text font color is #7AAFCC.


Background Color

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

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

This div background color is #7AAFCC.


Border color

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

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

This div border color is #7AAFCC.


Opacity

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

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

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

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

This text has shadow with #7AAFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AAFCC on black background.


Color preview on white background

This text has color #7AAFCC on white background.



Black color preview on #7AAFCC background

This text has black color on #7AAFCC background.


White color preview on #7AAFCC background

This text has white color on #7AAFCC background.