COLOR #7FB8D4

HEX: #7FB8D4
RGB: (127,184,212)

Color info

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

RGB color model

#7FB8D4 color RGB value is (127,184,212).

  • red value is 127;
  • green value is 184;
  • blue value is 212.
RGB:
(127,184,212)
(50%,72%,83%)

RGB channels and saturation

R 127 of 255 = 50%
G 184 of 255 = 72%
B 212 of 255 = 83%

127
184
212

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

Portions of RGB colors in percentages

R + G + B =
127 + 184 + 212 = 523 (100%)
R 127 of 523 ~ 24.28%
G 184 of 523 ~ 35.18%
B 212 of 523 ~ 40.54%

%24.28
%35.18
%40.54

CMYK color model

#7FB8D4 color CMYK value is (40,13,0,17).

  • cyan value is 40.09%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(40,13,0,17)
C40M13Y0K17 
(40%,13%,0%,17%)
(0.40/0.13/0.00/0.17)	

CMYK percentages

%40.09
%13.21
%0
%16.86

Codes

Color #7FB8D4 in popluar color models

7FB8D4
RGB127184212
HSL200°49.71%66.47%
HSB/HSV200°40.09%83.14%
CMYK40.09%13.21%0.00%
16.86%

Color #7FB8D4 in popluar number systems.

HEX7FB8D4
Decimal127184212
Binary11111111011100011010100
Octal177270324

Shades and tints

Shades of #7FB8D4

#7FB8D4
(127,184,212)
#74A8C1
(116,168,193)
#6998AE
(105,152,174)
#5E889B
(94,136,155)
#537888
(83,120,136)
#486875
(72,104,117)
#3D5862
(61,88,98)
#32484F
(50,72,79)
#27383C
(39,56,60)
#1C2829
(28,40,41)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #7FB8D4

#7FB8D4
(127,184,212)
#8ABED7
(138,190,215)
#95C4DA
(149,196,218)
#A0CADD
(160,202,221)
#ABD0E0
(171,208,224)
#B6D6E3
(182,214,227)
#C1DCE6
(193,220,230)
#CCE2E9
(204,226,233)
#D7E8EC
(215,232,236)
#E2EEEF
(226,238,239)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB8D4 color. Also use rgb(127,184,212) instead hex code.

Text Font Color

.myTextColor { color: #7FB8D4; }

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

This text font color is #7FB8D4.


Background Color

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

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

This div background color is #7FB8D4.


Border color

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

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

This div border color is #7FB8D4.


Opacity

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

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

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

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

This text has shadow with #7FB8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB8D4 on black background.


Color preview on white background

This text has color #7FB8D4 on white background.



Black color preview on #7FB8D4 background

This text has black color on #7FB8D4 background.


White color preview on #7FB8D4 background

This text has white color on #7FB8D4 background.