COLOR #7CC6DD

HEX: #7CC6DD
RGB: (124,198,221)

Renk bilgisi

#7CC6DD contains mainly green and blue colors. #7CC6DD ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#7CC6DD color RGB value is (124,198,221).

  • kırmız ton 124;
  • yeşil ton 198;
  • mavi ton 221.
RGB:
(124,198,221)
(49%,78%,87%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 198 of 255 = 78%
B 221 of 255 = 87%

124
198
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 198 + 221 = 543 (100%)
R 124 of 543 ~ 22.84%
G 198 of 543 ~ 36.46%
B 221 of 543 ~ 40.7%

%22.84
%36.46
%40.7

CMYK RENK MODELİ

#7CC6DD rengi CMYK tonu (44,10,0,13).

  • camgöbeği tonu 43.89%
  • eflatun tonu 10.41%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(44,10,0,13)
C44M10Y0K13 
(44%,10%,0%,13%)
(0.44/0.10/0.00/0.13)	

CMYK yüzdeleri

%43.89
%10.41
%0
%13.33

Codes

Color #7CC6DD in popluar color models

7CC6DD
RGB124198221
HSL194°58.79%67.65%
HSB/HSV194°43.89%86.67%
CMYK43.89%10.41%0.00%
13.33%

Color #7CC6DD in popluar number systems.

HEX7CC6DD
Decimal124198221
Binary11111001100011011011101
Octal174306335

Shades and tints

Shades of #7CC6DD

#7CC6DD
(124,198,221)
#71B4C9
(113,180,201)
#66A2B5
(102,162,181)
#5B90A1
(91,144,161)
#507E8D
(80,126,141)
#456C79
(69,108,121)
#3A5A65
(58,90,101)
#2F4851
(47,72,81)
#24363D
(36,54,61)
#192429
(25,36,41)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #7CC6DD

#7CC6DD
(124,198,221)
#87CBE0
(135,203,224)
#92D0E3
(146,208,227)
#9DD5E6
(157,213,230)
#A8DAE9
(168,218,233)
#B3DFEC
(179,223,236)
#BEE4EF
(190,228,239)
#C9E9F2
(201,233,242)
#D4EEF5
(212,238,245)
#DFF3F8
(223,243,248)
#EAF8FB
(234,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC6DD color. Also use rgb(124,198,221) instead hex code.

Text Font Color

.myTextColor { color: #7CC6DD; }

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

This text font color is #7CC6DD.


Background Color

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

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

This div background color is #7CC6DD.


Border color

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

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

This div border color is #7CC6DD.


Opacity

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

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

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

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

This text has shadow with #7CC6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC6DD on black background.


Color preview on white background

This text has color #7CC6DD on white background.



Black color preview on #7CC6DD background

This text has black color on #7CC6DD background.


White color preview on #7CC6DD background

This text has white color on #7CC6DD background.