COLOR #ADC7F7

HEX: #ADC7F7
RGB: (173,199,247)

Renk bilgisi

#ADC7F7 contains mainly green and blue colors. #ADC7F7 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ADC7F7 color RGB value is (173,199,247).

  • kırmız ton 173;
  • yeşil ton 199;
  • mavi ton 247.
RGB:
(173,199,247)
(68%,78%,97%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 199 of 255 = 78%
B 247 of 255 = 97%

173
199
247

R + G + B ~ 81%. #ADC7F7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 199 + 247 = 619 (100%)
R 173 of 619 ~ 27.95%
G 199 of 619 ~ 32.15%
B 247 of 619 ~ 39.9%

%27.95
%32.15
%39.9

CMYK RENK MODELİ

#ADC7F7 rengi CMYK tonu (30,19,0,3).

  • camgöbeği tonu 29.96%
  • eflatun tonu 19.43%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(30,19,0,3)
C30M19Y0K3 
(30%,19%,0%,3%)
(0.30/0.19/0.00/0.03)	

CMYK yüzdeleri

%29.96
%19.43
%0
%3.14

Codes

Color #ADC7F7 in popluar color models

ADC7F7
RGB173199247
HSL219°82.22%82.35%
HSB/HSV219°29.96%96.86%
CMYK29.96%19.43%0.00%
3.14%

Color #ADC7F7 in popluar number systems.

HEXADC7F7
Decimal173199247
Binary101011011100011111110111
Octal255307367

Shades and tints

Shades of #ADC7F7

#ADC7F7
(173,199,247)
#9EB5E1
(158,181,225)
#8FA3CB
(143,163,203)
#8091B5
(128,145,181)
#717F9F
(113,127,159)
#626D89
(98,109,137)
#535B73
(83,91,115)
#44495D
(68,73,93)
#353747
(53,55,71)
#262531
(38,37,49)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #ADC7F7

#ADC7F7
(173,199,247)
#B4CCF7
(180,204,247)
#BBD1F7
(187,209,247)
#C2D6F7
(194,214,247)
#C9DBF7
(201,219,247)
#D0E0F7
(208,224,247)
#D7E5F7
(215,229,247)
#DEEAF7
(222,234,247)
#E5EFF7
(229,239,247)
#ECF4F7
(236,244,247)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC7F7 color. Also use rgb(173,199,247) instead hex code.

Text Font Color

.myTextColor { color: #ADC7F7; }

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

This text font color is #ADC7F7.


Background Color

.myBgColor { background-color: #ADC7F7; }

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

This div background color is #ADC7F7.


Border color

.myBorderColor { border: 1px solid #ADC7F7; }

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

This div border color is #ADC7F7.


Opacity

.myOpacity80 { color: #ADC7F7; opacity: 0.8; }

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

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

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

This text has shadow with #ADC7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC7F7 on black background.


Color preview on white background

This text has color #ADC7F7 on white background.



Black color preview on #ADC7F7 background

This text has black color on #ADC7F7 background.


White color preview on #ADC7F7 background

This text has white color on #ADC7F7 background.