COLOR #7FCDEB

HEX: #7FCDEB RGB: (127,205,235)

Color info

#7FCDEB contains mainly green and blue colors. Web safe color of #7FCDEB is #66CCFF (or #6CF).

RGB color model

#7FCDEB color RGB value is (127,205,235).

RGB: (127,205,235) (50%, 80%, 92%)

RGB channels and saturation

R 127 of 255 = 50%
G 205 of 255 = 80%
B 235 of 255 = 92%

127
205
235

R + G + B ~ 74%. #7FCDEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 205 + 235 = 567 (100%)
R 127 of 567 ~ 22.4%
G 205 of 567 ~ 36.16%
B 235 of 567 ~ 41.45'%

%22.4
%36.16
%41.45

CMYK color model

#7FCDEB color CMYK value is (46,13,0,8).

  • cyan value is 45.96%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (46,13,0,8)
C46M13Y0K8 (46%, 13%, 0%, 8%)
(0.46 / 0.13 / 0.00 / 0.08)

CMYK percentages

%45.96
%12.77
%0
%7.84

Codes

Color #7FCDEB in popluar color models

7F CD EB
RGB 127 205 235
HSL 197° 72.97% 70.98%
HSB/HSV 197° 45.96% 92.16%
CMYK 45.96% 12.77% 0.00%
7.84%

Color #7FCDEB in popluar number systems.

HEX 7F CD EB
Decimal 127 205 235
Binary 1111111 11001101 11101011
Octal 177 315 353

Shades and tints

Shades of #7FCDEB

#7FCDEB
(127,205,235)
#74BBD6
(116,187,214)
#69A9C1
(105,169,193)
#5E97AC
(94,151,172)
#538597
(83,133,151)
#487382
(72,115,130)
#3D616D
(61,97,109)
#324F58
(50,79,88)
#273D43
(39,61,67)
#1C2B2E
(28,43,46)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #7FCDEB

#7FCDEB
(127,205,235)
#8AD1EC
(138,209,236)
#95D5ED
(149,213,237)
#A0D9EE
(160,217,238)
#ABDDEF
(171,221,239)
#B6E1F0
(182,225,240)
#C1E5F1
(193,229,241)
#CCE9F2
(204,233,242)
#D7EDF3
(215,237,243)
#E2F1F4
(226,241,244)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FCDEB color. Also use rgb(127,205,235) instead hex code.

Text Font Color

.myTextColor { color: #7FCDEB; }

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

This text font color is #7FCDEB.

Background Color

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

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

This div background color is #7FCDEB.

Border color

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

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

This div border color is #7FCDEB.

Opacity

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

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

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

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

This text has shadow with #7FCDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FCDEB.

Preview

Color preview on black background

This text has color #7FCDEB on black background.


Color preview on white background

This text has color #7FCDEB on white background.


Black color preview on #7FCDEB background

This text has black color on #7FCDEB background.


White color preview on #7FCDEB background

This text has white color on #7FCDEB background.


Related colors

Complementary color

Complementary color for #hex is #803214.


I love getcolorcode.com

Triadic colors

1 #EB7FCD and #CDEB7F with #7FCDEB are triadic colors.

2 #EBCD7F and #CD7FEB with #7FCDEB are triadic colors.