COLOR #7D99BF

HEX: #7D99BF
RGB: (125,153,191)

Color info

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

RGB color model

#7D99BF color RGB value is (125,153,191).

  • red value is 125;
  • green value is 153;
  • blue value is 191.
RGB:
(125,153,191)
(49%,60%,75%)

RGB channels and saturation

R 125 of 255 = 49%
G 153 of 255 = 60%
B 191 of 255 = 75%

125
153
191

R + G + B ~ 61%. #7D99BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 153 + 191 = 469 (100%)
R 125 of 469 ~ 26.65%
G 153 of 469 ~ 32.62%
B 191 of 469 ~ 40.72%

%26.65
%32.62
%40.72

CMYK color model

#7D99BF color CMYK value is (35,20,0,25).

  • cyan value is 34.55%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(35,20,0,25)
C35M20Y0K25 
(35%,20%,0%,25%)
(0.35/0.20/0.00/0.25)	

CMYK percentages

%34.55
%19.9
%0
%25.1

Codes

Color #7D99BF in popluar color models

7D99BF
RGB125153191
HSL215°34.02%61.96%
HSB/HSV215°34.55%74.90%
CMYK34.55%19.90%0.00%
25.10%

Color #7D99BF in popluar number systems.

HEX7D99BF
Decimal125153191
Binary11111011001100110111111
Octal175231277

Shades and tints

Shades of #7D99BF

#7D99BF
(125,153,191)
#728CAE
(114,140,174)
#677F9D
(103,127,157)
#5C728C
(92,114,140)
#51657B
(81,101,123)
#46586A
(70,88,106)
#3B4B59
(59,75,89)
#303E48
(48,62,72)
#253137
(37,49,55)
#1A2426
(26,36,38)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #7D99BF

#7D99BF
(125,153,191)
#88A2C4
(136,162,196)
#93ABC9
(147,171,201)
#9EB4CE
(158,180,206)
#A9BDD3
(169,189,211)
#B4C6D8
(180,198,216)
#BFCFDD
(191,207,221)
#CAD8E2
(202,216,226)
#D5E1E7
(213,225,231)
#E0EAEC
(224,234,236)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D99BF color. Also use rgb(125,153,191) instead hex code.

Text Font Color

.myTextColor { color: #7D99BF; }

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

This text font color is #7D99BF.


Background Color

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

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

This div background color is #7D99BF.


Border color

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

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

This div border color is #7D99BF.


Opacity

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

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

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

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

This text has shadow with #7D99BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D99BF on black background.


Color preview on white background

This text has color #7D99BF on white background.



Black color preview on #7D99BF background

This text has black color on #7D99BF background.


White color preview on #7D99BF background

This text has white color on #7D99BF background.