COLOR #97CEBB

HEX: #97CEBB
RGB: (151,206,187)

Color info

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

RGB color model

#97CEBB color RGB value is (151,206,187).

  • red value is 151;
  • green value is 206;
  • blue value is 187.
RGB:
(151,206,187)
(59%,81%,73%)

RGB channels and saturation

R 151 of 255 = 59%
G 206 of 255 = 81%
B 187 of 255 = 73%

151
206
187

R + G + B ~ 71%. #97CEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 206 + 187 = 544 (100%)
R 151 of 544 ~ 27.76%
G 206 of 544 ~ 37.87%
B 187 of 544 ~ 34.38%

%27.76
%37.87
%34.38

CMYK color model

#97CEBB color CMYK value is (27,0,9,19).

  • cyan value is 26.70%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK:
(27,0,9,19)
C27M0Y9K19 
(27%,0%,9%,19%)
(0.27/0.00/0.09/0.19)	

CMYK percentages

%26.7
%0
%9.22
%19.22

Codes

Color #97CEBB in popluar color models

97CEBB
RGB151206187
HSL159°35.95%70.00%
HSB/HSV159°26.70%80.78%
CMYK26.70%0.00%9.22%
19.22%

Color #97CEBB in popluar number systems.

HEX97CEBB
Decimal151206187
Binary100101111100111010111011
Octal227316273

Shades and tints

Shades of #97CEBB

#97CEBB
(151,206,187)
#8ABCAA
(138,188,170)
#7DAA99
(125,170,153)
#709888
(112,152,136)
#638677
(99,134,119)
#567466
(86,116,102)
#496255
(73,98,85)
#3C5044
(60,80,68)
#2F3E33
(47,62,51)
#222C22
(34,44,34)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #97CEBB

#97CEBB
(151,206,187)
#A0D2C1
(160,210,193)
#A9D6C7
(169,214,199)
#B2DACD
(178,218,205)
#BBDED3
(187,222,211)
#C4E2D9
(196,226,217)
#CDE6DF
(205,230,223)
#D6EAE5
(214,234,229)
#DFEEEB
(223,238,235)
#E8F2F1
(232,242,241)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CEBB color. Also use rgb(151,206,187) instead hex code.

Text Font Color

.myTextColor { color: #97CEBB; }

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

This text font color is #97CEBB.


Background Color

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

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

This div background color is #97CEBB.


Border color

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

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

This div border color is #97CEBB.


Opacity

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

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

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

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

This text has shadow with #97CEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CEBB on black background.


Color preview on white background

This text has color #97CEBB on white background.



Black color preview on #97CEBB background

This text has black color on #97CEBB background.


White color preview on #97CEBB background

This text has white color on #97CEBB background.