COLOR #99DBDB

HEX: #99DBDB RGB: (153,219,219)

Color info

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

RGB color model

#99DBDB color RGB value is (153,219,219).

RGB: (153,219,219) (60%, 86%, 86%)

RGB channels and saturation

R 153 of 255 = 60%
G 219 of 255 = 86%
B 219 of 255 = 86%

153
219
219

R + G + B ~ 77%. #99DBDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 219 + 219 = 591 (100%)
R 153 of 591 ~ 25.89%
G 219 of 591 ~ 37.06%
B 219 of 591 ~ 37.06'%

%25.89
%37.06
%37.06

CMYK color model

#99DBDB color CMYK value is (30,0,0,14).

  • cyan value is 30.14%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (30,0,0,14)
C30M0Y0K14 (30%, 0%, 0%, 14%)
(0.30 / 0.00 / 0.00 / 0.14)

CMYK percentages

%30.14
%0
%0
%14.12

Codes

Color #99DBDB in popluar color models

99 DB DB
RGB 153 219 219
HSL 180° 47.83% 72.94%
HSB/HSV 180° 30.14% 85.88%
CMYK 30.14% 0.00% 0.00%
14.12%

Color #99DBDB in popluar number systems.

HEX 99 DB DB
Decimal 153 219 219
Binary 10011001 11011011 11011011
Octal 231 333 333

Shades and tints

Shades of #99DBDB

#99DBDB
(153,219,219)
#8CC8C8
(140,200,200)
#7FB5B5
(127,181,181)
#72A2A2
(114,162,162)
#658F8F
(101,143,143)
#587C7C
(88,124,124)
#4B6969
(75,105,105)
#3E5656
(62,86,86)
#314343
(49,67,67)
#243030
(36,48,48)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #99DBDB

#99DBDB
(153,219,219)
#A2DEDE
(162,222,222)
#ABE1E1
(171,225,225)
#B4E4E4
(180,228,228)
#BDE7E7
(189,231,231)
#C6EAEA
(198,234,234)
#CFEDED
(207,237,237)
#D8F0F0
(216,240,240)
#E1F3F3
(225,243,243)
#EAF6F6
(234,246,246)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99DBDB; }

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

This text font color is #99DBDB.

Background Color

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

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

This div background color is #99DBDB.

Border color

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

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

This div border color is #99DBDB.

Opacity

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

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

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

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

This text has shadow with #99DBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99DBDB.

Preview

Color preview on black background

This text has color #99DBDB on black background.


Color preview on white background

This text has color #99DBDB on white background.


Black color preview on #99DBDB background

This text has black color on #99DBDB background.


White color preview on #99DBDB background

This text has white color on #99DBDB background.


Related colors

Complementary color

Complementary color for #hex is #662424.


I love getcolorcode.com