COLOR #7FDBE2

HEX: #7FDBE2
RGB: (127,219,226)

Color info

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

RGB color model

#7FDBE2 color RGB value is (127,219,226).

  • red value is 127;
  • green value is 219;
  • blue value is 226.
RGB:
(127,219,226)
(50%,86%,89%)

RGB channels and saturation

R 127 of 255 = 50%
G 219 of 255 = 86%
B 226 of 255 = 89%

127
219
226

R + G + B ~ 75%. #7FDBE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 219 + 226 = 572 (100%)
R 127 of 572 ~ 22.2%
G 219 of 572 ~ 38.29%
B 226 of 572 ~ 39.51%

%22.2
%38.29
%39.51

CMYK color model

#7FDBE2 color CMYK value is (44,3,0,11).

  • cyan value is 43.81%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(44,3,0,11)
C44M3Y0K11 
(44%,3%,0%,11%)
(0.44/0.03/0.00/0.11)	

CMYK percentages

%43.81
%3.1
%0
%11.37

Codes

Color #7FDBE2 in popluar color models

7FDBE2
RGB127219226
HSL184°63.06%69.22%
HSB/HSV184°43.81%88.63%
CMYK43.81%3.10%0.00%
11.37%

Color #7FDBE2 in popluar number systems.

HEX7FDBE2
Decimal127219226
Binary11111111101101111100010
Octal177333342

Shades and tints

Shades of #7FDBE2

#7FDBE2
(127,219,226)
#74C8CE
(116,200,206)
#69B5BA
(105,181,186)
#5EA2A6
(94,162,166)
#538F92
(83,143,146)
#487C7E
(72,124,126)
#3D696A
(61,105,106)
#325656
(50,86,86)
#274342
(39,67,66)
#1C302E
(28,48,46)
#111D1A
(17,29,26)
#000000
(0,0,0)

Tints of #7FDBE2

#7FDBE2
(127,219,226)
#8ADEE4
(138,222,228)
#95E1E6
(149,225,230)
#A0E4E8
(160,228,232)
#ABE7EA
(171,231,234)
#B6EAEC
(182,234,236)
#C1EDEE
(193,237,238)
#CCF0F0
(204,240,240)
#D7F3F2
(215,243,242)
#E2F6F4
(226,246,244)
#EDF9F6
(237,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FDBE2 color. Also use rgb(127,219,226) instead hex code.

Text Font Color

.myTextColor { color: #7FDBE2; }

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

This text font color is #7FDBE2.


Background Color

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

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

This div background color is #7FDBE2.


Border color

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

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

This div border color is #7FDBE2.


Opacity

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

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

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

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

This text has shadow with #7FDBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FDBE2 on black background.


Color preview on white background

This text has color #7FDBE2 on white background.



Black color preview on #7FDBE2 background

This text has black color on #7FDBE2 background.


White color preview on #7FDBE2 background

This text has white color on #7FDBE2 background.