COLOR #99DDBE

HEX: #99DDBE RGB: (153,221,190)

Color info

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

RGB color model

#99DDBE color RGB value is (153,221,190).

RGB: (153,221,190) (60%, 87%, 75%)

RGB channels and saturation

R 153 of 255 = 60%
G 221 of 255 = 87%
B 190 of 255 = 75%

153
221
190

R + G + B ~ 74%. #99DDBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 221 + 190 = 564 (100%)
R 153 of 564 ~ 27.13%
G 221 of 564 ~ 39.18%
B 190 of 564 ~ 33.69'%

%27.13
%39.18
%33.69

CMYK color model

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

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 14.03%
  • key color value is 13.33%

CMYK: (31,0,14,13)
C31M0Y14K13 (31%, 0%, 14%, 13%)
(0.31 / 0.00 / 0.14 / 0.13)

CMYK percentages

%30.77
%0
%14.03
%13.33

Codes

Color #99DDBE in popluar color models

99 DD BE
RGB 153 221 190
HSL 153° 50.00% 73.33%
HSB/HSV 153° 30.77% 86.67%
CMYK 30.77% 0.00% 14.03%
13.33%

Color #99DDBE in popluar number systems.

HEX 99 DD BE
Decimal 153 221 190
Binary 10011001 11011101 10111110
Octal 231 335 276

Shades and tints

Shades of #99DDBE

#99DDBE
(153,221,190)
#8CC9AD
(140,201,173)
#7FB59C
(127,181,156)
#72A18B
(114,161,139)
#658D7A
(101,141,122)
#587969
(88,121,105)
#4B6558
(75,101,88)
#3E5147
(62,81,71)
#313D36
(49,61,54)
#242925
(36,41,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #99DDBE

#99DDBE
(153,221,190)
#A2E0C3
(162,224,195)
#ABE3C8
(171,227,200)
#B4E6CD
(180,230,205)
#BDE9D2
(189,233,210)
#C6ECD7
(198,236,215)
#CFEFDC
(207,239,220)
#D8F2E1
(216,242,225)
#E1F5E6
(225,245,230)
#EAF8EB
(234,248,235)
#F3FBF0
(243,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99DDBE; }

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

This text font color is #99DDBE.

Background Color

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

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

This div background color is #99DDBE.

Border color

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

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

This div border color is #99DDBE.

Opacity

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

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

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

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

This text has shadow with #99DDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99DDBE.

Preview

Color preview on black background

This text has color #99DDBE on black background.


Color preview on white background

This text has color #99DDBE on white background.


Black color preview on #99DDBE background

This text has black color on #99DDBE background.


White color preview on #99DDBE background

This text has white color on #99DDBE background.


Related colors

Complementary color

Complementary color for #hex is #662241.


I love getcolorcode.com

Triadic colors

1 #BE99DD and #DDBE99 with #99DDBE are triadic colors.

2 #BEDD99 and #DD99BE with #99DDBE are triadic colors.