COLOR #A7D9E5

HEX: #A7D9E5
RGB: (167,217,229)

Renk bilgisi

#A7D9E5 contains mainly green and blue colors. #A7D9E5 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#A7D9E5 color RGB value is (167,217,229).

  • kırmız ton 167;
  • yeşil ton 217;
  • mavi ton 229.
RGB:
(167,217,229)
(65%,85%,90%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 217 of 255 = 85%
B 229 of 255 = 90%

167
217
229

R + G + B ~ 80%. #A7D9E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 217 + 229 = 613 (100%)
R 167 of 613 ~ 27.24%
G 217 of 613 ~ 35.4%
B 229 of 613 ~ 37.36%

%27.24
%35.4
%37.36

CMYK RENK MODELİ

#A7D9E5 rengi CMYK tonu (27,5,0,10).

  • camgöbeği tonu 27.07%
  • eflatun tonu 5.24%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(27,5,0,10)
C27M5Y0K10 
(27%,5%,0%,10%)
(0.27/0.05/0.00/0.10)	

CMYK yüzdeleri

%27.07
%5.24
%0
%10.2

Codes

Color #A7D9E5 in popluar color models

A7D9E5
RGB167217229
HSL192°54.39%77.65%
HSB/HSV192°27.07%89.80%
CMYK27.07%5.24%0.00%
10.20%

Color #A7D9E5 in popluar number systems.

HEXA7D9E5
Decimal167217229
Binary101001111101100111100101
Octal247331345

Shades and tints

Shades of #A7D9E5

#A7D9E5
(167,217,229)
#98C6D1
(152,198,209)
#89B3BD
(137,179,189)
#7AA0A9
(122,160,169)
#6B8D95
(107,141,149)
#5C7A81
(92,122,129)
#4D676D
(77,103,109)
#3E5459
(62,84,89)
#2F4145
(47,65,69)
#202E31
(32,46,49)
#111B1D
(17,27,29)
#000000
(0,0,0)

Tints of #A7D9E5

#A7D9E5
(167,217,229)
#AFDCE7
(175,220,231)
#B7DFE9
(183,223,233)
#BFE2EB
(191,226,235)
#C7E5ED
(199,229,237)
#CFE8EF
(207,232,239)
#D7EBF1
(215,235,241)
#DFEEF3
(223,238,243)
#E7F1F5
(231,241,245)
#EFF4F7
(239,244,247)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D9E5 color. Also use rgb(167,217,229) instead hex code.

Text Font Color

.myTextColor { color: #A7D9E5; }

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

This text font color is #A7D9E5.


Background Color

.myBgColor { background-color: #A7D9E5; }

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

This div background color is #A7D9E5.


Border color

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

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

This div border color is #A7D9E5.


Opacity

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

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

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

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

This text has shadow with #A7D9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D9E5 on black background.


Color preview on white background

This text has color #A7D9E5 on white background.



Black color preview on #A7D9E5 background

This text has black color on #A7D9E5 background.


White color preview on #A7D9E5 background

This text has white color on #A7D9E5 background.