COLOR #7FBDCB

HEX: #7FBDCB
RGB: (127,189,203)

Color info

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

RGB color model

#7FBDCB color RGB value is (127,189,203).

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

RGB channels and saturation

R 127 of 255 = 50%
G 189 of 255 = 74%
B 203 of 255 = 80%

127
189
203

R + G + B ~ 68%. #7FBDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 189 + 203 = 519 (100%)
R 127 of 519 ~ 24.47%
G 189 of 519 ~ 36.42%
B 203 of 519 ~ 39.11%

%24.47
%36.42
%39.11

CMYK color model

#7FBDCB color CMYK value is (37,7,0,20).

  • cyan value is 37.44%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(37,7,0,20)
C37M7Y0K20 
(37%,7%,0%,20%)
(0.37/0.07/0.00/0.20)	

CMYK percentages

%37.44
%6.9
%0
%20.39

Codes

Color #7FBDCB in popluar color models

7FBDCB
RGB127189203
HSL191°42.22%64.71%
HSB/HSV191°37.44%79.61%
CMYK37.44%6.90%0.00%
20.39%

Color #7FBDCB in popluar number systems.

HEX7FBDCB
Decimal127189203
Binary11111111011110111001011
Octal177275313

Shades and tints

Shades of #7FBDCB

#7FBDCB
(127,189,203)
#74ACB9
(116,172,185)
#699BA7
(105,155,167)
#5E8A95
(94,138,149)
#537983
(83,121,131)
#486871
(72,104,113)
#3D575F
(61,87,95)
#32464D
(50,70,77)
#27353B
(39,53,59)
#1C2429
(28,36,41)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #7FBDCB

#7FBDCB
(127,189,203)
#8AC3CF
(138,195,207)
#95C9D3
(149,201,211)
#A0CFD7
(160,207,215)
#ABD5DB
(171,213,219)
#B6DBDF
(182,219,223)
#C1E1E3
(193,225,227)
#CCE7E7
(204,231,231)
#D7EDEB
(215,237,235)
#E2F3EF
(226,243,239)
#EDF9F3
(237,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBDCB; }

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

This text font color is #7FBDCB.


Background Color

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

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

This div background color is #7FBDCB.


Border color

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

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

This div border color is #7FBDCB.


Opacity

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

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

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

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

This text has shadow with #7FBDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBDCB on black background.


Color preview on white background

This text has color #7FBDCB on white background.



Black color preview on #7FBDCB background

This text has black color on #7FBDCB background.


White color preview on #7FBDCB background

This text has white color on #7FBDCB background.