COLOR #7D99E3

HEX: #7D99E3
RGB: (125,153,227)

Color info

#7D99E3 contains mainly blue color. Web safe color of #7D99E3 is #6699CC (or #69C).

RGB color model

#7D99E3 color RGB value is (125,153,227).

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

RGB channels and saturation

R 125 of 255 = 49%
G 153 of 255 = 60%
B 227 of 255 = 89%

125
153
227

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

Portions of RGB colors in percentages

R + G + B =
125 + 153 + 227 = 505 (100%)
R 125 of 505 ~ 24.75%
G 153 of 505 ~ 30.3%
B 227 of 505 ~ 44.95%

%24.75
%30.3
%44.95

CMYK color model

#7D99E3 color CMYK value is (45,33,0,11).

  • cyan value is 44.93%
  • magenta value is 32.60%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(45,33,0,11)
C45M33Y0K11 
(45%,33%,0%,11%)
(0.45/0.33/0.00/0.11)	

CMYK percentages

%44.93
%32.6
%0
%10.98

Codes

Color #7D99E3 in popluar color models

7D99E3
RGB125153227
HSL224°64.56%69.02%
HSB/HSV224°44.93%89.02%
CMYK44.93%32.60%0.00%
10.98%

Color #7D99E3 in popluar number systems.

HEX7D99E3
Decimal125153227
Binary11111011001100111100011
Octal175231343

Shades and tints

Shades of #7D99E3

#7D99E3
(125,153,227)
#728CCF
(114,140,207)
#677FBB
(103,127,187)
#5C72A7
(92,114,167)
#516593
(81,101,147)
#46587F
(70,88,127)
#3B4B6B
(59,75,107)
#303E57
(48,62,87)
#253143
(37,49,67)
#1A242F
(26,36,47)
#0F171B
(15,23,27)
#000000
(0,0,0)

Tints of #7D99E3

#7D99E3
(125,153,227)
#88A2E5
(136,162,229)
#93ABE7
(147,171,231)
#9EB4E9
(158,180,233)
#A9BDEB
(169,189,235)
#B4C6ED
(180,198,237)
#BFCFEF
(191,207,239)
#CAD8F1
(202,216,241)
#D5E1F3
(213,225,243)
#E0EAF5
(224,234,245)
#EBF3F7
(235,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D99E3; }

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

This text font color is #7D99E3.


Background Color

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

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

This div background color is #7D99E3.


Border color

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

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

This div border color is #7D99E3.


Opacity

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

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

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

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

This text has shadow with #7D99E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D99E3 on black background.


Color preview on white background

This text has color #7D99E3 on white background.



Black color preview on #7D99E3 background

This text has black color on #7D99E3 background.


White color preview on #7D99E3 background

This text has white color on #7D99E3 background.