COLOR #9ACFDB

HEX: #9ACFDB RGB: (154,207,219)

Color info

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

RGB color model

#9ACFDB color RGB value is (154,207,219).

RGB: (154,207,219) (60%, 81%, 86%)

RGB channels and saturation

R 154 of 255 = 60%
G 207 of 255 = 81%
B 219 of 255 = 86%

154
207
219

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

Portions of RGB colors in percentages

R + G + B = 154 + 207 + 219 = 580 (100%)
R 154 of 580 ~ 26.55%
G 207 of 580 ~ 35.69%
B 219 of 580 ~ 37.76'%

%26.55
%35.69
%37.76

CMYK color model

#9ACFDB color CMYK value is (30,5,0,14).

  • cyan value is 29.68%
  • magenta value is 5.48%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (30,5,0,14)
C30M5Y0K14 (30%, 5%, 0%, 14%)
(0.30 / 0.05 / 0.00 / 0.14)

CMYK percentages

%29.68
%5.48
%0
%14.12

Codes

Color #9ACFDB in popluar color models

9A CF DB
RGB 154 207 219
HSL 191° 47.45% 73.14%
HSB/HSV 191° 29.68% 85.88%
CMYK 29.68% 5.48% 0.00%
14.12%

Color #9ACFDB in popluar number systems.

HEX 9A CF DB
Decimal 154 207 219
Binary 10011010 11001111 11011011
Octal 232 317 333

Shades and tints

Shades of #9ACFDB

#9ACFDB
(154,207,219)
#8CBDC8
(140,189,200)
#7EABB5
(126,171,181)
#7099A2
(112,153,162)
#62878F
(98,135,143)
#54757C
(84,117,124)
#466369
(70,99,105)
#385156
(56,81,86)
#2A3F43
(42,63,67)
#1C2D30
(28,45,48)
#0E1B1D
(14,27,29)
#000000
(0,0,0)

Tints of #9ACFDB

#9ACFDB
(154,207,219)
#A3D3DE
(163,211,222)
#ACD7E1
(172,215,225)
#B5DBE4
(181,219,228)
#BEDFE7
(190,223,231)
#C7E3EA
(199,227,234)
#D0E7ED
(208,231,237)
#D9EBF0
(217,235,240)
#E2EFF3
(226,239,243)
#EBF3F6
(235,243,246)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACFDB color. Also use rgb(154,207,219) instead hex code.

Text Font Color

.myTextColor { color: #9ACFDB; }

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

This text font color is #9ACFDB.

Background Color

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

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

This div background color is #9ACFDB.

Border color

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

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

This div border color is #9ACFDB.

Opacity

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

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

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

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

This text has shadow with #9ACFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACFDB.

Preview

Color preview on black background

This text has color #9ACFDB on black background.


Color preview on white background

This text has color #9ACFDB on white background.


Black color preview on #9ACFDB background

This text has black color on #9ACFDB background.


White color preview on #9ACFDB background

This text has white color on #9ACFDB background.


Related colors

Complementary color

Complementary color for #hex is #653024.


I love getcolorcode.com

Triadic colors

1 #DB9ACF and #CFDB9A with #9ACFDB are triadic colors.

2 #DBCF9A and #CF9ADB with #9ACFDB are triadic colors.