COLOR #ACCBF9

HEX: #ACCBF9
RGB: (172,203,249)

Renk bilgisi

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

RGB renk modeli

#ACCBF9 color RGB value is (172,203,249).

  • kırmız ton 172;
  • yeşil ton 203;
  • mavi ton 249.
RGB:
(172,203,249)
(67%,80%,98%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 203 of 255 = 80%
B 249 of 255 = 98%

172
203
249

R + G + B ~ 82%. #ACCBF9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 203 + 249 = 624 (100%)
R 172 of 624 ~ 27.56%
G 203 of 624 ~ 32.53%
B 249 of 624 ~ 39.9%

%27.56
%32.53
%39.9

CMYK RENK MODELİ

#ACCBF9 rengi CMYK tonu (31,18,0,2).

  • camgöbeği tonu 30.92%
  • eflatun tonu 18.47%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(31,18,0,2)
C31M18Y0K2 
(31%,18%,0%,2%)
(0.31/0.18/0.00/0.02)	

CMYK yüzdeleri

%30.92
%18.47
%0
%2.35

Codes

Color #ACCBF9 in popluar color models

ACCBF9
RGB172203249
HSL216°86.52%82.55%
HSB/HSV216°30.92%97.65%
CMYK30.92%18.47%0.00%
2.35%

Color #ACCBF9 in popluar number systems.

HEXACCBF9
Decimal172203249
Binary101011001100101111111001
Octal254313371

Shades and tints

Shades of #ACCBF9

#ACCBF9
(172,203,249)
#9DB9E3
(157,185,227)
#8EA7CD
(142,167,205)
#7F95B7
(127,149,183)
#7083A1
(112,131,161)
#61718B
(97,113,139)
#525F75
(82,95,117)
#434D5F
(67,77,95)
#343B49
(52,59,73)
#252933
(37,41,51)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #ACCBF9

#ACCBF9
(172,203,249)
#B3CFF9
(179,207,249)
#BAD3F9
(186,211,249)
#C1D7F9
(193,215,249)
#C8DBF9
(200,219,249)
#CFDFF9
(207,223,249)
#D6E3F9
(214,227,249)
#DDE7F9
(221,231,249)
#E4EBF9
(228,235,249)
#EBEFF9
(235,239,249)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCBF9 color. Also use rgb(172,203,249) instead hex code.

Text Font Color

.myTextColor { color: #ACCBF9; }

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

This text font color is #ACCBF9.


Background Color

.myBgColor { background-color: #ACCBF9; }

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

This div background color is #ACCBF9.


Border color

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

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

This div border color is #ACCBF9.


Opacity

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

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

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

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

This text has shadow with #ACCBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCBF9 on black background.


Color preview on white background

This text has color #ACCBF9 on white background.



Black color preview on #ACCBF9 background

This text has black color on #ACCBF9 background.


White color preview on #ACCBF9 background

This text has white color on #ACCBF9 background.