COLOR #7D9BCA

HEX: #7D9BCA
RGB: (125,155,202)

Color info

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

RGB color model

#7D9BCA color RGB value is (125,155,202).

  • red value is 125;
  • green value is 155;
  • blue value is 202.
RGB:
(125,155,202)
(49%,61%,79%)

RGB channels and saturation

R 125 of 255 = 49%
G 155 of 255 = 61%
B 202 of 255 = 79%

125
155
202

R + G + B ~ 63%. #7D9BCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 155 + 202 = 482 (100%)
R 125 of 482 ~ 25.93%
G 155 of 482 ~ 32.16%
B 202 of 482 ~ 41.91%

%25.93
%32.16
%41.91

CMYK color model

#7D9BCA color CMYK value is (38,23,0,21).

  • cyan value is 38.12%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(38,23,0,21)
C38M23Y0K21 
(38%,23%,0%,21%)
(0.38/0.23/0.00/0.21)	

CMYK percentages

%38.12
%23.27
%0
%20.78

Codes

Color #7D9BCA in popluar color models

7D9BCA
RGB125155202
HSL217°42.08%64.12%
HSB/HSV217°38.12%79.22%
CMYK38.12%23.27%0.00%
20.78%

Color #7D9BCA in popluar number systems.

HEX7D9BCA
Decimal125155202
Binary11111011001101111001010
Octal175233312

Shades and tints

Shades of #7D9BCA

#7D9BCA
(125,155,202)
#728DB8
(114,141,184)
#677FA6
(103,127,166)
#5C7194
(92,113,148)
#516382
(81,99,130)
#465570
(70,85,112)
#3B475E
(59,71,94)
#30394C
(48,57,76)
#252B3A
(37,43,58)
#1A1D28
(26,29,40)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #7D9BCA

#7D9BCA
(125,155,202)
#88A4CE
(136,164,206)
#93ADD2
(147,173,210)
#9EB6D6
(158,182,214)
#A9BFDA
(169,191,218)
#B4C8DE
(180,200,222)
#BFD1E2
(191,209,226)
#CADAE6
(202,218,230)
#D5E3EA
(213,227,234)
#E0ECEE
(224,236,238)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9BCA color. Also use rgb(125,155,202) instead hex code.

Text Font Color

.myTextColor { color: #7D9BCA; }

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

This text font color is #7D9BCA.


Background Color

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

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

This div background color is #7D9BCA.


Border color

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

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

This div border color is #7D9BCA.


Opacity

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

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

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

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

This text has shadow with #7D9BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9BCA on black background.


Color preview on white background

This text has color #7D9BCA on white background.



Black color preview on #7D9BCA background

This text has black color on #7D9BCA background.


White color preview on #7D9BCA background

This text has white color on #7D9BCA background.