COLOR #99CEBB

HEX: #99CEBB
RGB: (153,206,187)

Color info

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

RGB color model

#99CEBB color RGB value is (153,206,187).

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

RGB channels and saturation

R 153 of 255 = 60%
G 206 of 255 = 81%
B 187 of 255 = 73%

153
206
187

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

Portions of RGB colors in percentages

R + G + B =
153 + 206 + 187 = 546 (100%)
R 153 of 546 ~ 28.02%
G 206 of 546 ~ 37.73%
B 187 of 546 ~ 34.25%

%28.02
%37.73
%34.25

CMYK color model

#99CEBB color CMYK value is (26,0,9,19).

  • cyan value is 25.73%
  • magenta value is 0.00%
  • yellow value is 9.22%
  • key color value is 19.22%
CMYK:
(26,0,9,19)
C26M0Y9K19 
(26%,0%,9%,19%)
(0.26/0.00/0.09/0.19)	

CMYK percentages

%25.73
%0
%9.22
%19.22

Codes

Color #99CEBB in popluar color models

99CEBB
RGB153206187
HSL158°35.10%70.39%
HSB/HSV158°25.73%80.78%
CMYK25.73%0.00%9.22%
19.22%

Color #99CEBB in popluar number systems.

HEX99CEBB
Decimal153206187
Binary100110011100111010111011
Octal231316273

Shades and tints

Shades of #99CEBB

#99CEBB
(153,206,187)
#8CBCAA
(140,188,170)
#7FAA99
(127,170,153)
#729888
(114,152,136)
#658677
(101,134,119)
#587466
(88,116,102)
#4B6255
(75,98,85)
#3E5044
(62,80,68)
#313E33
(49,62,51)
#242C22
(36,44,34)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #99CEBB

#99CEBB
(153,206,187)
#A2D2C1
(162,210,193)
#ABD6C7
(171,214,199)
#B4DACD
(180,218,205)
#BDDED3
(189,222,211)
#C6E2D9
(198,226,217)
#CFE6DF
(207,230,223)
#D8EAE5
(216,234,229)
#E1EEEB
(225,238,235)
#EAF2F1
(234,242,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99CEBB; }

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

This text font color is #99CEBB.


Background Color

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

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

This div background color is #99CEBB.


Border color

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

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

This div border color is #99CEBB.


Opacity

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

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

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

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

This text has shadow with #99CEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99CEBB on black background.


Color preview on white background

This text has color #99CEBB on white background.



Black color preview on #99CEBB background

This text has black color on #99CEBB background.


White color preview on #99CEBB background

This text has white color on #99CEBB background.