COLOR #97ACCB

HEX: #97ACCB RGB: (151,172,203)

Color info

#97ACCB contains red, green and blue colors in about the same proportion. Web safe color of #97ACCB is #9999CC (or #99C).

RGB color model

#97ACCB color RGB value is (151,172,203).

RGB: (151,172,203) (59%, 67%, 80%)

RGB channels and saturation

R 151 of 255 = 59%
G 172 of 255 = 67%
B 203 of 255 = 80%

151
172
203

R + G + B ~ 69%. #97ACCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 172 + 203 = 526 (100%)
R 151 of 526 ~ 28.71%
G 172 of 526 ~ 32.7%
B 203 of 526 ~ 38.59'%

%28.71
%32.7
%38.59

CMYK color model

#97ACCB color CMYK value is (26,15,0,20).

  • cyan value is 25.62%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (26,15,0,20)
C26M15Y0K20 (26%, 15%, 0%, 20%)
(0.26 / 0.15 / 0.00 / 0.20)

CMYK percentages

%25.62
%15.27
%0
%20.39

Codes

Color #97ACCB in popluar color models

97 AC CB
RGB 151 172 203
HSL 216° 33.33% 69.41%
HSB/HSV 216° 25.62% 79.61%
CMYK 25.62% 15.27% 0.00%
20.39%

Color #97ACCB in popluar number systems.

HEX 97 AC CB
Decimal 151 172 203
Binary 10010111 10101100 11001011
Octal 227 254 313

Shades and tints

Shades of #97ACCB

#97ACCB
(151,172,203)
#8A9DB9
(138,157,185)
#7D8EA7
(125,142,167)
#707F95
(112,127,149)
#637083
(99,112,131)
#566171
(86,97,113)
#49525F
(73,82,95)
#3C434D
(60,67,77)
#2F343B
(47,52,59)
#222529
(34,37,41)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #97ACCB

#97ACCB
(151,172,203)
#A0B3CF
(160,179,207)
#A9BAD3
(169,186,211)
#B2C1D7
(178,193,215)
#BBC8DB
(187,200,219)
#C4CFDF
(196,207,223)
#CDD6E3
(205,214,227)
#D6DDE7
(214,221,231)
#DFE4EB
(223,228,235)
#E8EBEF
(232,235,239)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ACCB; }

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

This text font color is #97ACCB.

Background Color

.myBgColor { background-color: #97ACCB; }

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

This div background color is #97ACCB.

Border color

.myBorderColor { border: 1px solid #97ACCB; }

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

This div border color is #97ACCB.

Opacity

.myOpacity80 { color: #97ACCB; opacity: 0.8; }

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

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

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

This text has shadow with #97ACCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97ACCB.

Preview

Color preview on black background

This text has color #97ACCB on black background.


Color preview on white background

This text has color #97ACCB on white background.


Black color preview on #97ACCB background

This text has black color on #97ACCB background.


White color preview on #97ACCB background

This text has white color on #97ACCB background.


Related colors

Complementary color

Complementary color for #hex is #685334.


I love getcolorcode.com

Triadic colors

1 #CB97AC and #ACCB97 with #97ACCB are triadic colors.

2 #CBAC97 and #AC97CB with #97ACCB are triadic colors.