COLOR #ACCBF0

HEX: #ACCBF0
RGB: (172,203,240)

Color info

#ACCBF0 contains mainly green and blue colors. Web safe color of #ACCBF0 is #99CCFF (or #9CF).

RGB color model

#ACCBF0 color RGB value is (172,203,240).

  • red value is 172;
  • green value is 203;
  • blue value is 240.
RGB:
(172,203,240)
(67%,80%,94%)

RGB channels and saturation

R 172 of 255 = 67%
G 203 of 255 = 80%
B 240 of 255 = 94%

172
203
240

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

Portions of RGB colors in percentages

R + G + B =
172 + 203 + 240 = 615 (100%)
R 172 of 615 ~ 27.97%
G 203 of 615 ~ 33.01%
B 240 of 615 ~ 39.02%

%27.97
%33.01
%39.02

CMYK color model

#ACCBF0 color CMYK value is (28,15,0,6).

  • cyan value is 28.33%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(28,15,0,6)
C28M15Y0K6 
(28%,15%,0%,6%)
(0.28/0.15/0.00/0.06)	

CMYK percentages

%28.33
%15.42
%0
%5.88

Codes

Color #ACCBF0 in popluar color models

ACCBF0
RGB172203240
HSL213°69.39%80.78%
HSB/HSV213°28.33%94.12%
CMYK28.33%15.42%0.00%
5.88%

Color #ACCBF0 in popluar number systems.

HEXACCBF0
Decimal172203240
Binary101011001100101111110000
Octal254313360

Shades and tints

Shades of #ACCBF0

#ACCBF0
(172,203,240)
#9DB9DB
(157,185,219)
#8EA7C6
(142,167,198)
#7F95B1
(127,149,177)
#70839C
(112,131,156)
#617187
(97,113,135)
#525F72
(82,95,114)
#434D5D
(67,77,93)
#343B48
(52,59,72)
#252933
(37,41,51)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #ACCBF0

#ACCBF0
(172,203,240)
#B3CFF1
(179,207,241)
#BAD3F2
(186,211,242)
#C1D7F3
(193,215,243)
#C8DBF4
(200,219,244)
#CFDFF5
(207,223,245)
#D6E3F6
(214,227,246)
#DDE7F7
(221,231,247)
#E4EBF8
(228,235,248)
#EBEFF9
(235,239,249)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCBF0; }

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

This text font color is #ACCBF0.


Background Color

.myBgColor { background-color: #ACCBF0; }

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

This div background color is #ACCBF0.


Border color

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

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

This div border color is #ACCBF0.


Opacity

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

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

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

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

This text has shadow with #ACCBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCBF0 on black background.


Color preview on white background

This text has color #ACCBF0 on white background.



Black color preview on #ACCBF0 background

This text has black color on #ACCBF0 background.


White color preview on #ACCBF0 background

This text has white color on #ACCBF0 background.