COLOR #7DBDC2

HEX: #7DBDC2
RGB: (125,189,194)

Color info

#7DBDC2 contains mainly green and blue colors. Web safe color of #7DBDC2 is #66CCCC (or #6CC).

RGB color model

#7DBDC2 color RGB value is (125,189,194).

  • red value is 125;
  • green value is 189;
  • blue value is 194.
RGB:
(125,189,194)
(49%,74%,76%)

RGB channels and saturation

R 125 of 255 = 49%
G 189 of 255 = 74%
B 194 of 255 = 76%

125
189
194

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

Portions of RGB colors in percentages

R + G + B =
125 + 189 + 194 = 508 (100%)
R 125 of 508 ~ 24.61%
G 189 of 508 ~ 37.2%
B 194 of 508 ~ 38.19%

%24.61
%37.2
%38.19

CMYK color model

#7DBDC2 color CMYK value is (36,3,0,24).

  • cyan value is 35.57%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(36,3,0,24)
C36M3Y0K24 
(36%,3%,0%,24%)
(0.36/0.03/0.00/0.24)	

CMYK percentages

%35.57
%2.58
%0
%23.92

Codes

Color #7DBDC2 in popluar color models

7DBDC2
RGB125189194
HSL184°36.13%62.55%
HSB/HSV184°35.57%76.08%
CMYK35.57%2.58%0.00%
23.92%

Color #7DBDC2 in popluar number systems.

HEX7DBDC2
Decimal125189194
Binary11111011011110111000010
Octal175275302

Shades and tints

Shades of #7DBDC2

#7DBDC2
(125,189,194)
#72ACB1
(114,172,177)
#679BA0
(103,155,160)
#5C8A8F
(92,138,143)
#51797E
(81,121,126)
#46686D
(70,104,109)
#3B575C
(59,87,92)
#30464B
(48,70,75)
#25353A
(37,53,58)
#1A2429
(26,36,41)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #7DBDC2

#7DBDC2
(125,189,194)
#88C3C7
(136,195,199)
#93C9CC
(147,201,204)
#9ECFD1
(158,207,209)
#A9D5D6
(169,213,214)
#B4DBDB
(180,219,219)
#BFE1E0
(191,225,224)
#CAE7E5
(202,231,229)
#D5EDEA
(213,237,234)
#E0F3EF
(224,243,239)
#EBF9F4
(235,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBDC2 color. Also use rgb(125,189,194) instead hex code.

Text Font Color

.myTextColor { color: #7DBDC2; }

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

This text font color is #7DBDC2.


Background Color

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

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

This div background color is #7DBDC2.


Border color

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

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

This div border color is #7DBDC2.


Opacity

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

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

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

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

This text has shadow with #7DBDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBDC2 on black background.


Color preview on white background

This text has color #7DBDC2 on white background.



Black color preview on #7DBDC2 background

This text has black color on #7DBDC2 background.


White color preview on #7DBDC2 background

This text has white color on #7DBDC2 background.