COLOR #7DBFF2

HEX: #7DBFF2
RGB: (125,191,242)

Color info

#7DBFF2 contains mainly green and blue colors. Web safe color of #7DBFF2 is #66CCFF (or #6CF).

RGB color model

#7DBFF2 color RGB value is (125,191,242).

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

RGB channels and saturation

R 125 of 255 = 49%
G 191 of 255 = 75%
B 242 of 255 = 95%

125
191
242

R + G + B ~ 73%. #7DBFF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 191 + 242 = 558 (100%)
R 125 of 558 ~ 22.4%
G 191 of 558 ~ 34.23%
B 242 of 558 ~ 43.37%

%22.4
%34.23
%43.37

CMYK color model

#7DBFF2 color CMYK value is (48,21,0,5).

  • cyan value is 48.35%
  • magenta value is 21.07%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(48,21,0,5)
C48M21Y0K5 
(48%,21%,0%,5%)
(0.48/0.21/0.00/0.05)	

CMYK percentages

%48.35
%21.07
%0
%5.1

Codes

Color #7DBFF2 in popluar color models

7DBFF2
RGB125191242
HSL206°81.82%71.96%
HSB/HSV206°48.35%94.90%
CMYK48.35%21.07%0.00%
5.10%

Color #7DBFF2 in popluar number systems.

HEX7DBFF2
Decimal125191242
Binary11111011011111111110010
Octal175277362

Shades and tints

Shades of #7DBFF2

#7DBFF2
(125,191,242)
#72AEDC
(114,174,220)
#679DC6
(103,157,198)
#5C8CB0
(92,140,176)
#517B9A
(81,123,154)
#466A84
(70,106,132)
#3B596E
(59,89,110)
#304858
(48,72,88)
#253742
(37,55,66)
#1A262C
(26,38,44)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #7DBFF2

#7DBFF2
(125,191,242)
#88C4F3
(136,196,243)
#93C9F4
(147,201,244)
#9ECEF5
(158,206,245)
#A9D3F6
(169,211,246)
#B4D8F7
(180,216,247)
#BFDDF8
(191,221,248)
#CAE2F9
(202,226,249)
#D5E7FA
(213,231,250)
#E0ECFB
(224,236,251)
#EBF1FC
(235,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DBFF2; }

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

This text font color is #7DBFF2.


Background Color

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

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

This div background color is #7DBFF2.


Border color

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

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

This div border color is #7DBFF2.


Opacity

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

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

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

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

This text has shadow with #7DBFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBFF2 on black background.


Color preview on white background

This text has color #7DBFF2 on white background.



Black color preview on #7DBFF2 background

This text has black color on #7DBFF2 background.


White color preview on #7DBFF2 background

This text has white color on #7DBFF2 background.