COLOR #7FBEDE

HEX: #7FBEDE
RGB: (127,190,222)

Color info

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

RGB color model

#7FBEDE color RGB value is (127,190,222).

  • red value is 127;
  • green value is 190;
  • blue value is 222.
RGB:
(127,190,222)
(50%,75%,87%)

RGB channels and saturation

R 127 of 255 = 50%
G 190 of 255 = 75%
B 222 of 255 = 87%

127
190
222

R + G + B ~ 71%. #7FBEDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 190 + 222 = 539 (100%)
R 127 of 539 ~ 23.56%
G 190 of 539 ~ 35.25%
B 222 of 539 ~ 41.19%

%23.56
%35.25
%41.19

CMYK color model

#7FBEDE color CMYK value is (43,14,0,13).

  • cyan value is 42.79%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(43,14,0,13)
C43M14Y0K13 
(43%,14%,0%,13%)
(0.43/0.14/0.00/0.13)	

CMYK percentages

%42.79
%14.41
%0
%12.94

Codes

Color #7FBEDE in popluar color models

7FBEDE
RGB127190222
HSL200°59.01%68.43%
HSB/HSV200°42.79%87.06%
CMYK42.79%14.41%0.00%
12.94%

Color #7FBEDE in popluar number systems.

HEX7FBEDE
Decimal127190222
Binary11111111011111011011110
Octal177276336

Shades and tints

Shades of #7FBEDE

#7FBEDE
(127,190,222)
#74ADCA
(116,173,202)
#699CB6
(105,156,182)
#5E8BA2
(94,139,162)
#537A8E
(83,122,142)
#48697A
(72,105,122)
#3D5866
(61,88,102)
#324752
(50,71,82)
#27363E
(39,54,62)
#1C252A
(28,37,42)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #7FBEDE

#7FBEDE
(127,190,222)
#8AC3E1
(138,195,225)
#95C8E4
(149,200,228)
#A0CDE7
(160,205,231)
#ABD2EA
(171,210,234)
#B6D7ED
(182,215,237)
#C1DCF0
(193,220,240)
#CCE1F3
(204,225,243)
#D7E6F6
(215,230,246)
#E2EBF9
(226,235,249)
#EDF0FC
(237,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBEDE color. Also use rgb(127,190,222) instead hex code.

Text Font Color

.myTextColor { color: #7FBEDE; }

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

This text font color is #7FBEDE.


Background Color

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

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

This div background color is #7FBEDE.


Border color

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

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

This div border color is #7FBEDE.


Opacity

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

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

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

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

This text has shadow with #7FBEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBEDE on black background.


Color preview on white background

This text has color #7FBEDE on white background.



Black color preview on #7FBEDE background

This text has black color on #7FBEDE background.


White color preview on #7FBEDE background

This text has white color on #7FBEDE background.