COLOR #829AAE

HEX: #829AAE
RGB: (130,154,174)

Renk bilgisi

#829AAE contains red, green and blue colors in about the same proportion. #829AAE ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#829AAE color RGB value is (130,154,174).

  • kırmız ton 130;
  • yeşil ton 154;
  • mavi ton 174.
RGB:
(130,154,174)
(51%,60%,68%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 154 of 255 = 60%
B 174 of 255 = 68%

130
154
174

R + G + B ~ 60%. #829AAE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 154 + 174 = 458 (100%)
R 130 of 458 ~ 28.38%
G 154 of 458 ~ 33.62%
B 174 of 458 ~ 37.99%

%28.38
%33.62
%37.99

CMYK RENK MODELİ

#829AAE rengi CMYK tonu (25,11,0,32).

  • camgöbeği tonu 25.29%
  • eflatun tonu 11.49%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(25,11,0,32)
C25M11Y0K32 
(25%,11%,0%,32%)
(0.25/0.11/0.00/0.32)	

CMYK yüzdeleri

%25.29
%11.49
%0
%31.76

Codes

Color #829AAE in popluar color models

829AAE
RGB130154174
HSL207°21.36%59.61%
HSB/HSV207°25.29%68.24%
CMYK25.29%11.49%0.00%
31.76%

Color #829AAE in popluar number systems.

HEX829AAE
Decimal130154174
Binary100000101001101010101110
Octal202232256

Shades and tints

Shades of #829AAE

#829AAE
(130,154,174)
#778C9F
(119,140,159)
#6C7E90
(108,126,144)
#617081
(97,112,129)
#566272
(86,98,114)
#4B5463
(75,84,99)
#404654
(64,70,84)
#353845
(53,56,69)
#2A2A36
(42,42,54)
#1F1C27
(31,28,39)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #829AAE

#829AAE
(130,154,174)
#8DA3B5
(141,163,181)
#98ACBC
(152,172,188)
#A3B5C3
(163,181,195)
#AEBECA
(174,190,202)
#B9C7D1
(185,199,209)
#C4D0D8
(196,208,216)
#CFD9DF
(207,217,223)
#DAE2E6
(218,226,230)
#E5EBED
(229,235,237)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829AAE color. Also use rgb(130,154,174) instead hex code.

Text Font Color

.myTextColor { color: #829AAE; }

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

This text font color is #829AAE.


Background Color

.myBgColor { background-color: #829AAE; }

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

This div background color is #829AAE.


Border color

.myBorderColor { border: 1px solid #829AAE; }

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

This div border color is #829AAE.


Opacity

.myOpacity80 { color: #829AAE; opacity: 0.8; }

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

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

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

This text has shadow with #829AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829AAE on black background.


Color preview on white background

This text has color #829AAE on white background.



Black color preview on #829AAE background

This text has black color on #829AAE background.


White color preview on #829AAE background

This text has white color on #829AAE background.