COLOR #9ACCE3

HEX: #9ACCE3
RGB: (154,204,227)

Color info

#9ACCE3 contains mainly green and blue colors. Web safe color of #9ACCE3 is #99CCCC (or #9CC).

RGB color model

#9ACCE3 color RGB value is (154,204,227).

  • red value is 154;
  • green value is 204;
  • blue value is 227.
RGB:
(154,204,227)
(60%,80%,89%)

RGB channels and saturation

R 154 of 255 = 60%
G 204 of 255 = 80%
B 227 of 255 = 89%

154
204
227

R + G + B ~ 76%. #9ACCE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 204 + 227 = 585 (100%)
R 154 of 585 ~ 26.32%
G 204 of 585 ~ 34.87%
B 227 of 585 ~ 38.8%

%26.32
%34.87
%38.8

CMYK color model

#9ACCE3 color CMYK value is (32,10,0,11).

  • cyan value is 32.16%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(32,10,0,11)
C32M10Y0K11 
(32%,10%,0%,11%)
(0.32/0.10/0.00/0.11)	

CMYK percentages

%32.16
%10.13
%0
%10.98

Codes

Color #9ACCE3 in popluar color models

9ACCE3
RGB154204227
HSL199°56.59%74.71%
HSB/HSV199°32.16%89.02%
CMYK32.16%10.13%0.00%
10.98%

Color #9ACCE3 in popluar number systems.

HEX9ACCE3
Decimal154204227
Binary100110101100110011100011
Octal232314343

Shades and tints

Shades of #9ACCE3

#9ACCE3
(154,204,227)
#8CBACF
(140,186,207)
#7EA8BB
(126,168,187)
#7096A7
(112,150,167)
#628493
(98,132,147)
#54727F
(84,114,127)
#46606B
(70,96,107)
#384E57
(56,78,87)
#2A3C43
(42,60,67)
#1C2A2F
(28,42,47)
#0E181B
(14,24,27)
#000000
(0,0,0)

Tints of #9ACCE3

#9ACCE3
(154,204,227)
#A3D0E5
(163,208,229)
#ACD4E7
(172,212,231)
#B5D8E9
(181,216,233)
#BEDCEB
(190,220,235)
#C7E0ED
(199,224,237)
#D0E4EF
(208,228,239)
#D9E8F1
(217,232,241)
#E2ECF3
(226,236,243)
#EBF0F5
(235,240,245)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACCE3 color. Also use rgb(154,204,227) instead hex code.

Text Font Color

.myTextColor { color: #9ACCE3; }

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

This text font color is #9ACCE3.


Background Color

.myBgColor { background-color: #9ACCE3; }

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

This div background color is #9ACCE3.


Border color

.myBorderColor { border: 1px solid #9ACCE3; }

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

This div border color is #9ACCE3.


Opacity

.myOpacity80 { color: #9ACCE3; opacity: 0.8; }

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

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

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

This text has shadow with #9ACCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACCE3 on black background.


Color preview on white background

This text has color #9ACCE3 on white background.



Black color preview on #9ACCE3 background

This text has black color on #9ACCE3 background.


White color preview on #9ACCE3 background

This text has white color on #9ACCE3 background.