COLOR #7285AF

HEX: #7285AF
RGB: (114,133,175)

Color info

#7285AF contains mainly green and blue colors. Web safe color of #7285AF is #669999 (or #699).

RGB color model

#7285AF color RGB value is (114,133,175).

  • red value is 114;
  • green value is 133;
  • blue value is 175.
RGB:
(114,133,175)
(45%,52%,69%)

RGB channels and saturation

R 114 of 255 = 45%
G 133 of 255 = 52%
B 175 of 255 = 69%

114
133
175

R + G + B ~ 55%. #7285AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 133 + 175 = 422 (100%)
R 114 of 422 ~ 27.01%
G 133 of 422 ~ 31.52%
B 175 of 422 ~ 41.47%

%27.01
%31.52
%41.47

CMYK color model

#7285AF color CMYK value is (35,24,0,31).

  • cyan value is 34.86%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(35,24,0,31)
C35M24Y0K31 
(35%,24%,0%,31%)
(0.35/0.24/0.00/0.31)	

CMYK percentages

%34.86
%24
%0
%31.37

Codes

Color #7285AF in popluar color models

7285AF
RGB114133175
HSL221°27.60%56.67%
HSB/HSV221°34.86%68.63%
CMYK34.86%24.00%0.00%
31.37%

Color #7285AF in popluar number systems.

HEX7285AF
Decimal114133175
Binary11100101000010110101111
Octal162205257

Shades and tints

Shades of #7285AF

#7285AF
(114,133,175)
#6879A0
(104,121,160)
#5E6D91
(94,109,145)
#546182
(84,97,130)
#4A5573
(74,85,115)
#404964
(64,73,100)
#363D55
(54,61,85)
#2C3146
(44,49,70)
#222537
(34,37,55)
#181928
(24,25,40)
#0E0D19
(14,13,25)
#000000
(0,0,0)

Tints of #7285AF

#7285AF
(114,133,175)
#7E90B6
(126,144,182)
#8A9BBD
(138,155,189)
#96A6C4
(150,166,196)
#A2B1CB
(162,177,203)
#AEBCD2
(174,188,210)
#BAC7D9
(186,199,217)
#C6D2E0
(198,210,224)
#D2DDE7
(210,221,231)
#DEE8EE
(222,232,238)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7285AF color. Also use rgb(114,133,175) instead hex code.

Text Font Color

.myTextColor { color: #7285AF; }

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

This text font color is #7285AF.


Background Color

.myBgColor { background-color: #7285AF; }

<div style="background-color:#7285AF">Inner text</div>

This div background color is #7285AF.


Border color

.myBorderColor { border: 1px solid #7285AF; }

<div style="border:3px solid #7285AF">Div</div>

This div border color is #7285AF.


Opacity

.myOpacity80 { color: #7285AF; opacity: 0.8; }

<p style="color:#7285AF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7285AF color.

.textShadow {text-shadow: 3px 3px 1px #7285AF, 3px 3px 1px red;}

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

This text has shadow with #7285AF primary color and red secondary color.


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

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

This text has shadow with #7285AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7285AF on black background.


Color preview on white background

This text has color #7285AF on white background.



Black color preview on #7285AF background

This text has black color on #7285AF background.


White color preview on #7285AF background

This text has white color on #7285AF background.