COLOR #7D9CBB

HEX: #7D9CBB
RGB: (125,156,187)

Color info

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

RGB color model

#7D9CBB color RGB value is (125,156,187).

  • red value is 125;
  • green value is 156;
  • blue value is 187.
RGB:
(125,156,187)
(49%,61%,73%)

RGB channels and saturation

R 125 of 255 = 49%
G 156 of 255 = 61%
B 187 of 255 = 73%

125
156
187

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

Portions of RGB colors in percentages

R + G + B =
125 + 156 + 187 = 468 (100%)
R 125 of 468 ~ 26.71%
G 156 of 468 ~ 33.33%
B 187 of 468 ~ 39.96%

%26.71
%33.33
%39.96

CMYK color model

#7D9CBB color CMYK value is (33,17,0,27).

  • cyan value is 33.16%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(33,17,0,27)
C33M17Y0K27 
(33%,17%,0%,27%)
(0.33/0.17/0.00/0.27)	

CMYK percentages

%33.16
%16.58
%0
%26.67

Codes

Color #7D9CBB in popluar color models

7D9CBB
RGB125156187
HSL210°31.31%61.18%
HSB/HSV210°33.16%73.33%
CMYK33.16%16.58%0.00%
26.67%

Color #7D9CBB in popluar number systems.

HEX7D9CBB
Decimal125156187
Binary11111011001110010111011
Octal175234273

Shades and tints

Shades of #7D9CBB

#7D9CBB
(125,156,187)
#728EAA
(114,142,170)
#678099
(103,128,153)
#5C7288
(92,114,136)
#516477
(81,100,119)
#465666
(70,86,102)
#3B4855
(59,72,85)
#303A44
(48,58,68)
#252C33
(37,44,51)
#1A1E22
(26,30,34)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #7D9CBB

#7D9CBB
(125,156,187)
#88A5C1
(136,165,193)
#93AEC7
(147,174,199)
#9EB7CD
(158,183,205)
#A9C0D3
(169,192,211)
#B4C9D9
(180,201,217)
#BFD2DF
(191,210,223)
#CADBE5
(202,219,229)
#D5E4EB
(213,228,235)
#E0EDF1
(224,237,241)
#EBF6F7
(235,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9CBB color. Also use rgb(125,156,187) instead hex code.

Text Font Color

.myTextColor { color: #7D9CBB; }

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

This text font color is #7D9CBB.


Background Color

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

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

This div background color is #7D9CBB.


Border color

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

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

This div border color is #7D9CBB.


Opacity

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

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

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

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

This text has shadow with #7D9CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9CBB on black background.


Color preview on white background

This text has color #7D9CBB on white background.



Black color preview on #7D9CBB background

This text has black color on #7D9CBB background.


White color preview on #7D9CBB background

This text has white color on #7D9CBB background.