COLOR #7FBDC2

HEX: #7FBDC2
RGB: (127,189,194)

Color info

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

RGB color model

#7FBDC2 color RGB value is (127,189,194).

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

RGB channels and saturation

R 127 of 255 = 50%
G 189 of 255 = 74%
B 194 of 255 = 76%

127
189
194

R + G + B ~ 67%. #7FBDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 189 + 194 = 510 (100%)
R 127 of 510 ~ 24.9%
G 189 of 510 ~ 37.06%
B 194 of 510 ~ 38.04%

%24.9
%37.06
%38.04

CMYK color model

#7FBDC2 color CMYK value is (35,3,0,24).

  • cyan value is 34.54%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(35,3,0,24)
C35M3Y0K24 
(35%,3%,0%,24%)
(0.35/0.03/0.00/0.24)	

CMYK percentages

%34.54
%2.58
%0
%23.92

Codes

Color #7FBDC2 in popluar color models

7FBDC2
RGB127189194
HSL184°35.45%62.94%
HSB/HSV184°34.54%76.08%
CMYK34.54%2.58%0.00%
23.92%

Color #7FBDC2 in popluar number systems.

HEX7FBDC2
Decimal127189194
Binary11111111011110111000010
Octal177275302

Shades and tints

Shades of #7FBDC2

#7FBDC2
(127,189,194)
#74ACB1
(116,172,177)
#699BA0
(105,155,160)
#5E8A8F
(94,138,143)
#53797E
(83,121,126)
#48686D
(72,104,109)
#3D575C
(61,87,92)
#32464B
(50,70,75)
#27353A
(39,53,58)
#1C2429
(28,36,41)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #7FBDC2

#7FBDC2
(127,189,194)
#8AC3C7
(138,195,199)
#95C9CC
(149,201,204)
#A0CFD1
(160,207,209)
#ABD5D6
(171,213,214)
#B6DBDB
(182,219,219)
#C1E1E0
(193,225,224)
#CCE7E5
(204,231,229)
#D7EDEA
(215,237,234)
#E2F3EF
(226,243,239)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBDC2; }

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

This text font color is #7FBDC2.


Background Color

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

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

This div background color is #7FBDC2.


Border color

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

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

This div border color is #7FBDC2.


Opacity

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

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

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

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

This text has shadow with #7FBDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBDC2 on black background.


Color preview on white background

This text has color #7FBDC2 on white background.



Black color preview on #7FBDC2 background

This text has black color on #7FBDC2 background.


White color preview on #7FBDC2 background

This text has white color on #7FBDC2 background.