COLOR #99DDDC

HEX: #99DDDC
RGB: (153,221,220)

Color info

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

RGB color model

#99DDDC color RGB value is (153,221,220).

  • red value is 153;
  • green value is 221;
  • blue value is 220.
RGB:
(153,221,220)
(60%,87%,86%)

RGB channels and saturation

R 153 of 255 = 60%
G 221 of 255 = 87%
B 220 of 255 = 86%

153
221
220

R + G + B ~ 78%. #99DDDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 221 + 220 = 594 (100%)
R 153 of 594 ~ 25.76%
G 221 of 594 ~ 37.21%
B 220 of 594 ~ 37.04%

%25.76
%37.21
%37.04

CMYK color model

#99DDDC color CMYK value is (31,0,0,13).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.33%
CMYK:
(31,0,0,13)
C31M0Y0K13 
(31%,0%,0%,13%)
(0.31/0.00/0.00/0.13)	

CMYK percentages

%30.77
%0
%0.45
%13.33

Codes

Color #99DDDC in popluar color models

99DDDC
RGB153221220
HSL179°50.00%73.33%
HSB/HSV179°30.77%86.67%
CMYK30.77%0.00%0.45%
13.33%

Color #99DDDC in popluar number systems.

HEX99DDDC
Decimal153221220
Binary100110011101110111011100
Octal231335334

Shades and tints

Shades of #99DDDC

#99DDDC
(153,221,220)
#8CC9C8
(140,201,200)
#7FB5B4
(127,181,180)
#72A1A0
(114,161,160)
#658D8C
(101,141,140)
#587978
(88,121,120)
#4B6564
(75,101,100)
#3E5150
(62,81,80)
#313D3C
(49,61,60)
#242928
(36,41,40)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #99DDDC

#99DDDC
(153,221,220)
#A2E0DF
(162,224,223)
#ABE3E2
(171,227,226)
#B4E6E5
(180,230,229)
#BDE9E8
(189,233,232)
#C6ECEB
(198,236,235)
#CFEFEE
(207,239,238)
#D8F2F1
(216,242,241)
#E1F5F4
(225,245,244)
#EAF8F7
(234,248,247)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99DDDC; }

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

This text font color is #99DDDC.


Background Color

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

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

This div background color is #99DDDC.


Border color

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

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

This div border color is #99DDDC.


Opacity

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

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

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

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

This text has shadow with #99DDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99DDDC on black background.


Color preview on white background

This text has color #99DDDC on white background.



Black color preview on #99DDDC background

This text has black color on #99DDDC background.


White color preview on #99DDDC background

This text has white color on #99DDDC background.